﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

html, body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #804a00;
    overflow-x: hidden;
}


h1:focus {
    outline: none;
}

a, .btn-link {
    color: #ffa600;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}
.basic-content h1, .basic-content h2:not(.accordion-header) {
    font-size: 1.25em;
    font-weight: bold;
    border-bottom: 3px solid #ffd100;
    padding-bottom: 5px;
    margin: 30px 0 15px;
}

article {
    margin: 0 auto;
    max-width: 800px;
    padding-bottom: 15px;
    /*padding-bottom: 85px;*/
}
.sidebar[b-sgqt9f16i4]{
    background-image: unset !important;
    position: fixed;
    top: 0;
    z-index: 1;
    width:100%;
}
.top-row[b-dinxgk00z2] {
    background-color: #fffbe8 !important;
    height: 70px !important;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .2);
    padding: 0 !important;
}
.home .top-row{
    background-color: transparent !important;
    box-shadow: none !important;
}
.sidebar a {
    color: #804a00;
    text-decoration: none;
}
.home .navbar > .container .link-return a,
.home .navbar > .container span.link-logo {
    display: none;
}
.home .navbar > .container > *:not(link-logo){
    width: 48px;
}
.navbar > .container span.link-logo img {
    width: 155px;
}
a.link-help {
    width: 46px;
    display: inline-block;
    text-align: center;
    line-height: 1;
}
a.link-help i{
    font-size: 1.5em;
}
a.link-help span {
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
img {
    max-width: 100%;
}
main{
    margin-top: 70px;
}
.home.page {
    background: linear-gradient(180deg, #d6f7ff 0%, #d6f7ff 187px, #fffbe8 187px, #fffbe8 100%);
    position: relative;
}
.home-bg{
    position: relative;
    margin-top: 117px;
    z-index: 1;
}
.home-bg:before {
    content: "";
    width: 430px;
    height: 170px;
    background-image: url(../img/bg-home-children.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    position: absolute;
    top: -145px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.facility-img {
    width: 100%;
    aspect-ratio: 4/3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.facility-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
h1 span[class*="reservation-"] {
    margin-left: 0;
    margin-bottom: 5px;
    font-size: 0.7em;
}
h3{
    font-size: 20px;
    font-weight: bold;
}
span.reservation-unnecessary {
    display: inline-block;
    background-color: #edf8ff;
    border: 1px solid #006fdb;
    color: #006fdb;
    padding: 5px 10px 3px;
    margin-left: 10px;
    font-size: 0.875em;
}
span.reservation-required {
    display: inline-block;
    background-color: #fff2f8;
    border: 1px solid #f90077;
    color: #f90077;
    padding: 5px 10px 3px;
    margin-left: 10px;
    font-size: 0.875em;
}
button.accordion-button img,
.support-info h2:not(.accordion-header) img {
    width: 35px;
    margin-right: 10px;
}
.accordion-button,
.accordion-button:not(.collapsed) {
    background-color: #fffbe8;
    color: #804a00;
    font-weight: bold;
    font-size: 0.80939em;
}
.accordion-item {
    background-color: #fffbe8;
}
.btn {
    background-color: #ffd100;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    line-height: 1;
}
a:hover,.btn-link:hover,.btn:hover{
    opacity: .8;
    color: #fff;
}
a:hover{
    color: #ffa600;
}
.navbar a:hover{
    color: #804a00;
}
.btn-icon-left i {
    margin-right: 10px;
}
.btn-min-w{
    min-width: 165px;
}
.support-icon-list {
    margin-bottom: 10px;
}
.support-icon-list img {
    display: inline-block;
    margin-right: 10px;
}
.support-icon-list img:last-child{
    margin-right: 0;
}
.card{
    border-radius: 8px;
}
.card a {
    display: block;
    padding: 15px;
    color: #804a00;
    text-decoration: none;
    position: relative;
}
.facility-event-list {
    padding-bottom: 30px;
    margin-bottom: 35px;
    background-image: linear-gradient(to right, #ffd100, #ffd100 9px, transparent 10px);
    background-size: 20px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
}
.schedule-event-list .card a .event-list-info,
.help-list .card a,
.search-location-item .card a .facility-list-info,
.support-facility-list .facility-list-info {
    position: relative;
}
[class*="event-list"]:not(.schedule-event-list) .card a:after,
.schedule-event-list .card a .event-list-info:after,
.help-list .card a:after,
.search-location-item .card a .facility-list-info:after,
.support-facility-list .facility-list-info:after{
    content: "\F285";
    color: #ffd100;
    font-size: 2em;
    position: absolute;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.help-list .card a:after{
    font-size:1.5em;
}
.facility-event-list .card a:after,
.help-list .card a:after{
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.schedule-event-list .card a .event-list-info:after,
.search-location-item .card a .facility-list-info:after,
.support-facility-list .facility-list-info:after{
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}
[class*="event-list"] .card,
.help-list .card,
.support-facility-list .card{
    margin-bottom: 10px;
}
.event-date {
    margin-bottom: 5px;
}
.event-title {
    font-weight: bold;
    font-size: 1.125em;
    margin: 0;
}
.event-img {
    margin-bottom: 30px;
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.event-img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.event-host-info,
.event-info,
.support-info{
    margin-top: 30px;
    background-color: #fffbe8;
    border-radius: 8px;
    padding: 20px 15px;
}
.event-info,
.support-info{
    margin-bottom: 30px;
}
.support-icon-wrapper {
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
}
.support-icon-wrapper span {
    font-weight: bold;
    font-size: .875em;
    margin-right: 10px;
    margin-top: 4px;
}
.support-icon-wrapper .support-icon-list{
    margin-bottom: 0;
}
.support-icon-wrapper .support-icon-list a{
    margin-right: 5px;
}
.support-icon-wrapper .support-icon-list img,
.support-icon-list img,
.support-facility-list .support-icon-wrapper .support-icon-list img{
    width: 40px;
}
.event-host-info h2:not(.accordion-header) {
    margin: 0 0 10px;
}
.support-info h2:not(.accordion-header) {
    border-bottom: none;
    margin: 0 0 20px;
    padding-bottom: 0;
}
.support-info h3 {
    font-size: 1.125em;
    font-weight: bold;
}
.event-host-info h3 {
    font-size: 1.125em;
    font-weight: bold;
    padding: 20px 15px;
}
label.label-title {
    font-weight: bold;
    font-size: 1.25em;
    white-space: nowrap;
}
.form-content label.label-title span{
    font-size: 0.8em;
}
.form-content .inline-list > div {
    width: calc(50% - 20px);
}
.schedule-event-list .event-host {
    border-radius: 8px;
    background-color: #f2f2f2;
    padding: 10px;
    margin-top: 10px;
}
.schedule-event-list .event-host p{
    margin-bottom: 0;
}
.support-map-content {
    height: 60vh;
}
button.support-icon-info {
    background: none;
    border: none;
    color: #804a00;
    text-decoration: underline;
}
.map-supplement {
    border: 2px solid #ffd100;
    border-radius: 8px;
    padding: 10px;
    margin: 10px 0;
}
.map-supplement p {
    display: flex;
    align-items: center;
    margin: 0;
}
.map-supplement img.map-icon {
    width: 15px;
    margin-right: 5px;
}
.search-location-content {
    height: calc(100vh - 95px);
    position: relative;
}
.search-location-item {
    position: fixed;
    bottom: 30px;
    max-width: 400px;
    width: calc(100vw - 30px);
    left: 50%;
    transform: translateX(-50%);
}
.card .facility-list-info > *,
.card .event-list-info > *,
.facility-event-list .card p.event-date, 
.facility-event-list .card p.event-title {
    padding-right: 25px;
}
.search-location-item .facility-title,
.support-facility-list .facility-title {
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 10px;
}
.search-location-item .support-icon-wrapper,
.support-facility-list .support-icon-wrapper {
    background-color: #f2f2f2;
}
.ad-content{
    max-height: 70px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.ad-item {
    aspect-ratio: 32 / 5;
}
.home.page{
    position: relative;
    height: 100vh;
}
.home.page:before{
    content: "";
    background-image: url(../img/bg-home-top.png);
    display: inline-block;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 160%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.home.page:after{
    content: "";
    background-image: url(../img/bg-home-bottom.png);
    display: inline-block;
    width: 100%;
    height: 170px;
    background-repeat: repeat-x;
    background-position-x: center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}
.home-logo img {
    max-width: 200px;
}
.home-logo h1:before {
    content: "";
    background-image: url(../img/bg-logo.png);
    display: inline-block;
    width: 374px;
    height: 175px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -73px;
    left: 50%;
    transform: translateX(-50%);
}
.home-install {
    text-align: center;
    margin: 8px 0 18px;
}
.home-install button,
.home-install a.btn{
    background: #ffd100;
    color: #804a00;
    font-weight: bold;
    border-radius: 2em;
    padding: 8px 15px;
    border: 2px solid #804a00;
    line-height: 1.75;
}
.home-install button.btn-share {
    background: #804a00;
    color: #ffd100;
}
.home-install button:hover,
.home-install a.btn:hover{
    opacity: .8;
}
.home-search{
    margin: 0 auto 40px;
    max-width: 400px;
}
.home-search h2 img {
    width: 235px;
}
.home-search p{
    font-size: 12px
}
.btn-home-search a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #804a00;
    text-decoration: none;
    font-size: 1.5em;
    padding: 30px 25px;
    background-color: #fff;
    border: 3px solid #ffd100;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .2);
}
.btn-home-search a img.btn-icon {
    width: 26px;
}
.btn-home-search a img.btn-text {
    width: 191px;
}
.btn-home-support a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ace8be;
    color: #804a00;
    font-weight: bold;
    text-decoration: none;
    padding: 15px;
    border-radius: 8px;
    border: 2px solid #804a00;
    max-width: 240px;
    margin: 0 auto;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .2);
}
.btn-home-support a .btn-icon{
    max-width: 20px;
}
.calendar-control{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 12px;
}
.calendar-control button {
    border: none;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2);
    color: #ffd100;
    font-size: 1.75em;
    line-height: 1;
    width: 50px;
    height: 50px;
    border-radius: 8px;
}
.calendar-content table {
    border: 2px solid #804a00;
    color: #804a00;
    text-align: center;
    font-weight: bold;
}
.calendar-content table thead {
    background-color: #fffbe8;
}
.calendar-content th.sunday {
    color: #ff0068;
}
.calendar-content th.saturday {
    color: #0070ff;
}
.calendar-content table a {
    color: #804a00;
    text-decoration: none;
}
.calendar-content table a {
    display: block;
    cursor: pointer;
}
.calendar-content table a.current-day{
    position: relative;
    z-index: 0;
}
.calendar-content table a.current-day:before{
    content: "";
    background-color: #ffc9e9;
    width: 33px;
    height: 33px;
    display: inline-block;
    border-radius: 20px;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    border: 3px solid #ff94d4;
}
.calendar-content table td.outer-month {
    opacity: .5;
}
.calendar-content table td.event-day {
    background-color: #ffed9c;
}
.calendar-label {
    display: flex;
}
.calendar-label > div {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.calendar-label > div span{
    height:1em;
    width:1em;
    display: inline-block;
    margin-right: 5px;
}
.schedule-event-list span[class*="reservation-"] {
    margin-left: 0;
}
.label-current-day span {
    background-color: #ffc9e9;
    border: 3px solid #ff94d4;
    border-radius: 15px;
}
.label-event-day span {
    background-color: #ffed9c;
}
.search-location-content h1 {
    display: none;
}
table.table.table-help {
    color: #804a00;
}
table.table.table-help th {
    white-space: nowrap;
}
table.table.table-help tr >* {
    border-color: #804a00;
}
table.table.table-help img{
    max-width: 300px;
    width: 100%;
}
.search-schedule-content{
    position: relative;
}
.search-schedule-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.search-schedule-loading .spinner-border {
    width: 3rem;
    height: 3rem;
}
div#supportModal h2 {
    border: none;
    padding: 0;
    font-size: 1.05em;
}
.support-modal-list {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.support-modal-list img {
    width: 40px;
    margin-right: 10px;
}
.support-modal-list p {
    margin-bottom: 0px;
}
.faq-content .accordion-item {
    border-radius: 8px !important;
    border: none;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .2);
}
.accordion-button::after {
    content: "\F282";
    color: #ffd100;
    font-size: 1.5em;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    background-image: unset;
}
.accordion-button:not(.collapsed)::after{
    background-image: unset;
}
.faq-content h2 {
    font-size: 1.2355em;
}
form .alert ul {
    margin-bottom: 0;
    text-align: left;
}
.install-content ul#pills-tab button {
    border-radius: 8px;
    color: #ffa600;
    border: 1px solid;
    margin-right: 10px;
    margin-bottom: 10px;
}
.install-content ul#pills-tab .nav-link.active {
    color: #fff;
    background-color: #ffa600;
}
@media (min-width: 641px) {
    .page[b-sgqt9f16i4] {
        flex-direction: column !important;
    }
    .sidebar[b-sgqt9f16i4]{
        width: 100% !important;
        height: auto !important;
        position: fixed !important;
    }
    .home.page:after {
        height: 130px;
        background-size: 40%;
    }
    .home.page:before {
        background-size: contain;
    }
}
@media (max-width: 575px){
    .facility-img{
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
}
.map {
    height: calc(100% - 68px); /* マップの高さを 100% に設定 */
    width: 100%; /* マップの幅を 100% に設定 */
    min-height: 600px; /* マップの最小高さを設定（任意） */
}