@charset "UTF-8";

.sp {
    display:none!important
}

.pc {
}

html {
    scroll-behavior:smooth;
    scroll-padding-top:180px;
}
@media screen and (max-width:890px) {
    html {
        scroll-padding-top:80px;
    }
}

body {
    font-family:"Noto Sans JP",sans-serif;
    margin:0;
    color:#1A1311;
    background-color:#03B8DF
}

img {
    vertical-align:bottom;
    max-width:100%;
    width:100%;
    height:auto
}

.inline-block {
    display:inline-block
}

.row {
    display:flex;
    flex-wrap:wrap
}

.indent {
    padding-left:1em;
    text-indent:-1em
}

.indent.m0 {
    margin:0
}

.indent.type02 {
    padding-left:3em!important;
    text-indent:-1em
}

.underline {
    text-decoration:underline
}

header {
    position:fixed;
    width:100%;
    background-color:#C8004C;
    z-index:99
}

header h1 {
    margin:0
}

header h1 img {
    padding:15px 0;
    max-width:399px;
    width:300px
}

header .header_box {
    width:100%;
    max-width:1280px;
    margin:0 auto;
    position:relative;
    justify-content:space-between;
    align-items:center
}

header nav {
    z-index: -1;
    position:fixed;
    right:0;
    top:80px;
    background-color:hsla(337,100%,39%,0.8);
    display:flex;
    flex-direction:column;
    padding:60px 0 25px 40px;
    min-width:30%;
    opacity:0;
    visibility:hidden;
    transition:all .4s ease-out
}

header nav.active {
    opacity:1;
    visibility:visible
}

header nav a {
    color:#fff;
    text-decoration:none;
    border-bottom:2px solid #fff;
    font-size:clamp(14px,1.6vw,20px);
    font-weight:900;
    padding-bottom:10px;
    padding-right:10px;
    margin-top:25px
}

header nav a:first-child {
    margin:0
}

header nav img {
    width:30vw;
    max-width:290px;
    margin-top:140px
}

.nav_btn {
    transition:all .4s ease-out;
    align-items:center;
    justify-content:center;
    background-color:#000;
    width:80px;
    height:80px;
    box-sizing:border-box
}

.nav_btn--lines {
    position:relative;
    width:50px;
    height:35px;
    margin:0 auto;
    top:50%;
    transform:translateY(-50%)
}

.nav_btn--lines span {
    position:absolute;
    right:0;
    width:100%;
    height:5px;
    background-color:#fff;
    transition:all .4s ease-out
}

.nav_btn--lines span:nth-child(2) {
    top:42%
}

.nav_btn--lines span:nth-of-type(3) {
    bottom:0
}

.open .nav_btn--lines span {
    background-color:#fff
}

.open .nav_btn--lines span:nth-child(1) {
    transform:translateY(14px) rotate(-45deg);
    width:100%
}

.open .nav_btn--lines span:nth-child(2) {
    opacity:0
}

.open .nav_btn--lines span:nth-child(3) {
    transform:translateY(-14px) rotate(45deg)
}

.open .nav_btn--lines::before {
    display:none
}

.page_visual {
    width:100%;
    padding-top:110px
}

.page_visual .visual_position {
    max-width:1280px;
    width:90%;
    margin:0 auto;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
}

.page_visual .visual_position .title {
    width:60%;
    display:block;
    margin:45px 0 30px;
}

.page_visual .visual_position .castle {
    position:absolute;
    right:-5%;
    bottom:-4%;
    width:26.5%;
}

.page_visual .visual_position .daruma {
    position:absolute;
    left:0;
    bottom:7%;
    width:14%;
}

.nav_area {
    background-color:#F07700;
    box-shadow:6px 6px 10px #00000029;
    width:100%;
    padding:18px 10px;
    box-sizing:border-box;
    margin-bottom:80px;
    position: sticky;
    top: 0;
    z-index: 98;
}

.nav_area .standard_nav {
    width:100%;
    max-width:1280px;
    margin:0 auto
}

.nav_area .standard_nav a {
    text-decoration:none;
    color:#fff;
    width:calc(100% / 8);
    text-align:center;
    font-size:clamp(10px,1vw,16px);
    font-weight:900;
    font-family:"M PLUS Rounded 1c",sans-serif;
    border-left:1px solid #fff;
    box-sizing:border-box;
    height:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0.05deg);
}

.nav_area .standard_nav a:last-child {
    border-right:1px solid #fff
}

.nav_area .standard_nav a .active_line {
    height:7px;
    width:0;
    background-color:#FFF148;
    position:absolute;
    bottom:-18px;
    transition:all .4s ease-out;
    left:0
}

.nav_area .standard_nav a.active .active_line {
    width:100%
}

.nav_area .standard_nav a:hover .active_line {
    width:100%
}

.contents_box {
    width:95%;
    max-width:1280px;
    margin:0 auto;
    background-color:#fff;
    box-shadow:6px 6px 10px #00000029;
    border-radius:40px;
    padding:40px 50px 60px;
    box-sizing:border-box
}

.contents_box h2 {
    font-size:clamp(18px,3.2vw,38px);
    color:#F1912B;
    font-family:"M PLUS Rounded 1c",sans-serif;
    font-weight:900;
    margin:0;
    text-align:center
}

.contents_box h2.color-red {
    color:#C8004C
}
.contents_box h2.color-blue {
    color:#1D66BC
}
.contents_box h2.color-green {
    color:#009389
}

.contents_box .contents_text {
    text-align:center;
    font-size:clamp(14px,1.6vw,18px);
    line-height:1.8;
    font-weight:500;
    opacity:0;
    transform:translateY(15px);
    transition:all 1s ease-out
}

.contents_box .contents_text.active {
    opacity:1;
    transform:translateY(0)
}

.news_list {
    margin:20px auto 30px;
    width:100%
}

.news_list a {
    text-decoration:none;
    align-items:center;
    padding:18px 5px;
    border-bottom:1px solid #E4E4E4;
    gap:22px;
    position:relative;
    opacity:0;
    transform:translateY(25px);
    transition:all 1.5s ease-out;
    flex-wrap: nowrap;
}

.news_list.active a {
    opacity:1;
    transform:translateY(0)
}

.news_list.active a:nth-child(2) {
    transition-delay:.5s
}

.news_list.active a:nth-child(3) {
    transition-delay:1s
}

.news_list.active a:nth-child(4) {
    transition-delay:1.5s
}

.news_list a::before {
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:1px;
    background-color:#F1912B;
    transition:all .4s ease-out
}

.news_list a:hover::before {
    width:100%
}

.news_list a p {
    margin:0;
    color:#1A1311;
    font-size:clamp(14px,1.6vw,20px);
    font-weight:500;
    transition:all .4s ease-out
}

.news_list a:hover p {
    color:#F1912B
}

.news_list a span {
    min-width: 107px;
    border-radius:20px;
    background-color:#F1912B;
    color:#fff;
    font-weight:700;
    font-size:clamp(14px,1.6vw,20px);
    padding:0 25px;
    line-height:1.8;
    text-align: center;
}

.link_btn {
    background-color:#F1912B;
    text-decoration:none;
    color:#fff;
    width:90%;
    max-width:225px;
    margin:0 auto;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:17px;
    padding:15px;
    box-sizing:border-box;
    border:2px solid #F1912B;
    transition:all .4s ease-out
}

.link_btn svg {
    max-width:28px;
    fill:#fff;
    transition:all .4s ease-out
}

.link_btn p {
    font-size:clamp(14px,1.6vw,20px);
    color:#fff;
    font-weight:900;
    margin:0;
    transition:all .4s ease-out
}

.link_btn:hover {
    background-color:#fff
}

.link_btn:hover p {
    color:#F1912B
}

.link_btn:hover svg {
    fill:#F1912B
}

.schedule_area {
    margin:50px auto
}

.contents_box table {
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    border-collapse:collapse;
    border-spacing:0;
    width:100%;
    margin-top:40px
}

.contents_box table tr {
    border-bottom:1px solid #000
}

.contents_box table tr th {
    background-color:#F1912B;
    color:#fff;
    width:20%;
    font-size:clamp(14px,1.6vw,20px)
}

.contents_box table td {
    width:80%;
    padding:40px 30px;
    box-sizing:border-box
}

.contents_box table td p {
    font-size:clamp(14px,1.6vw,20px);
    font-weight:700;
    line-height:1.8
}

.contents_box table td .day {
    font-size:clamp(18px,3.6vw,40px);
    font-weight:900;
    margin:0;
    color: #C8004C;
    line-height: 1.25;
    display: flex;
    align-items: baseline;
}
.contents_box table td .day .sat {
    border-radius: 50%;
    background: #1254A0;
    color: #Fff;
    font-size: clamp(12px, 1.6vw, 24px);
    line-height: 1;
    padding-bottom: 0.25rem;
    box-sizing: border-box;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 0.35rem;
}
.contents_box table td .day .sun {
    border-radius: 50%;
    background: #E30000;
    color: #Fff;
    font-size: clamp(12px, 1.6vw, 24px);
    line-height: 1;
    padding-bottom: 0.25rem;
    box-sizing: border-box;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 0.35rem;
}

