@charset "UTF-8";
/* CSS Document */

html,
body {
    font-size: 62.5%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-feature-settings: "palt";
    line-height: 1.578;
    color: #1B4B74;
    position: relative;
    background-color: #fce27e;
    /**/
}

body {
    position: relative;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    outline: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #1B4B74;
    border-bottom: 1px solid #1B4B74;
}

a:hover {
    color: #707070;
}

/*pcの時*/
a[href^="tel:"] {
    pointer-events: none;
}

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

    /*spの時*/
    a[href^="tel:"] {
        pointer-events: auto;
    }
}

img {
    width: 100%;
    height: auto;
}

.align-center {
    text-align: center;
}

input,
select {
    vertical-align: middle;
    border: 1px solid #999;
}

input,
select,
textarea {
    margin: 0;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 1.5;
    box-sizing: border-box;
}

i.fas {
    margin: 0 10px;
}

br.pcbr {
    display: none;
}

img.pcimg {
    display: none;
}

.txt-center {
    text-align: center;
}

li {
    list-style-type: none;
}

main li {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
}

main p {
    font-size: 1.4rem;
    margin-bottom: 1em;
}

main dt,
main dd {
    font-size: 1.4rem;
}

main dd {
    margin-bottom: 1em;
}

@media screen and (min-width:480px) {
    img.pcimg {
        display: block;
    }

    img.spimg {
        display: none;
    }

    br.spbr {
        display: none;
    }

    br.pcbr {
        display: block;
    }
}

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #FFF;
    text-align: center;
    color: #473E31;
}

/* Loading画像中央配置　*/
#splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
    width: 346px;
    height: 127px;
}

.box {
    opacity: 0;
}

.floatshadow:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1);
    border-color: transparent;
}

/* 左から */
.fadeLeftTrigger {
    opacity: 0;
}

.fadeLeft {
    animation-name: fadeLeftAnime;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 右から */
.fadeRightTrigger {
    opacity: 0;
}

.fadeRight {
    animation-name: fadeRightAnime;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
    opacity: 0;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeTrigger {
    opacity: 0;
}

.fade {
    animation-name: fadeAnime;
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.fade2 {
    animation-name: fadeAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time05 {
    animation-delay: 0.5s;
}

.delay-time1 {
    animation-delay: 1s;
}

.delay-time15 {
    animation-delay: 1.5s;
}

.delay-time2 {
    animation-delay: 2s;
}

.delay-time25 {
    animation-delay: 2.5s;
}

.delay-time3 {
    animation-delay: 3s;
}

.delay-time35 {
    animation-delay: 3.5s;
}

.delay-time4 {
    animation-delay: 4s;
}

@media screen and (min-width:480px) {}

@media screen and (min-width:800px) {}

/*  ------ 基本設定 ------  */

#mainvisual {
    width: 100%;
    height: 83.4vw;
    max-height: 717px;
    background: url(images/bg_mainvisual-sp.jpg) center top no-repeat;
    background-size: auto 83.4vw;
}

#mainvisual .container {
    width: 100%;
    max-width: 1366px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#mainvisual .container .maintitle {
    width: 100%;
    max-width: 1280px;
    height: 64.01vw;
    max-height: 537px;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
}

/*#news,*/
#about,
#map,
#program,
#present,
#access,
#contact {
    padding-top: 60px;
}

#program {
    margin-top: -60px;
}

.mainmenu ul li {
    font-size: 1.8rem;
    color: #1B4B74;
    padding: 0;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

.mainmenu ul a {
    padding: 1em 1em;
    line-height: 1.2;
}

.mainmenu ul .drawer-menu-item {
    color: #1B4B74;
    font-size: 1.8rem;
    font-weight: 600;
}

@media screen and (min-width:480px) {
    #mainvisual {
        width: 100%;
        height: 73.4vw;
        max-height: 717px;
        background-size: auto 73.4vw;
    }

    /*#news,*/
    #map,
    #program,
    #present,
    #access,
    #contact {
        padding-top: 120px;
    }

    #program {
        margin-top: -120px;
    }
}