.contents_box table td .day span {
    font-size:clamp(18px,3.6vw,50px)
}

.contents_box table td .time {
    font-size:clamp(14px,1.6vw,24px);
    font-weight:700;
    margin:0;
    color: #1D66BC;
}

.contents_box table td .main_list {
    list-style:none;
    margin:0;
    padding:0
}

.contents_box table td .main_list li {
    position:relative;
    font-size:clamp(14px,1.6vw,30px);
    font-weight:900;
    padding-left:1.8rem;
    box-sizing:border-box;
    margin-bottom:35px
}

.contents_box table td .main_list li::before {
    content:"";
    position:absolute;
    border-radius:50%;
    width:20px;
    height:20px;
    background-color:#F1912B;
    left:0;
    top:11px
}

.contents_box table td .main_list li p {
    margin:0
}

.contents_box table td .main_list li a {
    color:#C8004C;
    transition:all .4s ease-out
}

.contents_box table td .main_list li a:hover {
    color:#000
}

.contents_box table td .main_list li .sub_list {
    list-style:none;
    margin:15px 0 0;
    padding:0
}

.contents_box table td .main_list li .sub_list li {
    font-size:clamp(14px,1.6vw,18px);
    font-weight:500;
    padding-left:1rem;
    margin-bottom:8px
}

.contents_box table td .main_list li .sub_list li::before {
    width:5px;
    height:5px;
    background-color:#1A1311;
    top:0.8rem;
}

.contents_box table td .caution {
    font-size:clamp(14px,1.6vw,18px);
    line-height:1.8;
    font-weight:500;
    margin:0
}

.contents_box table td .money {
    font-size:clamp(14px,1.6vw,30px);
    font-weight:900;
    margin:0
}

.contents_box table td .money span {
    font-size:clamp(18px,3.6vw,50px)
}

.application_area {
    position:relative;
    padding-bottom:50px
}

.comingsoon {
    font-size:clamp(14px,10vw,60px);
    font-weight:900;
    color:#C1680C;
    line-height:.6;
    z-index:1;
    text-align:center;
    margin-bottom:50px
}

.top_sponsorship {
    max-width:1280px;
    width:90%;
    margin:40px auto 77px
}

.top_sponsorship p {
    color:#fff;
    font-size:clamp(14px,1.6vw,26px);
    font-weight:900;
    margin:0;
    line-height:1.8
}

.top_banner {
    background-color:#CBEBF7;
    padding:43px 0
}

.top_banner .banner_box {
    max-width:1280px;
    margin:0 auto;
    width:90%;
    justify-content:space-between
}

.top_banner .banner_box a {
    width:19%;
    transition:all .4s ease-out
}

.top_banner .banner_box a:hover {
    box-shadow:6px 6px 10px #00000029;
    opacity:.8
}

.copy {
    width:100%;
    background-color:#000;
    color:#fff;
    text-align:center;
    margin:0;
    padding:12px;
    box-sizing:border-box;
    font-size:clamp(14px,1.6vw,22px);
    font-weight:700
}

.page_contents {
    margin-bottom:140px
}

.page_contents h2 {
    margin-top:65px
}

.h3_list {
    margin-top:70px;
    width:100%
}

.h3_box {
    margin-bottom:80px
}

.h3_box h3 p {
    margin:0;
    font-size:clamp(14px,2.35vw,24px);
    font-weight:900
}

.h3_box h3.border_red.comming {
    background-color:hsla(0,0%,40%,0.5);
    border:none;
    padding:1.5rem 0
}

.h3_box h3.border_red.comming p {
    font-size:clamp(14px,2.35vw,40px);
    font-family:"M PLUS Rounded 1c",sans-serif;
    color:#fff
}

h3.type_pencil {
    color:#F1912B;
    margin:0;
    padding-bottom:15px;
    position:relative;
    border-bottom:2px dashed #F1912B
}

h3.type_pencil p {
    opacity:1
}

h3.type_pencil::before {
    content:"";
    position:absolute;
    width:100%;
    height:80px;
    background-image:url(../images/pencil.jpg);
    background-size:contain;
    bottom:-2px;
    right:auto;
    left:0;
    z-index:5;
    background-repeat:no-repeat;
    background-position:left
}

h3.type_pencil::after {
    content:"";
    position:absolute;
    right:0;
    bottom:-2px;
    width:100%;
    height:80px;
    box-sizing:border-box;
    background-color:#fff
}

.h3_box.active h3.type_pencil::before {
    animation:moveBackground 2.5s cubic-bezier(0.2,0,0.8,1) forwards
}

.h3_box.active h3.type_pencil::after {
    animation:moveline 2.5s cubic-bezier(0.2,0,0.8,1) forwards
}

.h3_box p {
    font-size:clamp(14px,1.44vw,18px);
    font-weight:500;
    line-height:2;
    opacity:0;
    transition:2s
}

.h3_box.active p {
    opacity:1
}

.h3_box img.kidzania_logo {
    max-width:312px;
    margin:45px auto;
    display:flex
}

.h3_box h3.border_red {
    border-bottom:3px solid #C8004C;
    position:relative;
    padding-bottom:5px
}

.h3_box h3.border_red::before {
    content:"";
    position:absolute;
    width:100%;
    height:80px;
    bottom:-3px;
    right:auto;
    right:0;
    z-index:5;
    background-color:#fff;
    transition:2s
}

.h3_box.active h3.border_red::before {
    width:0
}

.inner_place h3 {
    align-items:center;
    color:#fff;
    font-size:clamp(14px,1.8vw,24px);
    font-weight:900;
    flex-wrap:nowrap
}

.inner_place h3 span {
    background-color:#C8004C;
    padding:10px 25px;
    box-sizing:border-box;
    width:17%;
    text-align:center
}

.inner_place h3 p {
    margin:0;
    background-color:#F1912B;
    padding:10px 25px;
    box-sizing:border-box;
    width:83%
}

.preparation {
    width:100%;
    padding:150px 0;
    box-sizing:border-box;
    background-color:#E4E4E4;
    align-items:center;
    justify-content:center
}

.preparation p {
    color:#fff;
    font-size:clamp(14px,10vw,80px);
    font-weight:900;
    margin:0
}

.h3_box ul {
    list-style:none;
    margin:0;
    padding:0;
    line-height:2;
    font-size:clamp(14px,1.44vw,18px);
    font-weight:500;
    opacity:0;
    transition:2s
}

.h3_box.active ul {
    opacity:1
}

.h3_box ul li {
    position:relative;
    padding-left:25px
}

.h3_box ul li::before {
    position:absolute;
    content:"";
    width:clamp(5px,2vw,18px);
    height:clamp(5px,2vw,18px);
    border-radius:50%;
    background-color:#C8004C;
    left:0;
    top:clamp(6px,0.7vw,11px)
}

.inner_place.h3_box h3 p {
    color:#1A1311;
    background-color:hsla(0,0%,0%,0.00);
    padding:0
}

.important_list {
    background-color:#C8004C;
    padding:30px 40px;
    margin-top:45px;
    margin-bottom:120px
}

.important_list .label_position {
    justify-content:center;
    align-items:center;
    color:#F5FF00;
    position:relative;
    margin-bottom:20px
}

.important_list .label_position h3 {
    font-size:clamp(14px,2.35vw,30px);
    font-weight:900;
    margin:0
}

.important_list .label_position span {
    position:absolute;
    right:2%;
    font-size:clamp(14px,1.6vw,22px);
    font-weight:700
}

.important_list p {
    color:#fff;
    font-size:clamp(14px,1.6vw,20px);
    line-height:1.8;
    font-weight:700;
    margin:0
}

.step_list {
    margin-bottom:80px
}

.step_list .step_box {
    flex-wrap:nowrap
}

.step_list .step_box .num {
    width:20vw;
    height:20vw;
    max-width:229px;
    max-height:229px;
    background-color:#F1912B;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-family:"M PLUS Rounded 1c",sans-serif;
    font-size:clamp(14px,2.35vw,44px);
    font-weight:900
}

.step_list .step_box .text_box {
    max-width:945px;
    margin-top:-1rem;
    width:100%
}

.step_list .step_box .text_box h3 {
    margin:0;
    line-height:1
}

.step_list .step_box .text_box h3 p {
    margin:0;
    font-size:clamp(14px,2.35vw,28px);
    font-weight:900
}

h3.border_yellow {
    border-bottom:1px solid #F1912B;
    position:relative;
    padding-bottom:5px
}

.step_list .step_box .text_box p {
    font-size:clamp(14px,1.44vw,18px);
    font-weight:500;
    line-height:2;
    opacity:0;
    transition:2s;
    padding-left:40px;
    margin-bottom:0
}

.step_list .step_box .text_box h3.border_yellow::before {
    content:"";
    position:absolute;
    width:100%;
    height:80px;
    bottom:-3px;
    right:auto;
    right:0;
    z-index:5;
    background-color:#fff;
    transition:2s
}

.step_list .step_box.active .text_box h3.border_yellow::before {
    width:0
}

.step_list .step_box.active .text_box p {
    opacity:1
}

.h3_list iframe {
    width:100%;
    height:450px;
    border:none
}

h4.bg_red {
    background-color:#C8004C;
    color:#fff
}