@media screen and (min-width:767px) {
    .drawer-container button {
        display: none;
    }

    #mainvisual .container .maintitle {
        top: 100px;
    }

    .mainmenu {
        width: 100%;
        max-width: 1366px;
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-52%);
        display: flex;
        justify-content: flex-end;
        z-index: 100;
    }

    .drawer-nav {
        position: relative;
        z-index: 1;
    }

    .drawer-nav::after {
        content: '';
        position: absolute;
        bottom: -10px;
        right: -10px;
        width: 100%;
        height: 80px;
        background-image: repeating-linear-gradient(-45deg,
                #286FAB 0px, #286FAB 4px,
                rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 8px);
        border-radius: 0 0 20px 20px;
        z-index: -1;
        opacity: 0.8;
    }

    .mainmenu ul {
        display: flex;
        justify-content: flex-end;
        background-color: #d5e6e0;
        border-radius: 0 0 16px 16px;
        border-right: 4px solid #286FAB;
        border-bottom: 4px solid #286FAB;
        border-left: 4px solid #286FAB;
    }

    .mainmenu ul li {
        font-size: 1.6rem;
        color: #1B4B74;
        line-height: 1.2;
        padding: 0;
    }

    .mainmenu ul a {
        color: #1B4B74;
        padding: 20px 1em;
        display: block;
        background-color: #fcc800;
        border-bottom: none;
    }

    .mainmenu ul a:hover {
        background-color: #286FAB;
        color: #FFF;
    }

    .mainmenu ul li:first-of-type a {
        border-radius: 0 0 0 10px;
    }

    .mainmenu ul li:last-of-type a {
        border-radius: 0 0 10px 0;
    }

    .mainmenu ul li:last-of-type a:hover {
        background-color: ;
    }
}

@media screen and (min-width:1120px) {
    #mainvisual {
        background: url(images/bg_mainvisual-pc.jpg) center top no-repeat;
        background-size: cover;
    }

    #mainvisual .container {
        max-width: 1366px;
        width: 100%;
        height: 717px;
        margin: 0 auto;
        position: relative;
        overflow: visible;
    }

    #mainvisual .container .maintitle {
        width: 1280px;
        height: 537px;
        position: absolute;
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (min-width:1440px) {
    #mainvisual {
        background: url(images/bg_mainvisual-pc.jpg) center center no-repeat;
        background-size: cover;
    }
}

/*------

#summary

------*/

#summary .container {
    width: calc(100% - 16px);
    max-width: 1166px;
    margin: -35px auto 30px auto;
    padding: 0;
    border-radius: 40px;
    background-color: #F19500;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

#summary .container .message {
    width: 100%;
    height: 100%;
    padding: 25px 20px;
    border-radius: 40px;
    background-color: #f8b500;
    /*33b495*/
    box-sizing: border-box;
}

#summary .container::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(-45deg,
            #286FAB 0px, #286FAB 4px,
            rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 8px);
    border-radius: 40px;
    z-index: -1;
}

#summary .container p {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 1em;
    text-align: center;
    color: #FFF;
}

#summary .container h2 {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    color: #FFF;
}

.contents-section {
    width: 100%;
    max-width: 1022px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.contents-section .section-header .container {
    display: flex;
    justify-content: center;
}

.contents-section .section-header h2 {
    display: inline-block;
    border-radius: 20px;
    background-color: #FFF;
    position: relative;
    z-index: 1;
}

.contents-section .section-header h2 span {
    display: inline-block;
    padding: 15px 45px;
    line-height: 1;
    font-size: 2.4rem;
    font-weight: 500;
    border: 6px solid #286FAB;
    border-radius: 20px;
    color: #f8b500;
    /*33b495*/
    background-color: #FFF;
}

.contents-section .section-header h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 100%;
    height: 42px;
    background-image: repeating-linear-gradient(-45deg,
            #286FAB 0px, #286FAB 4px,
            rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 8px);
    border-radius: 0 0 20px 20px;
    z-index: -1;
}

.contents-section:nth-child(odd) .section-header h2 span {
    color: #FFF;
    background-color: #f8b500;
    /*33b495*/
}

.contents-section .section-body {
    width: 100%;
    background-color: #FFF;
    border: 6px solid #286FAB;
    border-radius: 20px;
    margin-top: -40px;
    padding: 64px 30px;
    box-sizing: border-box;
}

.illust-cycle {
    display: block;
    width: 100%;
    max-width: 350px;
    padding-top: 85px;
    background: url(images/illust-cycle.png) bottom center no-repeat;
    background-size: contain;
    margin: 0 auto;
}

@media screen and (min-width:480px) {

    #summary .container {
        margin: -70px auto 30px auto;
    }

    #summary .container .message {
        padding: 50px 20px;
    }

    #summary .container p {
        font-size: 2.4rem;
    }

    #summary .container h2 {
        font-size: 3.2rem;
    }

    .contents-section .section-header h2 span {
        padding: 20px 90px;
        font-size: 3.2rem;
    }

    .contents-section .section-body {
        padding: 84px 60px;
    }

    .illust-cycle {
        display: block;
        width: 100%;
        max-width: 500px;
        padding-top: 122px;
        background: url(images/illust-cycle.png) bottom center no-repeat;
        background-size: contain;
        margin: 0 auto;
    }
}

/*------

#news

------*/

#news dl {
    border-bottom: 1px solid #286FAB;
}

#news dl:first-child {
    border-top: 1px solid #286FAB;
}

#news dt {
    box-sizing: border-box;
    padding: 1em 0 0 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}

#news dd {
    box-sizing: border-box;
    padding: 0.5em 0 1em 0em;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}

#news dd strong {
    font-size: 2.1rem;
}

.thumbnail {
    margin-top: 70px;
}

.thumbnail a {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 270px;
    box-sizing: border-box;
    border-bottom: none;
}

.thumbnail a:hover {
    border-bottom: 1px solid #f8b500;
}

.btn {
    margin-top: 20px;
}

.btn a {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 270px;
    line-height: 1.5;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    color: #FFF;
    padding: 15px 10px;
    background-color: #f8b500;
    /*33b495*/
    ;
    border: 2px solid #f8b500;
    border-radius: 10px;
    box-sizing: border-box;
}

.btn a:hover {
    background-color: #FFF;
    color: #1B4B74;
}

.program .program-info p.btn.btn-s {
    margin-bottom: 30px;
}

.btn.btn-s a {
    width: 100%;
    max-width: 270px;
    line-height: 1.275;
    font-size: 1.8rem;
    padding: 10px 7px;
}

.btn.btn-s a span {
    font-size: 1.4rem;
}

@media screen and (min-width:480px) {
    #news dl {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #news dt {
        width: 25%;
        box-sizing: border-box;
        padding: 1em 0 1em 3em;
    }

    #news dd {
        width: 75%;
        box-sizing: border-box;
        padding: 1em 0 1em 0em;
    }
}


#attention.contents-section .section-body {
    padding: 64px 30px 34px 30px;
}

#attention.contents-section .section-body ul {}

#attention.contents-section .section-body li {
    list-style-type: disc;
    font-size: 1.8rem;
}

#attention.contents-section .section-body li strong {
    color: #FF0000;
}

@media screen and (min-width:480px) {
    #attention.contents-section .section-body {
        padding: 84px 60px 44px 60px;
    }

    #attention.contents-section .section-body ul {
        width: 70%;
        margin: 0 auto;
    }

    #attention.contents-section .section-body li {
        list-style-type: disc;
        font-size: 2.1rem;
    }
}


/*------

#about

------*/

#about dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #286FAB;
}

#about dt {
    width: 100%;
    box-sizing: border-box;
    padding: 1em 0 0.5em 0em;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}

#about dd {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 1em 0em;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    border-bottom: 1px solid #286FAB;
}

.bnr-lifesports {
    text-align: center;
    font-size: 1.6rem;
    padding: 2em 1em 0 1em;
}

.bnr-lifesports a {
    width: 210px;
    display: block;
    margin: 0 auto 10px auto;
    border-bottom: none;
}

@media screen and (min-width:480px) {
    #about dt {
        width: 20%;
        padding: 1em 0 1em 3em;
        border-bottom: 1px solid #286FAB;
    }

    #about dd {
        width: 80%;
        padding: 1em 0 1em 0em;
        margin: 0;
    }

    .bnr-lifesports a {
        display: inline-block;
        margin-right: 1em;
    }
}

/*------

#map

------*/

#map.contents-section .section-body {
    padding: 0px 0px 84px 0px;
}

.program-nav {
    background-color: #DFE9F2;
    padding: 25px 10px;
    margin-bottom: 70px;
    width: 100%;
    box-sizing: border-box;
}

.program-nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.program-nav ul li {
    margin: 15px;
    position: relative;
    z-index: 1;
}