h4.bg_red p {
    font-size:clamp(14px,2vw,20px);
    font-weight:900;
    padding:5px 25px
}

.mail_btn {
    background-color:#F7F7F7;
    max-width:790px;
    margin:0 auto 50px;
    padding:40px;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    gap:25px;
    color:#000;
    font-size:clamp(18px,3.6vw,34px);
    font-weight:900;
    transition:all .4s ease-out
}

.mail_btn svg {
    transition:all .4s ease-out;
    width:45px
}

.mail_btn:hover svg {
    fill:#F1912B
}

.mail_btn:hover {
    color:#F1912B
}

.h5_box {
    margin-top:50px
}

.h5_box h5 {
    font-size:clamp(14px,2vw,20px);
    color:#C8004C;
    border-bottom:1px solid #C8004C;
    font-weight:900;
    padding-bottom:5px;
    margin:0
}

.h3_box .h5_box ul {
    list-style:disc;
    padding-left:1.5rem
}

.h3_box .h5_box ul li {
    padding:0
}

.h3_box .h5_box ul li::before {
    display:none
}

.wp-pagenavi {
    width:100%;
    margin:70px auto;
    justify-content:center;
    gap:7px;
    display:flex
}

.wp-pagenavi a,.wp-pagenavi span {
    background-color:#fff;
    color:#C8004C;
    border:1px solid #C8004C;
    border-radius:7px;
    font-size:18px;
    font-weight:500;
    font-family:"Zen Kaku Gothic Antique",sans-serif;
    width:38px;
    height:38px;
    transition:all .4s ease-out;
    text-decoration:none;
    display:flex;
    justify-content:center;
    align-items:center
}

.wp-pagenavi span {
    background-color:#C8004C;
    color:#fff
}

.news_wp h1 {
    margin:50px auto 20px;
    font-size:clamp(14px,2.35vw,24px);
    font-weight:900;
    border-bottom:3px solid #F1912B;
    padding-bottom:5px
}

.news_wp .day {
    color:#fff;
    background-color:#C8004C;
    display:inline-block;
    margin:0;
    font-weight:700;
    padding:5px;
    border-radius:5px
}

.news_wp .input_wp {
    margin-top:30px
}

.news_wp .input_wp p {
    font-weight:500;
    line-height:1.8;
}

.news_wp .pagination {
    max-width:1000px;
    width:90%;
    margin:90px auto;
    justify-content:center;
    gap:10px
}

.news_wp .pagination button {
    border:none;
    background-color:#F1912B;
    border-radius:7px;
    color:#fff;
    font-size:18px;
    font-weight:500;
    cursor:pointer;
    transition:all .4s ease-out;
    padding:5px 40px
}

.back-to-top {
    position:fixed;
    bottom:2%;
    right:2%;
    width:90px;
    height:90px;
    opacity:0;
    transition:opacity .3s ease,visibility .8s ease;
    visibility:hidden;
    z-index:10
}

.back-to-top.show {
    opacity:1;
    visibility:visible
}

.qa_box {
    line-height:2;
    border:1px solid #707070;
    color:#1A1311;
    width:100%;
    margin:0 auto 20px;
    font-size:clamp(14px,1.6vw,18px);
    font-weight:500;
    position:relative
}

.qa_title {
    position:relative;
    cursor:pointer;
    background:#E4E4E4;
    margin:0;
    padding:20px 2% 20px 10%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px
}

.qa_title span.arrow {
    min-width:40px;
    height:40px;
    position:relative;
    transition:.3s
}

.qa_title span.arrow::before {
    position:absolute;
    content:'';
    width:5px;
    height:40px;
    background:#707070;
    top:50%;
    left:50%;
    transform:translateX(-50%)translateY(-50%);
    transition:.3s;
    z-index:1
}

.qa_title span.arrow::after {
    position:absolute;
    content:'';
    width:40px;
    height:5px;
    background:#707070;
    top:50%;
    left:50%;
    transform:translateX(-50%)translateY(-50%);
    transition:.3s;
    z-index:2
}

.qa_title::after {
    position:absolute;
    content:"Q";
    font-family:"M PLUS Rounded 1c",sans-serif;
    font-weight:900;
    color:#C8004C;
    top:50%;
    left:3%;
    transform:translateY(-50%);
    line-height:1;
    font-size:clamp(18px,3.6vw,48px)
}

.qa_title.active::before {
    transform:rotate(-90deg)
}

.qa_title.active .arrow {
    transform:rotate(45deg)
}

.qa_content {
    overflow:hidden;
    margin:0;
    padding:0 2% 0 10%;
    position:relative;
    display:flex;
    flex-direction:row-reverse;
    gap:30px
}

.qa_content::before {
    min-width:40px;
    height:0;
    position:relative;
    content:""
}

.qa_content::after {
    position:absolute;
    content:"A";
    font-family:"M PLUS Rounded 1c",sans-serif;
    font-weight:900;
    color:#F1912B;
    top:10%;
    left:3%;
    line-height:1;
    font-size:clamp(18px,3.6vw,48px)
}

.qa_box .qa_content p {
    transition:all .3s ease-out;
    line-height:0;
    opacity:0;
    margin:0;
    padding:0;
    width:100%;
    font-size:clamp(14px,1.6vw,18px)
}

.qa_content.active p {
    opacity:1;
    padding:16px 0;
    line-height:2;
    width:100%
}

.qa_box .qa_content strong {
    color:#C8004C
}

.program__step_list {
    display:flex;
    flex-direction:column;
    gap:75px;
    margin-top:60px
}

.step_content {
    position:relative;
    border:2px solid #C8004C
}

.step_content::before {
    width:2px;
    height:75px;
    bottom:-77px;
    left:50%;
    transform:translateX(-50%);
    background-color:#C8004C;
    position:absolute;
    content:""
}

.step_content:last-child::before {
    display:none
}

.step_content .step_name {
    border-bottom:2px solid #C8004C;
    flex-wrap:nowrap;
    align-items: center;
    background-color:#FFF5EA;
}

.step_content .step_name span {
    background-color:#F1912B;
    color:#fff;
    font-size:clamp(14px,2vw,20px);
    font-weight:900;
    min-width:120px;
    height:120px;
    display:flex;
    justify-content:center;
    align-items:center
}

.step_content .step_name p {
    margin:0;
    text-align:left;
    color:#000;
    font-weight:700;
    font-size:clamp(14px,2vw,20px);
    padding:0 1rem;
    background-color:#FFF5EA;
    width:100%;
    line-height:2
}

.step_content .content_box {
    padding:50px;
    box-sizing:border-box
}

.step_content .content_box p {
    margin:0;
    line-height:2;
    font-size:clamp(14px,1.6vw,18px);
    font-weight:500
}

.step_content .content_box .sample {
    background-color:#E4E4E4;
    width:100%;
    height:398px;
    margin-top:50px
}

.step_content .content_box picture {
    max-width:800px;
    width:100%;
    display:block
}

.program__step_list .step_content:nth-child(4) .content_box picture {
    max-width:720px
}

.step_content .content_box a {
    cursor:default
}

.step_content .content_box a svg {
    display:none
}

.company_name {
    text-align:center;
    font-size:clamp(14px,1.6vw,18px);
    font-weight:700
}

.work_single {
    gap:50px;
    flex-wrap:nowrap;
    justify-content:space-between
}

.work_single img {
    width:40%
}

.contents_box table.guidelines_table {
    border:1px solid #707070
}

.contents_box table.guidelines_table tr {
    border-bottom:1px solid #707070
}

.contents_box table.guidelines_table th {
    background-color:#EDECED;
    color:#000;
    font-size:clamp(14px,1.6vw,16px);
    font-weight:500
}

.contents_box table.guidelines_table td {
    padding:17px 25px;
    font-size:clamp(14px,1.6vw,16px);
    font-weight:500
}

.h3_box h3 p span.day.day-day2 {
    color:red
}
.h3_box h3 p span.day.day-day1 {
    color:#1D66BC;
}


.contents_box table.guidelines_table.plus_tr {
    max-width:650px;
    margin:40px auto 0
}

.contents_box table.guidelines_table.plus_tr th,.contents_box table.guidelines_table.plus_tr td {
    width:50%;
    border-right:1px solid #707070;
    padding:17px 25px;
    text-align:center
}

.single_back {
    display:flex;
    align-items:center;
    justify-content:center;
    padding:15px;
    background-color:red;
    color:#fff;
    border:2px solid red;
    font-size:clamp(14px,2vw,20px);
    font-weight:900;
    text-align:center;
    margin:-40px auto 0;
    text-decoration:none;
    max-width:250px;
    box-sizing:border-box;
    transition:all .4s ease-out
}

.single_back:hover {
    background-color:#fff;
    color:red
}

.wp_program .inner_link {
    justify-content:center
}

.wp_program .inner_link a {
    max-width:320px;
    padding:20px 25px 40px;
    position:relative;
    color:#fff;
    font-size:clamp(14px,1.6vw,30px);
    font-weight:900;
    text-decoration:none;
    transition:all .4s ease-out
}

.wp_program .inner_link a::before {
    content:"";
    position:absolute;
    bottom:10px;
    left:50%;
    transform:translateX(-50%);
    width:28px;
    height:15px;
    background-color:#fff;
    clip-path:polygon(0% 0%,100% 0%,50% 100%);
    transition:all .4s ease-out
}