.program-nav ul li::after {
    content: '';
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(-45deg,
            #286FAB 0px, #286FAB 4px,
            rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 8px);
    border-radius: 10px;
    z-index: -1;
}

.program-nav ul li a {
    height: 50px;
    display: inline-block;
    padding: 5px 10px;
    line-height: 1.2;
    background-color: #FFF;
    border-radius: 10px;
    border: 3px solid #286FAB;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    box-sizing: border-box;
    color: #FFF;
}

.program-nav ul li a span {
    display: block;
    font-size: 1.4rem;
}

.program-nav .nav-sports a {
    background-color: #924898;
}

.program-nav .nav-wakuwaku a {
    background-color: #ea5514;
}

.program-nav .nav-activity a {
    background-color: #0068b7;
}

.program-nav .nav-stage a {
    background-color: #924898;
}

.program-nav .nav-pool a {
    background-color: #009b63;
}

.program-nav .nav-gourmet a {
    background-color: #e4007f;
}

.program-nav .nav-stage a,
.program-nav .nav-sports a,
.program-nav .nav-wakuwaku a,
.program-nav .nav-activity a,
.program-nav .nav-pool a {
    line-height: ;
}

.program-nav .nav-gourmet a {
    line-height: 34px;
}

.program-nav ul li a:hover {
    background-color: #286FAB;
    color: #FFF;
}

#program-dance,
#program-stage,
#program-sports,
#program-wakuwaku,
#program-activity,
#program-pool,
#program-gourmet {
    padding-top: 60px;
    margin-top: -60px;
}

.program-content #program-dance h3 {
    background-image: repeating-linear-gradient(-45deg,
            #924898 0px, #924898 4px,
            rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 8px);
}

.program-content #program-stage h3 {
    background-image: repeating-linear-gradient(-45deg,
            #924898 0px, #924898 4px,
            rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 8px);
}

.program-content #program-sports h3 {
    background-image: repeating-linear-gradient(-45deg,
            #924898 0px, #924898 4px,
            rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 8px);
}

.program-content #program-wakuwaku h3 {
    background-image: repeating-linear-gradient(-45deg,
            #ea5514 0px, #ea5514 4px,
            rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 8px);
}

.program-content #program-activity h3 {
    background-image: repeating-linear-gradient(-45deg,
            #0068b7 0px, #0068b7 4px,
            rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 8px);
}

.program-content #program-pool h3 {
    background-image: repeating-linear-gradient(-45deg,
            #009b63 0px, #009b63 4px,
            rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 8px);
}

.program-content #program-gourmet h3 {
    background-image: repeating-linear-gradient(-45deg,
            #e4007f 0px, #e4007f 4px,
            rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 8px);
}

.program-content h3 span {
    background-color: #FFF;
    padding: 5px 1em;
    border-radius: 27px;
    display: inline-block;
}

.program-content #program-dance h3 span,
.program-content #program-stage h3 span,
.program-content #program-sports h3 span,
.program-content #program-wakuwaku h3 span,
.program-content #program-activity h3 span,
.program-content #program-pool h3 span {
    border-radius: 40px;
}

.program-content #program-dance h3,
.program-content #program-stage h3,
.program-content #program-sports h3,
.program-content #program-wakuwaku h3,
.program-content #program-activity h3,
.program-content #program-pool h3 {
    line-height: 1.2;
}

.program-list {
    padding: 0 15px;
}

.program-table {
    margin-bottom: 30px;
}

.program-table th,
.program-table td {
    padding: 15px;
    border-bottom: 5px solid #FFF4D9;
}

.program-table th {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    background-color: #FFD566;
    border-radius: 10px;
}

.program-table tr {
    display: flex;
    flex-direction: column;
}

.program-table .table-header {
    display: none;
}

.program-table tr:last-of-type td {
    border-bottom: none;
}

.program-table th:first-of-type,
.program-table td:first-of-type {
    border-right: 5px solid #FFF4D9;
}

.program-table .col-time {
    text-align: center;
    vertical-align: middle;
    padding: 20px 10px 5px 5px;
}

.program-table .col-contents {
    background-color: #FFF;
    border-radius: 10px;
}

.program .program-info .program-table p {
    font-size: 1.6rem;
}

.program .program-info .program-table p.summary {
    font-size: 1.4rem;
    font-weight: 300;
}

.program .program-info .program-table h5 {
    margin-top: 0;
    font-size: 1.8rem;
}

.program .program-info .attention {
    font-size: 1.7rem;
    font-weight: 600;
    color: #dc355b;
}

.program .program-info .caution {
    background-color: #FF0000;
    padding: 10px;
    margin-bottom: 1em;
    border-radius: 5px;
}

.program .program-info .caution h5 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #FFF;
    margin-top: 0.5em;
    margin-bottom: 0.75em;
}

.program .program-info .caution p {
    font-size: 1.4rem;
    font-weight: 400;
    color: #FFF;
}

.program .program-info .caution strong {
    font-size: 1.6rem;
    font-weight: 700;
    padding-top: 0.35em;
}

.program-content h3 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: #E95513;
    margin-bottom: 60px;
}

.program-content #program-sports h3 {
    color: #924898;
}

.program-content #program-wakuwaku h3 {
    color: #ea5514;
}

.program-content #program-activity h3 {
    color: #0068b7;
}

.program-content #program-dance h3 {
    color: #924898;
}

.program-content #program-stage h3 {
    color: #924898;
}

.program-content #program-pool h3 {
    color: #009b63;
}

.program-content #program-gourmet h3 {
    color: #e4007f;
}

.program-content h3 .subtitle {
    font-size: 1.8rem;
    font-weight: 400;
}

.program {
    width: 100%;
    max-width: 740px;
    border: 2px solid #286FAB;
    border-radius: 10px;
    background-color: #FFF;
    position: relative;
    margin: 0 auto 75px auto;
    background-color: #FFF4D9;
}

.program h4 {
    position: absolute;
    top: -25px;
    left: -10px;
    display: inline-block;
    border-radius: 10px;
    background-color: #dc355b;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 15px 20px;
}

.program h4 span {
    display: block;
    font-size: 1.4rem;
    margin-top: 0.5em;
}

.program .program-info p.reserve {
    position: absolute;
    top: -25px;
    right: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #FFD566;
    color: #1B4B74;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding: 10px 10px;
}

.program .program-info p.paid {
    position: absolute;
    top: -25px;
    right: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding: 10px 10px;
}

.program .program-info p.reception {
    position: absolute;
    top: -55px;
    right: -35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding: 10px 10px;
    z-index: 20;
}

.program .program-info p.reception span {
    font-size: 1.2rem;
    font-weight: 400;
}

.program .program-info p.reception.recp-onsite {
    background-color: #FF0000;
    color: #FFF;
}

.program .program-info p.reception.recp-fast {
    background-color: #286FAB;
    color: #FFF;
}

.program .program-info p.reception.recp-before {
    background-color: #ffe100;
    color: #bb0000;
}

.program .program-info p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0em;
    text-align: justify;
    letter-spacing: -0.02em;
}

.program .program-info .info-txt {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ff0000;
    text-align: center;
}

.program li {
    margin-bottom: 0;
    line-height: 1.785;
}

.program .program-info {
    padding: 60px 15px 15px 15px;
}

.program .program-info.wideheader {
    padding: 80px 15px 15px 15px;
}

.program .program-info.wideheader2 {
    padding: 100px 15px 15px 15px;
}

.program .program-info.wideheader3 {
    padding: 80px 15px 15px 15px;
}

.program .program-info.wideheader2.highheader2 {
    padding: 80px 15px 15px 15px;
}

.program .program-info.highheader4 {
    padding: 100px 15px 15px 15px;
}

.program.program20 .program-info.wideheader {
    padding: 110px 15px 15px 15px;
}

.program .program-info ul {
    margin-top: 2em;
}

.program .program-info ul li strong {
    margin-right: 0.5em;
}

.program .program-info h5 {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 1em;
}

.program .program-info h5 span {
    font-weight: 300;
}

.program .program-img {
    width: 100%;
}

.program .program-img img {
    /*height: 210px;*/
    object-fit: cover;
    border-radius: 0 0 10px 10px;
    display: block;
}

#program-gourmet .program .program-img img {
    width: 80%;
    text-align: center;
    display: block;
    margin: 10px auto;
    border-radius: 0 0 0 0;
}

.program .program-img .firstimg {
    border-radius: 0;
}

.program .program-img img.pcimg {
    display: none;
}

.program-note {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #E95513;
}

.program .program-info .program-note h5 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0.5em;
    margin-top: 0;
    margin-left: -0.5em;
    color: #E95513;
}