.wp_program .inner_link a:first-child {
    background-color:#C8004C;
    border:2px solid #C8004C
}

.wp_program .inner_link a:first-child:hover {
    background-color:#fff;
    color:#C8004C
}

.wp_program .inner_link a:first-child:hover::before {
    background-color:#C8004C
}

.wp_program .inner_link a:nth-child(2) {
    background-color:#1C66BC;
    border:2px solid #1C66BC
}

.wp_program .inner_link a:nth-child(2):hover {
    background-color:#fff;
    color:#1C66BC
}

.wp_program .inner_link a:nth-child(2):hover::before {
    background-color:#1C66BC
}

.wp_program .inner_link a:nth-child(3) {
    background-color:#009389;
    border:2px solid #009389
}

.wp_program .inner_link a:nth-child(3):hover {
    background-color:#fff;
    color:#009389
}

.wp_program .inner_link a:nth-child(3):hover::before {
    background-color:#009389;
}

.wp_program .inner_link a:nth-child(4) {
    background-color: #A9C301;
    border: 2px solid #A9C301;
}

.wp_program .inner_link a:nth-child(4):hover {
    background-color: #fff;
    color: #A9C301;
}

.wp_program .inner_link a:nth-child(4):hover::before {
    background-color: #A9C301;
}


.wp_single_list {
    margin-top:45px
}

.wp_single_list .venue {
    color:#fff;
    font-size:clamp(14px,1.5vw,22px);
    font-weight:900
}

.wp_single_list .venue p {
    margin:0;
    padding:10px 25px;
    box-sizing:border-box;
    width:70%;
    height:auto
}

.wp_single_list .venue span {
    padding:10px 25px;
    box-sizing:border-box;
    width:30%;
    text-align:center
}

.wp_single_list.main .venue span {
    background-color:#C8004C
}

.wp_single_list.main .venue p {
    background-color:#FF3C86
}
.wp_single_list.mytown .venue span {
    background-color:#1D66BC
}

.wp_single_list.mytown .venue p {
    background-color:#03B8DF
}
.wp_single_list.other .venue span {
    background-color:#009389
}

.wp_single_list.other .venue p {
    background-color:#36CCC2
}
.wp_single_list.kennan .venue span {
    background-color:#A9C301;
}

.wp_single_list.kennan .venue p {
    background-color:#F4F8DF;
    color: #A9C301;
}
@media screen and (max-width:890px) {
    .wp_single_list.kennan .venue p {
        text-align: center;
    }
}
.wp_single_content {
    margin-top:30px;
    display:flex;
    flex-direction:column;
    gap:20px
}

.wp_single_content .box {
    flex-wrap:nowrap
}

.wp_single_content .box span {
    color:#fff;
    font-size:clamp(14px,2.35vw,24px);
    font-weight:900;
    min-width:50px;
    height:auto;
    display:flex;
    justify-content:center;
    align-items:center
}

.wp_single_list.main .wp_single_content .box span {
    background-color:#C8004C
}

.wp_single_list.mytown .wp_single_content .box span {
    background-color:#1D66BC
}
.wp_single_list.other .wp_single_content .box span {
    background-color:#009389
}

.wp_single_content .box .input_bw {
    background-color:#F7F7F7;
    width:100%;
    padding:15px 15px 15px 25px;
    align-items:center;
    justify-content:space-between
}

.wp_single_content .box .input_bw p {
    margin:0
}

.wp_single_content .box .input_bw p:first-child {
    font-size:clamp(14px,1.6vw,18px);
    font-weight:700;
    width:35%
}

.wp_single_list.main .wp_single_content .box .input_bw p:first-child {
    color:#C8004C
}

.wp_single_list.mytown .wp_single_content .box .input_bw p:first-child {
    color:#1D66BC
}
.wp_single_list.other .wp_single_content .box .input_bw p:first-child {
    color:#009389
}

.wp_single_content .box .input_bw p:nth-child(2) {
    font-size:clamp(14px,1.6vw,16px);
    font-weight:700;
    width:35%
}

.wp_single_content .box .input_bw a {
    background-color:#707070;
    color:#fff;
    padding:3px 10px;
    font-size:clamp(10px,1.44vw,14px);
    font-weight:700;
    text-decoration:none;
    border:1px solid #707070;
    transition:all .4s ease-out
}

.wp_single_content .box .input_bw a:hover {
    background-color:#fff;
    color:#707070
}

#main,#other,#list {
    margin-top:-80px;
    position:absolute
}

.application_link {
    width:100%;
    margin-top:30px;
    background-color:#F1912B;
    text-align:center;
    text-decoration:none;
    color:#fff;
    display:block;
    font-size:clamp(14px,1.6vw,20px);
    font-weight:900;
    padding:15px;
    box-sizing:border-box;
    position:relative;
    border:2px solid #F1912B;
    transition:all .4s ease-out
}

.application_link.deactivated {
    background-color:hsla(0,0%,40%,0.5);
    cursor:auto;
    border:none
}

.application_link.deactivated:hover {
    background-color:hsla(0,0%,40%,0.5);
    color:#fff
}

.application_link.deactivated:hover::before {
    background-color:#fff
}

.application_link::before {
    content:"";
    position:absolute;
    left:15px;
    top:50%;
    transform:translateY(-50%);
    background-color:#fff;
    width:20px;
    height:20px;
    clip-path:polygon(0% 0%,0% 100%,100% 50%);
    transition:all .4s ease-out
}

.application_link:hover {
    background-color:#fff;
    color:#F1912B
}

.application_link:hover::before {
    background-color:#F1912B
}

@keyframes moveBackground {
    0% {
    background-position:left
}

100% {
    background-position:right
}

}

@keyframes moveline {
    0% {
    width:100%
}

100% {
    width:0
}

}


@media screen and (max-width:890px) {
    .sp {
}

.pc {
    display:none
}

header h1 {
    padding-left:20px
}

header h1 img {
    width:180px
}

.nav_btn {
    width:60px;
    height:60px
}

.nav_btn--lines {
    width:40px;
    height:30px
}

.open .nav_btn--lines span:nth-child(1) {
    transform:translateY(13px) rotate(-45deg)
}

.open .nav_btn--lines span:nth-child(3) {
    transform:translateY(-12px) rotate(45deg)
}

header nav {
    top:60px
}

.contents_box {
    padding:25px 15px;
    border-radius:25px
}

.contents_box h2 {
    font-size:24px
}

.news_list a {
    flex-direction:column;
    align-items:flex-start;
    gap:10px
}

.news_list a p {
    font-size:14px
}

.link_btn {
    padding:10px
}

.link_btn p {
    font-size:16px
}

.contents_box .contents_text {
    font-size:14px;
    text-align: left;
}

.contents_box table td {
    padding:25px 15px
}

.contents_box table tr th {
    font-size:14px;
    padding:0 5px
}

.contents_box table td .day {
    font-size:16px
}

.contents_box table td .day span {
    font-size:18px
}

.contents_box table td .time {
    font-size:14px
}

.contents_box table td .main_list li::before {
    width:10px;
    height:10px
}

.contents_box table td .main_list li {
    padding-left:1rem;
    margin-bottom:20px
}

.contents_box table td .main_list li p {
    font-size:16px
}

.contents_box table td .main_list li .sub_list li {
    font-size:14px
}

.top_sponsorship p {
    font-size:16px
}

.top_banner .banner_box {
    flex-wrap:wrap;
    gap:20px
}

.top_banner .banner_box a {
    width:47%
}

.nav_area {
    display:none
}

h3.type_pencil::before {
    height:40px;
    background-position:left bottom
}

h3.type_pencil {
    padding-bottom:5px;
    padding-right:30px
}

h3.type_pencil p {
    font-size:18px
}

.h3_box p {
    font-size:14px
}

.page_contents h2 {
    margin-top:40px
}

.h3_box img.kidzania_logo {
    width:70%;
    margin:20px auto
}

.h3_list {
    margin-top:45px
}

.h3_box h3 p {
    font-size:16px
}

.inner_place h3 {
    flex-wrap:wrap;
    font-size:16px
}

.inner_place h3 span {
    width:100%;
    max-width:130px;
    text-align:left
}

.inner_place h3 p {
    width:100%
}

.h3_box ul {
    font-size:14px
}

.h3_box ul li {
    padding-left:15px
}

.h3_box ul li::before {
    width:10px;
    height:10px;
    top:10px
}

.h3_box .preparation p {
    font-size:20px
}

.important_list {
    padding:30px 20px
}

.important_list .label_position {
    flex-direction:column
}

.important_list .label_position h3 {
    font-size:22px
}

.important_list .label_position span {
    position:relative;
    font-size:18px
}

.step_list .step_box .text_box h3 p {
    font-size:18px
}

.important_list p {
    font-size:16px
}

.step_list .step_box .text_box p {
    padding-left:0;
    font-size:14px
}

.step_list .step_box .num {
    max-width:60px;
    max-height:60px;
    font-size:14px
}

.step_list .step_box .text_box {
    margin-top:5px
}

.step_list .step_box {
    flex-direction:column
}

.step_list .step_box .text_box h3.border_yellow::before {
    height:45px
}

.indent.type02 {
    padding-left:1em!important
}

h4.bg_red p {
    font-size:16px
}

.h5_box h5 {
    font-size:16px
}

.news_wp h1 {
    font-size:20px
}

.news_wp .day {
    font-size:14px
}

.news_wp .input_wp {
    margin-top:25px
}

.main_visual {
    min-height:auto
}

.page_visual {
    padding-top:60px;
    width:100%
}

.back-to-top {
    width:45px;
    height:45px
}

.page_visual .visual_position {
    width:100%
}

.page_visual .visual_position .title {
    width:90%;
    z-index:6
}

.page_visual .visual_position .castle {
    right: 0;
    bottom:0
}

.page_visual .visual_position .daruma {
    bottom:0
}

.qa_box {
    font-size:14px
}

.qa_title {
    gap:10px
}

.qa_title span.arrow {
    min-width:25px;
    height:25px
}

.qa_title span.arrow::before {
    height:25px;
    width:3px
}

.qa_title span.arrow::after {
    width:25px;
    height:3px
}

.qa_content {
    gap:0
}

.qa_content::before {
    min-width:0
}

.qa_content::after {
    top:20px
}

.step_content .content_box {
    padding:20px 10px
}

.program__step_list {
    margin-top:35px
}

.step_content .step_name {
    flex-wrap:wrap
}

.step_content .step_name span {
    font-size:16px;
    min-width:auto;
    height:45px;
    width:100%
}

.step_content .step_name p {
    width:100%;
    font-size:16px;
    padding:1rem
}

.step_content .content_box p {
    font-size:14px
}

.step_content .content_box .sample {
    margin-top:20px
}

.step_content .content_box a {
    position:relative;
    padding:10px 5px;
    width:100%;
    display:block;
    box-sizing:border-box
}

.step_content .content_box a::before {
    width:100%;
    height:100%;
    background-color:hsla(0,0%,77%,0.5);
    content:"";
    position:absolute;
    left:0;
    top:0
}

.step_content .content_box a svg {
    position:absolute;
    display:block;
    top:3%;
    right:3%;
    width:40px;
    height:auto;
    fill:#C8004C
}

.work_single {
    flex-wrap:wrap;
    gap:15px
}

.work_single img {
    width:100%
}

.contents_box table.guidelines_table th,.contents_box table.guidelines_table td {
    font-size:12px
}

.contents_box table.guidelines_table td {
    padding:15px
}

.sp {
    display:block!important
}

.wp_program .inner_link {
    gap:1rem 0;
}

.wp_program .inner_link a {
    padding:10px 60px 30px
}

.wp_single_list .venue span,.wp_single_list .venue p {
    width:100%
}

.wp_single_list .venue p {
    padding:0 15px;
    line-height:1.8
}

.wp_single_content .box .input_bw {
    padding:10px
}

.wp_single_list .wp_single_content .box .input_bw p:first-child,.wp_single_content .box .input_bw p:nth-child(2) {
    width:100%
}

.wp_single_content .box .input_bw a {
    margin:0 0 0 auto
}

#main,#other,#list {
    margin-top:-70px
}

}