.program .program-info .program-note p {
    font-size: 1.4rem;
    font-weight: 400;
}

#program-stage .program-info {
    padding: 30px 10px 30px 10px;
}

#program-stage .program-info li {
    font-size: 1.8rem;
}

#program-gourmet .program {
    display: block;
}

#program-gourmet .program-info {
    padding: 50px 15px 30px 15px;
    /* 50px 30px 30px 50px */
}

#program-gourmet .program-info h5 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0.5em;
    color: #E95513;
}

#program-gourmet .program-info .storelist {
    margin-bottom: 3em;
}

#program-gourmet .program-info li {
    display: inline-block;
    font-size: 1.6rem;
    list-style-type: none;
}

#program-gourmet .program-info li::after {
    content: " / ";
}

#program-gourmet .program-info li:last-of-type:after {
    content: "";
}

#program-dance .program-img .profile {
    padding: 20px 10px 0 10px;
}

#program-dance .program-img .profile h5 {
    font-size: 1.6rem;
}

#program-dance .program .program-img img {
    border-radius: 0px 0px 0px 0px;
}

.driv-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.driv-profile .profile-photo {
    margin: 0 auto 0 auto;
    z-index: 100;
}

.driv-profile .profile-photo img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.driv-profile .profile-txt {
    margin: -15px 15px 15px 15px;
    padding: 30px 15px 15px 15px;
    border-radius: 10px;
    background-color: #a5daec;
}

.driv-profile .profile-txt h5 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.5em;
    text-align: center;
}

#program-dance .youtube {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    margin-bottom: 50px;
}

#program-dance .youtube iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

#program-dance .youtube-title {
    background-color: #286FAB;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 15px 20px;
    text-align: center;
}

.youtube-lesson .btn {
    margin-bottom: 50px;
}

@media screen and (min-width:480px) {
    .program-nav {
        padding: 50px 20px;
    }

    .program-nav ul li a {
        height: 60px;
        padding: 7px 15px;
        font-size: 1.8rem;
    }

    .program-nav ul li a span {
        font-size: 1.6rem;
    }

    .program-nav .nav-gourmet a {
        line-height: 40px;
    }

    #program-stage,
    #program-sports,
    #program-wakuwaku,
    #program-activity,
    #program-pool,
    #program-gourmet {
        padding-top: 80px;
        margin-top: -80px;
    }

    .program-content h3 {
        font-size: 3.2rem;
        margin-bottom: 60px;
    }

    .program-content #program-stage h3,
    .program-content #program-sports h3,
    .program-content #program-wakuwaku h3,
    .program-content #program-activity h3,
    .program-content #program-pool h3 {
        line-height: 1.5;
    }

    .program-content h3 span {
        background-color: #FFF;
        padding: 5px 2em;
        border-radius: 27px;
    }

    .program-content h3 .subtitle {
        font-size: 2.1rem;
        margin-left: 1em;
        border-left: 2px solid #E95513;
        display: inline-block;
        background-color: transparent;
        padding: 0 0 0 1em;
        border-radius: 0 !important;
    }

    .program-content #program-sports h3 .subtitle {
        border-left: 2px solid #924898;
    }

    .program-content #program-wakuwaku h3 .subtitle {
        border-left: 2px solid #ea5514;
    }

    .program-content #program-activity h3 .subtitle {
        border-left: 2px solid #0068b7;
    }

    .program-content #program-stage h3 .subtitle {
        border-left: 2px solid #924898;
    }

    .program-content #program-pool h3 .subtitle {
        border-left: 2px solid #009b63;
    }

    .program-content #program-gourmet h3 .subtitle {
        border-left: 2px solid #e4007f;
    }

    .program {
        display: flex;
    }

    #program-dance .program {
        display: block;
    }

    .program h4 {
        position: absolute;
        top: -25px;
        left: -25px;
        display: inline-block;
        border-radius: 10px;
        background-color: #dc355b;
        color: #FFF;
        font-size: 2.4rem;
        font-weight: 500;
        line-height: 1;
        padding: 15px 20px;
    }

    .program h4 span {
        display: inline-block;
        margin-left: 15px;
        font-size: 1.6rem;
    }

    .program h4 span::before {
        content: "|";
        margin-right: 15px;
    }

    .program .program-info,
    .program .program-info.wideheader {
        padding: 50px 30px 30px 30px;
        flex: 1;
    }

    .program .program-info.wideheader2 {
        padding: 70px 20px 20px 30px;
    }

    .program .program-info.wideheader3 {
        padding: 70px 30px 30px 30px;
    }

    .program.program20 .program-info.wideheader {
        padding: 70px 30px 30px 30px;
    }


    .program .program-info p.reserve {
        top: -35px;
        right: -25px;
        width: 70px;
        height: 70px;
        font-size: 2.1rem;
    }

    .program .program-info p.paid {
        top: -35px;
        right: -25px;
        width: 70px;
        height: 70px;
        font-size: 2.1rem;
    }

    .program .program-info p.reception {
        top: -45px;
        right: -45px;
        width: 110px;
        height: 110px;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.35;
    }

    .program .program-info p.reception.reception-l {
        top: -50px;
        right: -50px;
        width: 120px;
        height: 120px;
        font-size: 1.8rem;
        font-weight: 700;
    }

    .program .program-info p.reception span {
        font-size: 1.4rem;
        font-weight: 400;
    }

    #program-stage .program-info {
        padding: 30px 30px 30px 30px;
    }

    #program-gourmet .program-info {
        padding: 50px 30px 30px 50px;
    }

    #program-dance .program-img .profile {
        padding: 20px 10px 0 0;
    }

    #program-dance .program .program-img {
        height: 100%;
        display: block;
    }

    #program-dance .program .program-img img {
        border-radius: 0px 8px 0px 0px;
    }

    .program-table {}

    .program-table tr {
        display: flex;
        flex-direction: row;
    }

    .program-table .table-header {
        display: flex;
    }

    .program-table tr:first-of-type {}

    .program-table th {
        text-align: center;
        font-size: 1.6rem;
        font-weight: 500;
        background-color: #FFD566;
        border-radius: 10px;
    }

    .program-table th.col-contents {
        background-color: #FFD566;
    }

    .program-table tr:last-of-type td {
        border-bottom: none;
    }

    .program-table th:first-of-type,
    .program-table td:first-of-type {
        border-right: 5px solid #FFF4D9;
    }

    .program-table .col-time {
        width: 30%;
        text-align: center;
        vertical-align: middle;
        padding: 15px;
    }

    .program-table .col-contents {
        width: 70%;
    }

    .program .program-info .program-table p {
        font-size: 1.8rem;
    }

    .program .program-info .program-table p.summary {
        font-size: 1.6rem;
    }

    .program .program-info .program-table h5 {
        font-size: 1.8rem;
    }

    .program .program-info .attention {
        font-size: 2.0rem;
    }

    .program .program-img {
        width: 45%;
        /*height: 100%;*/
        display: flex;
    }

    .program .program-img img {
        height: 100%;
        object-fit: cover;
        object-position: left;
        border-radius: 0 10px 10px 0;
    }

    .program .program-img img.firstimg {
        height: 100%;
        object-fit: cover;
        border-radius: 0 10px 0 0;
    }

    .program .program-img img.pcimg {
        display: block;
    }

    .program .program-img img.spimg {
        display: none;
    }

    #program-gourmet .program-info .storelist {
        margin-left: 3em;
    }

    #program-gourmet .program-info li {
        font-size: 1.8rem;
    }

    #program-gourmet .program .program-img {
        width: 50%;
        height: 100%;
        margin: 0 auto;
    }

    .driv-profile {
        flex-direction: row-reverse;
        align-items: center;
    }

    .driv-profile .profile-photo {
        margin: 0 30px 0 -50px;
        z-index: 100;
    }

    .driv-profile .profile-photo img {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
    }

    .driv-profile .profile-txt {
        margin: 0px 0px 30px 30px;
        padding: 20px 80px 10px 30px;
        border-radius: 10px;
        background-color: #a5daec;
    }

    .driv-profile .profile-txt h5 {
        font-size: 1.8rem;
        text-align: left;
    }
}

/*------

#present

------*/

#present .section-body p {
    font-size: 1.8rem;
}

#present .section-body p strong {
    font-weight: 600;
    color: #FF0000;
}

#present .section-body p strong span {
    border-bottom: 5px solid #FF0000;
}

.fc-blue {
    color: #0068b7;
    font-weight: 600;
}