.up_file {
    list-style:none;
    padding:0;
    gap:20px
}

.up_file a {
    text-decoration:none;
    border:1px solid #F1912B;
    border-radius:5px;
    color:#1A1311;
    font-weight:700;
    padding:10px 45px 10px 10px;
    position:relative;
    transition:all .4s ease-out
}

.up_file a::before {
    position:absolute;
    right:10px;
    top:9px;
    width:26px;
    height:30px;
    background-image:url(../images/document.png);
    content:"";
    background-size:contain;
    background-repeat:no-repeat
}

.up_file a:hover {
    background-color:#F1912B;
    color:#fff
}

@media screen and (max-width:890px) {
    .up_file {
    flex-direction:column;
    gap:10px
}

.up_file a {
    font-size:14px;
    display:inline-block
}

}

.step_list .step_box .text_box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top:1rem;
    padding-left: 40px;
    line-height: 2;
    font-size: clamp(14px, 1.44vw, 18px);
    font-weight: 500;
}

.step_list .step_box .text_box ul li {
    position: relative;
    padding-left: 25px;
    opacity:0;
    transition: 2s;
}

.step_list .step_box.active .text_box ul li {
    opacity:1
}

.step_list .step_box .text_box ul li::before {
    position: absolute;
    content: "";
    width: clamp(5px, 2vw, 18px);
    height: clamp(5px, 2vw, 18px);
    border-radius: 50%;
    background-color: #C8004C;
    left: 0;
    top: clamp(6px, 0.7vw, 11px);
}

.qa_box .qa_content p a,.h3_box ul li a {
    color:#F1912B
}

@media screen and (max-width:890px) {
    .step_list .step_box .text_box ul {
    padding-left:0
}

.step_list .step_box .text_box ul li {
    padding-left:20px
}

.step_list .step_box .text_box ul li::before {
    top:10px;
}

}

.news_important {
    margin-top: 40px;
}

.news_important a {
    background: #fff;
    border: 1px solid #FF0000;
    display: block;
    color: #ff0000;
    font-size: clamp(14px,1.6vw,20px);
    padding: 1em;
    text-decoration: none;
    position: relative;
}

.news_important a::after {
    content: "＞";
    position: absolute;
    top: 1em;
    right: 1.5em;
}

table.news-important__table {
    border-spacing: 0;
    width: auto;
    margin-top: 0;
    border: none;
}

table.news-important__table tr {
    border:none;
}

table.news-important__table td {
    width: auto;
    padding: 0;
    box-sizing: border-box;
}

table.news-important__table td:last-of-type {
    padding-left: 10px;
}

.news_wp .news_timeline {
    margin-bottom: 40px;
    border-bottom: 1px dashed #F1912B;
    padding-bottom: 40px;
}

.news_wp .news_timeline .input_wp {
    margin-top: 0;
}

#shop {
    padding-top: 90px;
    margin-top: -60px;
}

#shop .h3_box {
    margin-bottom: 0;
}

.ribbon_h3 {
    background-color:#DC000C;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: clamp(14px, 2.35vw, 24px);
    font-weight: 900;
    padding: 0.4rem;
    margin: 0;
}

.ribbon_h3::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 20px;
    height: 100%;
    top: 0;
    left: -1px;
    clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}

.ribbon_h3::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 20px;
    height: 100%;
    top: 0;
    right: -1px;
    clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
}

.h3_box .ribbon_h3 div.name {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.h3_box .ribbon_h3 div .arrow:first-child {
    width: 10px;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}

.h3_box .ribbon_h3 div .arrow:last-child {
    width: 10px;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    transform: scale(-1,1);
}

.h3_box .ribbon_h3 div .arrow span:first-child {
    width: 2px;
    height: 60%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-45deg);
}

.h3_box .ribbon_h3 div .arrow span:last-child {
    width: 2px;
    height: 60%;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(-135deg);
}

.shop_list {
    background-color: #E7F4F4;
    padding: 2em;
    margin-top: 2rem;
    gap:2%;
    position: relative;
}

.shop_list .money {
    width: 32%;
}

.shop_list span {
    font-size: clamp(12px, 2vw, 15px);
    margin-top: 1em;
    font-weight: 500;
}

.shop_list .shop {
    background-color: #fff;
    width: 32%;
    margin-bottom: 1.5em;
}

.shop_list .shop:nth-child(4),.shop_list .shop:nth-child(5) {
    margin-bottom: 0;
}

.shop_list .shop .label {
    gap: 10px;
}