.underline {
    color: #E95513;
    font-weight: 600;
    background: linear-gradient(transparent 65%, rgba(255, 200, 0, 1) 65%);
    /* マーカーを引く */
    padding: 0 0.25em;
    display: inline;
}

#present .section-body p .underline strong {
    color: #aa0000;
    padding: 0 0.2em;
}

.present-list {
    width: 100%;
    max-width: 740px;
    margin: 30px auto 0 auto;
}

.present-list li {
    list-style-type: none;
    margin-bottom: 30px;
}

.present-list li img {
    border-radius: 10px;
}

.present {
    border-bottom: 3px solid #33b495;
    padding-bottom: 20px;
}

.present:last-of-type {
    border-bottom: none;
}

.present.cols {
    margin-bottom: 60px;
}

.present.cols ul.col {
    margin-top: 0;
}

#present .section-body p.footnote {
    font-size: 1.4rem;
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.5em;
}

#present .section-body p.footnote strong {
    font-weight: 600;
}

@media screen and (min-width:480px) {
    #present .section-body p {
        font-size: 2.1rem;
    }

    .present-list {
        display: flex;
        justify-content: center;
        gap: 30px;
    }

    .present-list li {
        margin-bottom: 0px;
    }

    .present {
        border-bottom: 1px solid #33b495;
        padding-bottom: 20px;
    }

    .present.cols {
        display: flex;
        justify-content: center;
        gap: 30px;
    }

    .present.cols div.col {
        flex: 1;
    }

    .present.cols ul.col {
        width: 50%;
        max-width: 355px;
        margin-top: 0;
    }
}


/*------

#access

------*/

#access.contents-section .section-header h2 {
    z-index: 10;
}

#access.contents-section .section-body {
    padding: 0;
}

#access .section-body .container {}

#access .googlemap {
    position: relative;
    padding-top: 420px;
}

#access .googlemap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 14px 14px 0 0;
}

#access .map-info {
    box-sizing: border-box;
    padding: 35px 15px;
}

#access .map-info h3 {
    color: #dc355b;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0.5em;
    margin-top: 1em;
}

#access .map-info h4 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 0.25em;
    margin-top: 0.5em;
}

#access .map-info ul li {
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: 1.35em;
    text-indent: -1.35em;
    margin-bottom: 0;
}

@media screen and (min-width:480px) {
    #access .section-body .container {
        display: flex;
    }

    #access .googlemap {
        width: 50%;
    }

    #access .googlemap iframe {
        border-radius: 20px 0 0 20px;
    }

    #access .map-info {
        width: 50%;
        padding: 70px 25px;
    }

    #access .map-info h3 {
        font-size: 2.1rem;
    }

    #access .map-info h4 {
        font-size: 1.8rem;
    }

    #access .map-info ul li {
        font-size: 1.6rem;
    }
}

/*------

#contact

------*/

#contact.contents-section .section-body {
    padding: 64px 30px 30px 30px;
}

#contact .section-body .container {
    text-align: center;
}

#contact .section-body h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #dc355b;
    margin-bottom: 1em;
}

#contact .section-body h4 {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 0;
}

#contact .section-body .contact-mail {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 30px;
}

#contact .section-body .bnr-instagram {
    width: 100%;
    max-width: 240px;
    margin: 0px auto 30px auto;
}

#contact .section-body .bnr-instagram a {
    border-bottom: none;
}

.banner-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px 0;
}

.banner-list li {
    width: 100%;
    max-width: 240px;
    margin: 10px;
}

.banner-list li a {
    border-bottom: none;
}

@media screen and (min-width:480px) {
    #contact.contents-section .section-body {
        padding: 84px 60px 30px 60px;
    }

    #contact .section-body h3 {
        font-size: 1.8rem;
    }

    #contact .section-body h4 {
        font-size: 1.6rem;
    }

    #contact .section-body .contact-mail {
        font-size: 2.1rem;
    }

    .banner-list {
        flex-direction: row;
    }

}

/*------

footer

------*/

#pageTop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    z-index: 150;
}

#pageTop a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #286FAB;
    color: #FFF;
}

#pageTop a i {
    color: #FFF;
    font-size: 2.1rem;
    margin: 0;
}

#pageTop a svg {
    height: 20px !important;
    width: 20px !important;
}

.copyright {
    text-align: center;
    padding: 20px;
    font-size: 1.2rem;
}