.shop_list .shop .label .square {
    background-color: #019389;
    color: #fff;
    font-size: clamp(10px, 1.44vw, 12px);
    font-weight: 900;
    margin: 0;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop_list .shop .label .name {
    width: calc(100% - 65px);
    color: #019389;
    padding-top: 1.2em;
    line-height: 1;
    min-height: 55px;
    box-sizing: border-box;
}

.shop_list .shop .label .name p {
    font-size: clamp(10px, 1.2vw, 16px);
    margin: 0;
    font-weight: 900;
}

.shop_list .shop .label .name span {
    font-weight: 500;
    font-size: clamp(8px, 0.8vw, 12px);
}

.shop_list .shop .label .name span.underline {
    font-weight: 900;
    font-size: clamp(10px, 1.2vw, 16px);
}

.shop_list .shop .about {
    width: 100%;
    padding-left: 65px;
    box-sizing: border-box;
    font-size: clamp(8px, 0.9vw, 13px);
    font-weight: 900;
    margin-top: 10px;
    min-height: 8em;
}

.shop_list .shop .about p {
    margin: 0;
    font-weight: bold;
}

.shop_list .shop .about ul {
    padding: 0;
    list-style: none;
    margin: 10px 0 0;
    font-size: clamp(8px, 0.8vw, 12px);
    font-weight: 500;
}

.shop_list .shop .about ul li {
    position: relative;
    padding-left: 1rem;
}

.shop_list .shop .about ul li::before {
    top: 0;
    left: 0;
    content: "◎";
    position: absolute;
}

.shop_list .shop .shop_photo {
    padding:1rem 0.7rem 0;
    justify-content: space-between;
}

.shop_list .shop .shop_photo img {
    width: 48.5%;
}

.shop_list .shop .shop_photo img.photo1 {
    width: 100%;
}

.shop_list .shop a {
    font-size: clamp(8px, 0.9vw, 12px);
    font-weight: 500;
    padding: 0 0.7rem;
    margin: 0.7rem auto;
    display: block;
    color: #1A1311;
    transition: all .4s ease-out;
    word-break: break-word;
}

.shop_list .shop a:hover {
    color: #C8004C;
}

.kitchen_area {
    background-color: #FFC843;
    padding: 2em;
    margin-top: 2em;
}

.kitchen_area h4 {
    margin: 0;
    justify-content: space-between;
    align-items: center;
    padding-top: 5em;
    margin-top: -5em;
}

.kitchen_area h4 p {
    margin: 0;
}

.kitchen_area h4 p:first-child {
    font-size: clamp(14px, 2.35vw, 28px);
    color: #fff;
    font-weight: 900;
}

.kitchen_area h4 p:last-child {
    font-size: clamp(10px, 1.2vw, 16px);
    font-weight: 500;
}

.kitchen_area .kitchen_list {
    margin-top: 2rem;
    gap: 2%;
    position: relative;
}

.kitchen_area .kitchen_list .kitchen {
    background-color: #fff;
    width: 32%;
    margin-bottom: 1.5em;
}

.kitchen_area .kitchen_list .kitchen:nth-child(4),.kitchen_area .kitchen_list .kitchen:nth-child(5),.kitchen_area .kitchen_list .kitchen:nth-child(6) {
    margin-bottom: 0;
}

.kitchen_area .kitchen_list .kitchen .left_text,.kitchen_area .kitchen_list .kitchen .img_box {
    width: 50%;
}

.kitchen_area .kitchen_list .kitchen .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kitchen_area .kitchen_list .kitchen .left_text {
    padding: 1em;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.kitchen_area .kitchen_list .kitchen .left_text .name {
    font-size: clamp(10px, 1.2vw, 16px);
    color: #E94C47;
    font-weight: 900;
    margin: 0 auto 0.5em;
    text-align: left;
    width: 100%;
}

.kitchen_area .kitchen_list .kitchen .left_text .comment {
    font-size: clamp(8px, 1vw, 13px);
    margin: 0 auto;
    font-weight: 500;
    width: 100%;
}

.kitchen_area .kitchen_list .kitchen .left_text .time {
    margin: auto auto 0;
    width: 100%;
    font-size: clamp(8px, 0.9vw, 12px);
    font-weight: 500;
}

.wp_program .inner_link.btn3 {
    justify-content: space-between;
}

.wp_program .inner_link.btn3 a {
    box-sizing: border-box;
    width: 24%;
    max-width: 800px;
    font-size: clamp(14px, 1.8vw, 30px);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp_program .inner_link.btn3 .column02 {
    flex-direction: column;
    width: 32%;
    display: flex;
    gap: 0.5em;
}

.wp_program .inner_link.btn3 .column02 a {
    width: 100%;
    padding: 0.5em 1em;
    text-align: left;
    font-size: clamp(14px, 1.4vw, 26px);
}

.wp_program .inner_link.btn3 .column02 a:first-child {
    background-color: #019389;
    border: 2px solid #019389;
}

.wp_program .inner_link.btn3 .column02 a:first-child:hover {
    background-color: #fff;
    color: #019389;
}

.wp_program .inner_link.btn3 .column02 a:first-child:hover::before {
    background-color: #019389;
}

.wp_program .inner_link.btn3 .column02 a:last-child {
    background-color: #A9C301;
    border: 2px solid #A9C301;
}

.wp_program .inner_link.btn3 .column02 a:last-child:hover {
    background-color: #fff;
    color: #A9C301;
}

.wp_program .inner_link.btn3 .column02 a:last-child:hover::before {
    background-color: #A9C301;
}

.wp_program .inner_link.btn3 .column02 a::before {
    left: auto;
    bottom: auto;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
}

.inner_society {
    padding-top: 90px;
    margin-top: 30px;
}

.inner_society hgroup {
    flex-wrap: nowrap;
    margin-bottom: 1.5em;
}

.inner_society hgroup h4 {
    color: #fff;
    background-color: #019389;
    margin: 0;
    font-size: clamp(14px, 2.35vw, 24px);
    font-weight: 900;
    padding: 0.5em 1.5em;
    white-space: nowrap;
}

.inner_society hgroup p {
    margin: 0;
    background-color: #D5EDEC;
    color: #019389;
    padding: 0.5em 1.5em;
    font-weight: 900;
    font-size: clamp(14px, 2.35vw, 24px);
    width: 100%;
}

.inner_society .society_list {
    border-bottom: 2px dotted #019389;
}

.inner_society .society_list:last-child {
    border-bottom: none;
}

.inner_society .society_list p.date {
    font-size: clamp(14px, 2.35vw, 28px);
    color: #707070;
    font-weight: 900;
    margin: 1em 0 0.5em;
}

.inner_society .society_list .text_left {
    width: 55%;
    border-top: 1px solid #019389;
}

.inner_society .society_list .society_item {
    justify-content: space-between;
    margin-bottom: 3em;
}

.inner_society .society_list .society_item img {
    width: 43%;
}

.inner_society .society_list .text_left .name {
    border-bottom: 1px solid #019389;
    font-size: clamp(14px, 2.2vw, 22px);
    font-weight: 900;
    color: #707070;
    margin: 0;
    padding: 0.4em 0;
}

.inner_society .society_list .text_left .place {
    font-size: clamp(10px, 1.2vw, 16px);
    font-weight: 500;
    color: #000000;
    margin: 0.6em 0;
}

.inner_society .society_list .text_left .comment {
    background-color: #D5EDEC;
    padding: 0.5rem;
    margin: 0.4em auto;
    width: 100%;
    font-weight: 500;
    box-sizing: border-box;
    font-size: clamp(8px, 1vw, 14px);
    min-height: 8em;
}

.inner_society .society_list .text_left ul.etc-list {
    padding: 0;
    list-style: none;
    gap:1em;
    font-size: clamp(14px,1.6vw,20px);
    font-weight: bold;
    color: #707070;
    margin: 0.6em 0 0;
}

.inner_society .society_list .text_left .comment.img-plus {
    position: relative;
}

.inner_society .society_list .text_left .comment.img-plus img {
    position: absolute;
    right: 0;
    top: 50%;
    max-width: 150px;
    width: 20%;
    transform: translateY(-50%);
}

.inner_society .society_list .society_item .time-schedule {
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    width: 43%;
    padding: 2em 4em;
    box-sizing: border-box;
}

.inner_society .society_list .society_item .time-schedule .title {
    color: #000000;
    font-size: clamp(10px, 1.2vw, 16px);
    font-weight: bold;
}

.inner_society .society_list .society_item .time-schedule .title span {
    color: #707070;
}

.inner_society .society_list .society_item .time-schedule .row {
    justify-content: space-between;
    width: 100%;
    color: #000000;
    font-size: clamp(14px, 1.6vw, 20px);
    font-weight: 500;
    max-width: 330px;
}

.inner_society .society_list .society_item .img_schedule {
    width: 43%;
    justify-content: space-between;
}

.inner_society .society_list .society_item .img_schedule .time-schedule {
    padding: 0 1em;
    box-sizing: border-box;
    width: 49%;
}

.inner_society .society_list .society_item .img_schedule img {
    width: 48%;
}

.inner_society .society_list .society_item .img_schedule .time-schedule .title {
    text-align: left;
    margin: 0 auto 0.3em;
    text-indent: -1em;
}

.inner_society .society_list .society_item .img_schedule .time-schedule .row {
    width: auto;
    margin: 0 auto;
}

.inner_part {
    padding-top: 90px;
    margin-top: -30px;
}

.inner_part hgroup {
    flex-wrap: nowrap;
    margin-bottom: 1.5em;
}

.inner_part hgroup h4 {
    color: #fff;
    background-color: #A9C301;
    margin: 0;
    font-size: clamp(14px, 2.35vw, 24px);
    font-weight: 900;
    padding: 0.5em 1.5em;
    white-space: nowrap;
}

.inner_part hgroup p {
    margin: 0;
    background-color: #F4F8DF;
    color: #A9C301;
    padding: 0.5em 1.5em;
    font-weight: 900;
    font-size: clamp(14px, 2.35vw, 24px);
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
}

.inner_part hgroup p span {
    color:#000000;
    font-weight: bold;
    font-size: clamp(14px, 1.6vw, 20px);
}

.inner_part .part_list .part_item {
    width: calc(100% / 4);
    border-right: 1px solid #A9C301;
    padding:0 1em;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.inner_part .part_list .part_item:first-child {
    padding-left: 0;
}

.inner_part .part_list .part_item:last-child {
    border: none;
    padding-right: 0;
}

.inner_part .part_list .part_item .name {
    color: #A9C301;
    font-size: clamp(10px, 1.3vw, 20px);
    font-weight: bold;
    margin: 0;
    padding-bottom: 0.5em;
}

.inner_part .part_list .part_item .comment {
    font-size: clamp(8px, 1vw, 16px);
    font-weight: 500;
    margin: 0 auto;
    line-height: 1.6;
}

.inner_part .part_list .part_item img {
    display: block;
    margin: auto auto 0;
    max-width: 100%;
    width: auto;
}

.inner_part .part_list .part_item .schedule_title {
    margin: 0 0 0.3em;
    font-size: clamp(10px, 1.2vw, 16px);
    font-weight: bold;
}

.inner_part .part_list .part_item .schedule_title span {
    color: #A9C301;
}

.fair_area {
    background-color: #43D4FF;
    display: flex;
    width: 100%;
    position: relative;
    margin: 4em auto 6em;
    padding-left: 11rem;
    box-sizing: border-box;
}

.fair_area p {
    color: #fff;
    font-size: clamp(14px, 2.35vw, 28px);
    font-weight: 900;
}

.fair_area img.une-me {
    position: absolute;
    width: 17%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 141px;
}

.fair_area .fair_img {
    right: 1em;
    bottom: 0;
    justify-content: space-between;
    width: 37%;
    position: absolute;
    max-width: 320px;
}

.fair_area .fair_img img {
    width: 49%;
}

.fair_area span {
    position: absolute;
    right: 0;
    bottom: -1.8em;
    font-size: clamp(12px, 2vw, 15px);
    font-weight: 500;
}

.inner_booth {
    position: relative;
    width: 100%;
    background-color: #FFC843;
    color: #fff;
    margin-top: 3em;
    padding: 2em 1em;
    box-sizing: border-box;
}

.inner_booth h4 {
    position: absolute;
    background-color: #E0A109;
    top: -30%;
    left: 1em;
    margin: 0;
    font-size: clamp(14px, 1.6vw, 20px);
    font-weight: 900;
    padding: 0.5em;
}

.inner_booth ul {
    margin: 0;
    padding: 0;
    display: flex;
    font-size: clamp(14px, 2vw, 22px);
    font-weight: 600;
    gap:1em;
}

.inner_booth ul li {
    display: flex;
    gap:0.2em;
    flex-wrap: nowrap;
}

.news-important_area {
    background-color: #C8004C;
    width: 95%;
    max-width: 1280px;
    margin: 0 auto 50px;
    box-shadow: 6px 6px 10px #00000029;
    border-radius: 40px;
    padding: 40px 50px 60px;
    box-sizing: border-box;
}

.news-important_area h2 {
    color: #fff;
    font-size: clamp(18px, 3.6vw, 40px);
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 900;
    justify-content: center;
    gap:0.3em;
    margin: 0;
}

.news-important_area h2 svg {
    fill:#fff;
    width: 3.5%;
}

.news-important_area .news_important02 {
    margin-top: 40px;
}

.news-important_area .news_important02 a {
    padding: 1.5em;
    box-sizing: border-box;
    text-decoration: none;
    background-color: #fff;
    align-items: center;
    gap:1em;
    border: 1px solid #fff;
    transition: all .4s ease-out;
}

.news-important_area .news_important02 a span.day {
    color: #C8004C;
    font-weight: 700;
    font-size: clamp(14px, 1.6vw, 20px);
    line-height: 1.8;
    transition: all .4s ease-out;
}

.news-important_area .news_important02 a p {
    color: #1A1311;
    font-size: clamp(14px, 1.6vw, 20px);
    font-weight: 500;
    transition: all .4s ease-out;
    margin: 0;
}

.news-important_area .news_important02 a:hover {
    background-color: #C8004C;
}

.news-important_area .news_important02 a:hover p,.news-important_area .news_important02 a:hover span.day {
    color: #fff;
}

.panf_link {
    width: 95%;
    max-width: 1280px;
    margin: -20px auto 30px;
    font-size: clamp(14px, 1.6vw, 26px);
    font-weight: 900;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #fff;
    padding: 1em;
    text-decoration: none;
    display: block;
}

.news_important02 {
    margin: 2em auto 0;
    border-bottom: 2px dashed #ff0000;
    ;
}

.news_important02 a {
    text-decoration: none;
    align-items: center;
    padding: 18px 5px;
    gap: 22px;
    position: relative;
    transition: all 1.5s ease-out;
}

.news_important02 a span.day {
    border-radius: 20px;
    background-color: #F1912B;
    color: #fff;
    font-weight: 700;
    font-size: clamp(14px, 1.6vw, 20px);
    padding: 0 25px;
    line-height: 1.8;
}

.news_important02 a p {
    margin: 0;
    color: #1A1311;
    font-size: clamp(14px, 1.6vw, 20px);
    font-weight: 500;
}

.news_important02 a p span {
    color: #ff0000;
    font-weight: bold;
    font-size: clamp(14px, 1.6vw, 20px);
}

@media screen and (max-width:890px) {
    .news_important02 a {
    gap:10px;
}

.news_important a::after {
    top: 50%;
    transform:translatey(-50%);
    right: 0.5em;
    font-weight: 500;
}

.shop_list {
    padding: 1em;
}

.shop_list .shop {
    width: 49%;
    margin-bottom: 1em;
}

.ribbon_h3 {
    font-size: 18px;
}

.shop_list .shop .label .square {
    width: auto;
    padding: 0 1em;
    white-space: nowrap;
}

.shop_list .shop .label .name {
    width: calc(100% - 1em);
}

.shop_list .shop .label {
    flex-wrap: nowrap;
}

.shop_list .shop:nth-child(4) {
    margin-bottom: 1.5em;
}

.shop_list .money {
    width: 45%;
}

.shop_list .shop .label .name p {
    font-size: 16px;
}

.shop_list .shop .label .name span {
    font-size: 10px;
}

.shop_list .shop .about {
    font-size: 12px;
}

.shop_list .shop .label .name span.underline {
    font-size: 16px;
}

.shop_list .shop .about ul {
    font-size: 12px;
}

.shop_list .shop a {
    font-size: 12px;
}

.kitchen_area .kitchen_list .kitchen {
    width: 49%;
    margin-bottom: 1em;
}

.kitchen_area h4 {
    flex-direction: column;
    width: 100%;
}

.kitchen_area h4 p:first-child {
    font-size: 20px;
}

.kitchen_area h4 p:last-child {
    font-size: 12px;
}

.kitchen_area {
    padding: 1em;
}

.kitchen_area .kitchen_list {
    margin-top: 1em;
}

.kitchen_area .kitchen_list .kitchen:nth-child(4) {
    margin-bottom: 1em;
}

.kitchen_area .kitchen_list .kitchen .left_text .name {
    font-size: 14px;
}

.kitchen_area .kitchen_list .kitchen .left_text {
    padding: 0.5em;
}

.kitchen_area .kitchen_list .kitchen .left_text .comment {
    font-size: 10px;
}

.kitchen_area .kitchen_list .kitchen .left_text .time {
    font-size: 10px;
}

.wp_program .inner_link.btn3 a {
    width: 47%;
    padding: 0.5em 0 2.5em;
    height: 6rem;
}

.wp_program .inner_link.btn3 .column02 {
    width: 100%;
    margin-top: 0.5em;
}

.inner_society hgroup h4,.inner_society hgroup p,.inner_part hgroup h4,.inner_part hgroup p {
    font-size: 18px;
}

.inner_society .society_list p.date {
    font-size: 16px;
}

.inner_society .society_list .text_left .name {
    font-size: 18px;
}

.inner_society .society_list .text_left .place {
    font-size: 14px;
}

.inner_society .society_list .text_left .comment {
    font-size: 12px;
}

.inner_society .society_list .text_left ul.etc-list {
    font-size: 14px;
}

.inner_society .society_list .society_item .time-schedule .title {
    font-size: 14px;
}

.inner_society .society_list .society_item .time-schedule .row {
    font-size: 14px;
}

.inner_society .society_list .society_item .time-schedule {
    padding: 2em;
}

.inner_part .part_list .part_item {
    width: calc(100% / 2);
}

.inner_part .part_list .part_item:first-child,.inner_part .part_list .part_item:nth-child(2) {
    border-bottom: 1px solid #A9C301;
    padding-bottom: 1em;
}

.inner_part .part_list .part_item:nth-child(2) {
    padding-right: 0;
    border-right: none;
}

.inner_part .part_list .part_item:nth-child(3) {
    padding-left: 0;
    padding-top: 1em;
}

.inner_part .part_list .part_item:nth-child(4) {
    padding-top: 1em;
}

.inner_part .part_list .part_item .name,.inner_part .part_list .part_item .schedule_title {
    font-size: 16px;
}

.inner_part .part_list .part_item .comment {
    font-size: 14px;
}

.fair_area {
    padding-left: 100px;
}

.fair_area p {
    font-size: 20px;
}

.fair_area img.une-me {
    width: 90px;
}

.fair_area .fair_img {
    width: 220px;
}

.news-important_area {
    padding: 25px 15px;
    border-radius: 25px;
}

.news-important_area .news_important02 {
    margin-top: 20px;
}

.news-important_area .news_important02 a {
    padding: 1em;
    gap:0.2em;
}

.news-important_area .news_important02 a p {
    font-size: 14px;
}

.news-important_area h2 {
    font-size: 24px;
}

.news-important_area h2 svg {
    width: 25px;
}

.news_list a span {
    min-width: auto;
}

}

@media screen and (max-width:680px) {
    .kitchen_area .kitchen_list .kitchen {
    width: 100%;
}

.kitchen_area .kitchen_list .kitchen .img_box {
    aspect-ratio: 1/1;
}

.kitchen_area h4 p:first-child {
    font-size: 18px;
}

.kitchen_area .kitchen_list .kitchen:nth-child(5) {
    margin-bottom: 1em;
}

.shop_list .shop {
    width: 100%;
}

.shop_list .money {
    width: 200px;
}

.inner_society .society_list .text_left {
    width: 100%;
    margin-bottom: 1em;
}

.inner_society .society_list .society_item img {
    width: auto;
    max-width: 100%;
}

.inner_society .society_list .society_item .time-schedule,.inner_society .society_list .society_item .img_schedule {
    width: 100%;
}

.inner_society .society_list .society_item .img_schedule .time-schedule {
    width: 52%;
    padding: 0 0.5em;
}

.inner_part .part_list .part_item {
    width: 100%;
    padding: 1em!important;
    border-right: none!important;
    border-bottom: 1px solid #A9C301!important;
}

.inner_society hgroup,.inner_part hgroup {
    flex-wrap: wrap;
    text-align: center;
}

.inner_society hgroup h4,.inner_part hgroup h4 {
    width: 100%;
}

.fair_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 7em auto 4em;
    max-width: 500px;
}

.fair_area .fair_img {
    position: relative;
    bottom: auto;
    right: auto;
}

.fair_area img.une-me {
    top: -75px;
    transform: none;
}

.inner_booth ul {
    font-size: 18px;
    flex-wrap: wrap;
}

.inner_booth ul li {
    width: 100%;
}

.inner_booth h4 {
    top: -15px;
}

}

/* ===== FV パーツ個別配置 ===== */
.main_visual {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: #03B8DF;
    padding-top: 130px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.main_visual .visual_position {
    width: 100%;
    height: 829px;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
@media screen and (max-width:1280px)
 {
    .main_visual .visual_position {
        height: auto;
        aspect-ratio: 1280 / 833;
    }
 }
@media screen and (max-width:890px) {
    .main_visual .visual_position {
        aspect-ratio: 1280 / 1000;
    }
} 
.fv_item {
    position: absolute;
}

.fv_item img {
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    display: block;
}

/* タイトルロゴ: 911px幅、左279px、上82px */
.fv_title {
    left: 14.53%;
    top: 0;
    width: 71.8%;
    z-index: 2;
    /* 911/1920 */
}

/* 城: 505px幅、右0、上419px */
.fv_castle {
    right: -10%;
    bottom: 15%;
    width: 39.45%;
}

/* 人物: 777px幅、左393px、下揃え(bottom:0) */
.fv_people {
    left: 20.47%;
    bottom: 11%;
    width: 60.7%;
    /* 777/1920 */
}

/* だるま: 180px幅、左273px、下揃え */
.fv_daruma {
    left: 4.22%;
    bottom: 11%;
    width: 14.06%;
    /* 180/1920 */
}

/* 日付: 1009px幅、左266px、下から40px */
.fv_date {
    left: 13.85%;
    bottom: 1%;
    width: 78.83%;
    /* 1009/1920 */
}
.fv_maple {
    top: 31%;
    left: 0;
    max-width: 509px;
    width: 32%;
    z-index: 1;
}
.fv_bg {
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 105%;
    min-width: 1920px;
}

@media screen and (max-width:890px) {
    .main_visual {
        padding-top: 100px;
        margin-bottom: 20px;
    }
    .fv_title {
        left: 50%;
        transform: translateX(-50%);
        width: 95%;
    }
    .fv_date {
        left: 50%;
        transform: translateX(-50%);
        width: 95%;
    }
    .fv_maple {
        top: 48%;
        width: 30%;
    }
    .panf_link {
        margin: 0 auto 30px;
    }
    .fv_bg {
        min-width: unset;
        width: 194%;
    }
} 

.parking__link-area .parking__time{
    font-size: clamp(14px, 2.35vw, 30px);
    font-weight: bold;
    margin: 3rem auto 0;
}
.parking__link-area .parking__text {
    font-size: clamp(14px, 2.35vw, 24px);
    font-weight: bold;
    margin: 0;
}
.parking__link-area .parking__area {
    position: relative;
}
.parking__link-area .parking__area a {
    position: absolute;
    width: 8.71%;
    height: 8.31%;
}
.parking__link-area .parking__area a:first-child {
    top: 17.2%;
    right: 23.34%;
}
.parking__link-area .parking__area a:nth-child(2) {
    top: 28.7%;
    right: 23.34%;
}
.parking__link-area .parking__area a:nth-child(3) {
    top: 31.25%;
    left: 46.21%;

}
.parking__link-area .parking__area a:nth-child(4) {
    top: 49.25%;
    right: 6.1%;
}
.parking__link-area .parking__area a:nth-child(5) {
    top: 45.25%;
    left: 21.1%;
    transform: rotate(32deg);
    width: 6.71%;
}
.parking__area-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.parking__area-row iframe{
    aspect-ratio: 650 / 450;
    height: auto;
    width: 100%;
}

@media screen and (max-width:890px) {
    .parking__area-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

/* ===== お申し込み追従ボタン ===== */
.entry_float_btn {
    position: fixed;
    bottom: 30px;
    right: 9rem;
    background-color: #C8004C;
    border: 1px solid #C8004C;
    color: #fff;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 900;
    font-size: 18px;
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 50px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 999;
    -webkit-font-smoothing: antialiased;
    transform: rotate(0.05deg);
    transition: all .4s ease-out;
    opacity: 0;
    pointer-events: none;
}
.entry_float_btn-text {
    width: auto;
    height: auto;
    padding: 0.5rem 1rem;
    background: #F07700;
    color: #fff;
    position: fixed;
    bottom: 6.5rem;
    right: 10.3rem;
    font-size: 16px;
    font-weight: 900;
    transform: rotate(0.05deg);
    text-align: center;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease-out;
}
.entry_float_btn-text::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    background: #F07700;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    width: 20px;
    height: 10px;
}

.entry_float_btn-text.show {
    opacity: 1;
    pointer-events: none;
}

.entry_float_btn.show {
    opacity: 1;
    pointer-events: auto;
}
.entry_float_btn:hover {
    color: #C8004C;
    background-color: #fff;
}

@media screen and (max-width: 890px) {
    .entry_float_btn {
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%)rotate(0.05deg);
        right: auto;
        font-size: 14px;
        padding: 12px 18px;
    }
    .entry_float_btn-text {
        bottom: 75px;
        left: 50%;
        right: auto;
        transform: translateX(-50%)rotate(0.05deg);
        font-size: 14px;
    }
}
.top__comment {
    width: 95%;
    max-width: 1280px;
    margin: 40px auto 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.top__comment li {
    color: #fff;
    font-size: clamp(14px, 1.6vw, 18px);
    line-height: 1.8;
    font-weight: bold;
}
@media screen and (max-width: 890px) {
    .top__comment ul {
        padding-left: 2rem;
    }
    .top__comment li {
        font-size: 16px;
    }
}
.step_content .content_box .step__flow-box {
    border: 1px solid #F1912B;
    margin:2rem auto;
    padding-bottom: 50px;
    width: 100%;
}
.step_content .content_box .step__flow-title {
    color: #fff;
    text-align: center;
    line-height: 1.4;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: bold;
    background: #F1912B;
    padding: 0.5rem;
    margin-bottom: 25px;
}
.step_content .content_box .step__flow-box img {
    width: calc(100% - 100px);
    display: block;
    margin: 0 auto;
}
.step__flow-arrow {
    width: 76px;
    height: 39px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #F1912B;
    margin: 0 auto;
}
.step__flow-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:20px
}
.step_content .content_box .step__flow-text {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
    font-size: clamp(14px, 1.6vw, 18px);
    font-weight: bold;
}
.step_content .content_box .step__flow-subtext {
    font-size: clamp(12px, 1.6vw, 16px);
    line-height: 1.6;
    list-style: disc;
    padding: 0 2.5rem;
} 
.step_content .content_box ul.step__flow-subtext {
    padding: 0 4rem;
}
.step_content .content_box .step__flow-subtext li {
    padding: 0;
}
.step_content .content_box .step__flow-subtext li::before {
    display: none;
}
.step_content .content_box .step__flow-row .step__flow-box {
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 890px) {
    .step_content .content_box .step__flow-title {
        font-size: 16px;
        text-align: left;
    }
    .step_content .content_box .step__flow-text {
        font-size: 14px;
    }
    .step_content .content_box .step__flow-box {
        margin: 25px auto;
    }
    .step__flow-arrow{
        width: 45px;
        height: 20px;
    }
    .step__flow-row {
        grid-template-columns: 1fr;
        gap:0
    }
    .step_content .content_box .step__flow-row .step__flow-box {
        margin-bottom: 0;
    }
    .contents_box table td .day .sat,.contents_box table td .day .sun {
        width: 1.25rem;
        height: 1.25rem;
        padding-bottom: 0.2rem;
    }
}

@media screen and (max-width:1390px) {
    header h1 {
        padding-left: 20px;
    }
}