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

body.page-user{
	background-color: #e4f8fd;
}


/*==================================================
side
================================================== */

#side{
	position: fixed;
	min-height: 100vh;
	width: 250px;
	z-index: 12;
	font-size: 14px;
	background-color: #fff;
	box-shadow: 15px 4px 14px -10px rgba(102, 102, 102, 0.8);
}

#side-header{
	background-color: #16447c;
	text-align: center;
	height: 80px;
	display: flex;
	align-items: center;
}

#side-header a{
    display: block;
    width: 100%;
}

.side-header-logo{
	width: 72%;
	vertical-align: middle;
}

.sp-pending-notice{
    display: none;
}

#side-municipality,
#side-message{
	background-color: #e9e9e9;
	text-align: center;
	font-size: 14px;
	padding: 6px 10px ;
    line-height: 1.4;
}

#side-message{
	background-color: transparent;
}

#ul-side-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

#ul-side-menu li{
	border-bottom: 1px solid #ddd;
}
#ul-side-menu li:first-child{
	border-top: 1px solid #ddd;
}

#ul-side-menu li a{
	display: flex;
	padding: 15px 15px;
	text-decoration: none;
	color: #16447c;
	background-color: #fff;
	line-height: 1;
    font-size: 16px;
}

#ul-side-menu li a:hover{
	background-color: #e4f8fd;
}

.side-menu-mainicn{
	width: 8%;
}

.side-menu-name{
	width: 84%;
	padding-left: 4%;
    line-height: 1.5;
}

.side-menu-y{
	width: 8%;
}

.unread{
	font-style: normal;
	display: inline-flex;
	border-radius: 50%;
	align-items: center;
	text-align: center;
	font-size: 11px;
	background-color: #e41414;
	color: #fff;
	justify-content: center;
	margin-left: 7px;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	border: 2px solid #fff;
}

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

#side{
	width: 24%;
}
    
}

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

#ul-side-menu li a{
    font-size: 14px;
    padding-left: 10px;
}
    
    #ul-side-menu li .material-icons-outlined{
        font-size: 18px;
        line-height: 1.3;
    }
    
}

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

#side{
    position: relative;
    width: 100%;
    min-height: auto;
}

#side-header{
    position: fixed;
    width: 100%;
	text-align: left;
	height: 60px;
}

.side-header-logo{
	width: auto;
    height: 40px;
    margin-left: 10px;
}

.sp-pending-notice{
    display: block;
    position: fixed;
    top: 30px;
    right: 60px;
    transform: translateY(-50%);
    background-color: #fa8902;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 10px;
    white-space: nowrap;
    z-index: 9999998;
}

    #side-municipality,
#side-message{
	text-align: right;
	font-size: 13px;
	padding: 5px 8px;
}
    
    #side-municipality{
        padding-top: 65px;
    }

#side-message{
    text-align: center;
}
    
    .page-user #sidebarMenu{
        padding: 60px 0;
    }
    
#ul-side-menu{
	margin: 0;
}

/*#ul-side-menu li{
	border-bottom: 1px solid #fff;
}
#ul-side-menu li:first-child{
	border-top: 1px solid #fff;
}*/

#ul-side-menu li a{
	padding: 10px 8px;
	/*color: #fff;*/
    background-color: transparent;
	font-size: 14px;
} 
    
    .side-menu-mainicn{
        line-height: 1.8;
    }
    
    #ul-side-menu li a .material-icons-outlined{
        font-size: 21px;
    }
    
    /*#ul-side-menu li a img{
        filter: brightness(0) invert(1);
    }*/
    
    #ul-side-menu li a .unread{
        display: none;
    }

.side-menu-y{
	width: 7%;
}

.side-menu-name{
    line-height: 1.9;
}
    
}


/*==================================================
main
================================================== */

#main{
	margin-left: 250px;
	position: relative;
}

#main-header{
	background-color: #3b5f8c;
	height: 80px;
	color: #fff;
	padding-top: 25px;
    box-sizing: border-box;
}

.main-wrapper{
	padding: 0 50px;
	position: relative;
}

#ul-main-header{
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}

#ul-main-header li{
	border-right: 1px solid #fff;
	margin-right: 15px;
}

#ul-main-header li a{
	height: 30px;
	padding-right: 15px;
	text-decoration: none;
	color: #fff;
	display: inline-flex;
	align-items: center;
}

#ul-main-header li a img{
	height: 16px;
	vertical-align: middle;
	margin-right: 7px;
    filter: brightness(0) invert(1);
}

#ul-main-header li a span.material-icons-outlined{
    font-size: 20px;
    margin-right: 6px;
}

#main-contents{
	padding: 50px 0 100px;
}

#main-breadcrumb{
	margin-bottom: 15px;
}

#main-breadcrumb a{
    margin-right: 8px;
    margin-left: 8px;
}

#main-breadcrumb span{
    color: #16447c;
    margin-right: 8px;
    margin-left: 8px;
}




#main-footer{
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 1px solid #16447c;
	padding: 35px 0 35px 250px;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
    background-color: #e4f8fd;
    z-index: 11;
}

#main-footer-menu a{
	text-decoration: none;
	margin: 0 20px 0 0;
}

#main-footer-copyright{
	position: absolute;
	right: 50px;
	top: 0;
}

.box-w{
	background-color: #fff;
	padding: 35px;
	margin-bottom: 35px;
    position: relative;
}

.head-contents{
	position: relative;
	margin-bottom: 20px;
    display: flex;
}

.head-contents a{
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}

/* ヘッダー右上のアクションボタン（POSTフォーム等） */
.head-contents .head-action{
    position: absolute;
    top: 0;
    right: 0;
    margin-left: auto;
}

.head-contents .head-action form{
    margin: 0;
}

.head-contents .ul-submenu{
    list-style: none;
    margin-left: 50px;
    line-height: 1.5;
    padding: 0;
}

.head-contents .ul-submenu li{
    display: inline-block;
    margin-right: 20px;
}

.head-contents .ul-submenu li:before{
    content: '▶︎';
    font-size: 13px;
    margin-right: 6px;
    color: #16447c;
}

.head-contents .ul-submenu li a{
    position: relative;
    top: inherit;
    right: inherit;
    color: #16447c;
    text-decoration: underline;
    font-size: 15px;
}

.head-contents .ul-submenu li a:hover{
    color: #999;
    text-decoration: none;
}

.title-icn{
	display: block;
	font-size: 21px;
	color: #16447c;
	font-weight: 600;
}

.title-icn img{
	height: 32px;
	margin-right: 5px;
	vertical-align: middle;
}

.ul-list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.ul-list li{
    width: calc(100%/2 - 14px);
    margin: 0 20px 20px 0;
    border: 2px solid #16447c;
    border-radius: 8px;
    position: relative;
  background-image: -moz-linear-gradient( 180deg, rgb(228,239,253) 0%, rgb(228,250,253) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(228,239,253) 0%, rgb(228,250,253) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(228,239,253) 0%, rgb(228,250,253) 100%);
}


.ul-list li:nth-of-type(2n){
    margin-right: 0;
}

.ul-list li a{
    text-decoration: none;
    display: block;
    padding: 20px;
    border-radius: 7px;
}

.ul-list li a:hover{
    background: #fff !important;
    color: #000;
}

.ul-list li h3{
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.reserve-status{
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    margin-right: 8px;
    padding: 5px 10px;
    line-height: 1.2;
    white-space: nowrap;
}

.reserve-status-now{
    background-color: #e41414;
}

.reserve-status-ok{
    background-color: #fa8902;
}

.reserve-icn{
    height: 22px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 20px;
}

p.reserve-date{
    margin: 0;
    padding-right: 50px;
}

p.reserve-date strong{
    font-weight: normal;
}

p.reserve-pincode{
    margin: 4px 0 0;
    padding-right: 50px;
}

p.reserve-pincode strong{
    font-weight: 600;
}


a.btn-icn-config{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    text-decoration: none ;
    position: absolute;
    top: 0;
    right: 0;
    color: #16447c;
    width: 60px;
    height: 60px;
    background: #fff;
}
a.btn-icn-config:hover{
    background: #16447c;
    color: #fff;
}
a.btn-icn-config span{
    font-size: 26px !important;
}

@media only screen and (max-width: 1024px) {
    
#main{
	margin-left: 24%;
}   

.main-wrapper{
	padding: 0 35px;
}

#main-contents{
	padding: 25px 0 80px;
} 



#main-footer{
	padding: 25px 0 25px 24%;
}
    
.ul-list{
    display: block;
}

.ul-list li{
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 15px;
} 



.ul-list li a{
    padding: 15px;
    font-size: 14px;
}

.ul-list li h3{
    font-size: 16px;
    padding-right: 25px;
    margin-bottom: 5px;
}

.reserve-status{
    display: block;
    width: 22%;
    text-align: center;
    font-size: 12px;
    margin: 0 0 6px;
    padding: 6px 0;
}

.reserve-icn{
    height: 16px;
    margin-top: -8px;
    right: 14px;
}

/* ホーム予約一覧:モバイルでもステータスを施設名の隣にコンパクト表示 */
#reserve-list .ul-list li h3{
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

#reserve-list .reserve-status{
    display: inline-block;
    width: auto;
    flex: 0 0 auto;
    margin: 0;
    padding: 2px 7px;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
}

p.reserve-date{
    margin: 0;
    padding-right: 35px;
}

p.reserve-pincode{
    margin: 4px 0 0;
    padding-right: 35px;
}

a.btn-icn-config{
    width: 48px;
    height: 48px;
}

.head-contents .ul-submenu{
    margin-left: 30px;
}
    
}

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

.main-wrapper{
	padding: 0 30px;
}

#main-contents{
	padding: 20px 0 80px;
} 

#ul-main-header li{
	margin-right: 7px;
}

#ul-main-header li a{
	padding-right: 7px;
    font-size: 13px;
}

#ul-main-header li a img{
	height: 13px;
	margin-right: 7px;
}

#main-breadcrumb{
	margin-bottom: 10px;
    padding-right: 50px;
    font-size: 90%;
}

#main-footer{
	font-size: 13px;
    padding: 10px 0 10px 24%;
    text-align: center;
}

#main-footer-menu a{
	text-decoration: none;
	margin: 0 14px 0 0;
}

#main-footer-copyright{
	position: relative;
	right: inherit;
	top: inherit;
    margin-top: 8px;
}

.box-w{
	padding: 25px;
	margin-bottom: 25px;
}

.head-contents{
	margin-bottom: 15px;
    display: block;
} 

.head-contents .ul-submenu{
    margin-left: 4px;
}
    
    .head-contents .ul-submenu li a{
        font-size: 90%;
    }

.title-icn{
	font-size: 18px;
}

.title-icn img{
	height: 24px;
}  
    


a.btn-icn-config span{
    font-size: 24px !important;
}    
    
}

@media only screen and (max-width: 599px) {
       
#main{
	margin-left: 0;
} 

#main-contents{
	padding: 20px 0 25px;
} 


#main-header{
	background-color: #16447c;
	height: 60px;
	padding-top: 8px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
} 
    
    #main-header .main-wrapper{
        padding: 0;
    }

#ul-main-header li{
    width: 100%;
    flex-grow:1;
	border-right: none;
	margin-right: 0;
    align-items: center;
}

#ul-main-header li a{
	height: auto;
	padding-right: 0;
    font-size: 12px;
    display: block;
    text-align: center;
}

#ul-main-header li a img{
    display: block;
	height: 16px;
    margin: 0 auto;
}  

#ul-main-header li a span.material-icons-outlined{
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 0 auto 4px;
}  

.main-wrapper{
	padding: 0 15px;
}  

.box-w{
	padding: 15px;
	margin-bottom: 20px;
} 

#main-footer{
    position: relative;
    background-color: #e9e9e9;
    border: none;
	font-size: 13px;
    padding: 20px;
    padding-bottom: 90px;
    text-align: center;
}
    
    #main-footer .main-wrapper{
        padding: 0;
    }
    
    #main-footer-menu{
        margin-bottom: 15px;
    }
    
    a.link-login{
        display: none;
    }
    
    #main-footer-copyright{
        margin: 15px 0 0;
    }
    
    #main-footer-copyright img.sp-only{
        display: block !important;
        width: 45%;
        margin: 0 auto 12px;
        filter: brightness(0);
    } 
    
    .head-contents .ul-submenu li{
        margin-right: 12px;
    }
    

    
}


/*==================================================
main
================================================== */

#ul-icon-menu{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

#ul-icon-menu li{
    width: calc(100%/3 - 14px);
    margin: 0 7px 14px;
    text-align: center;
  background-image: -moz-linear-gradient( 90deg, rgba(235,234,234,0.99608) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(235,234,234,0.99608) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(235,234,234,0.99608) 0%, rgb(255,255,255) 100%);
    border-radius: 8px;
    box-shadow: 0px 0px 15px -5px #777777;
    border-top: 5px solid #16447c;
}

#ul-icon-menu li a{
    display: block;
    padding: 12px 0 9px;
    text-decoration: none;
    text-align: center;
    color: #16447c;
    font-size: 3.6vw;
    font-weight: 600;
    position: relative;
}

#ul-icon-menu li a img{
    display: block;
    height: 24px;
    vertical-align: bottom;
    margin: 0 auto 6px;
}

#ul-icon-menu li a .unread{
    position: absolute;
    top: -10px;
    right: -10px;
}

#ul-icon-menu li a span.material-icons-outlined{
    display: block;
    text-align: center;
    font-size: 26px;
    margin-bottom: 4px;
}


/*==================================================
news-list
================================================== */

#news-list .news-list dl,
#alert-list .news-list dl{
    margin-left: 0;
}


/* @media only screen and (max-width: 599px) {
    #news-list, #alert-list{
        display: none;
    }
    
} */

/*==================================================
contact-administrator
================================================== */

.contact-body{
    border-bottom: 1px dashed #ddd;
    margin-bottom: 50px;
}

.box-thread{
    position: relative;
    width: 80%;
    margin-bottom: 25px;
}

.box-thread-r{
    margin-left: 20%;
}

.icn-thread{
    width: 60px;
    position: absolute;
    top: 20px;
    left: 0;
}

.box-thread-r .icn-thread{
    width: 50px;
    top: 20px;
    left: inherit;
    right: 0;
}

.icn-thread span{
    font-size: 60px !important;
}

.body-thread{
    margin-left: 90px;
}

.box-thread-r .body-thread{
    margin-left: 0;
    margin-right: 80px;
}

.body-thread > p{
    font-size: 14px;
    margin: 0 0 5px 15px;
}

.body-thread > p > span{
    padding-right: 10px;
}

.txt-thread{
    background-color: #e4f8fd;
    padding: 20px;
    border-radius: 20px;
    position: relative;
}

.y-thread{
    width: 0;
height: 0;
border-style: solid;
border-color: transparent #e4f8fd transparent transparent;
border-width: 15px 40px 15px 0px;
    position: absolute;
    left: -25px;
    top: 10px;
}

.box-thread-r .txt-thread{
    background-color: #f4f4f4;
}

.box-thread-r .y-thread{
    width: 0;
height: 0;
border-style: solid;
border-color: transparent transparent transparent #f4f4f4;
border-width: 15px 0px 15px 40px;
    position: absolute;
    right: -25px;
    top: 10px;
    left: inherit;
}


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

.box-thread{
    width: 90%;
}

.box-thread-r{
    margin-left: 10%;
}
    
}

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

.contact-body{
    margin-bottom: 30px;
}

.box-thread{
    width: 95%;
}

.box-thread-r{
    margin-left: 5%;
}

.icn-thread{
    width: 40px;
    top: 25px;
}

.box-thread-r .icn-thread{
    width: 40px;
    top: 25px;
}

.icn-thread span{
    font-size: 40px !important;
}

.body-thread{
    margin-left: 70px;
}

.box-thread-r .body-thread{
    margin-left: 0;
    margin-right: 70px;
}

.body-thread > p{
    font-size: 14px;
    margin: 0 0 5px 10px;
}

.body-thread > p > span{
    padding-right: 10px;
}

.txt-thread{
    padding: 15px;
    border-radius: 15px;
}

.y-thread{
    width: 0;
height: 0;
border-style: solid;
border-color: transparent #f4f4f4 transparent transparent;
border-width: 15px 40px 15px 0px;
    position: absolute;
    left: -25px;
    top: 7px;
}

.box-thread-r .y-thread{
    width: 0;
height: 0;
border-style: solid;
border-color: transparent transparent transparent #f4f4f4;
border-width: 15px 0px 15px 40px;
    position: absolute;
    right: -25px;
    top: 7px;
    left: inherit;
}
    
}

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

.icn-thread{
    top: 50px;
}

.box-thread-r .icn-thread{
    top: 50px;
}

.body-thread > p > span{
    padding-right: 0;
    display: block;
}
    
}

/*==================================================
list-sort
================================================== */

.list-sort{
    text-align: right;
    margin-bottom: 10px;
}

a.dropdown-item{
    text-decoration: none;
}

/*==================================================
auth-login
================================================== */

#auth-login .box-w{
    width: 600px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}

#auth-login table{
    margin-bottom: 10px;
}

#auth-login table th{
    width: 35%;
}

.auth-logo{
    width: 36%;
    vertical-align: bottom;
    margin-bottom: 30px;
}

#auth-login .btn-area{
    padding-top: 15px;
    padding-bottom: 0;
}

p.auth-copy{
    margin: 12px 0 0;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.05em;
}

#auth-login p.txt-error{
    margin-bottom: 5px
}

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

#auth-login .box-w{
    width: 100%;
}

#auth-login .btn-area{
    padding: 10px 0 10px;
}
    
}

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

.auth-logo{
    width: 52%;
    margin-bottom: 15px;
}  
    
    #auth-login table{
        border-bottom: none;
    }

#auth-login table th{
    width: 100%;
    display: block;
} 

#auth-login table td{
    width: 100%;
    display: block;
}
}

/*==================================================
2025.12.25 setoguchi
================================================== */

/*Bootstrapのrowのdisplay:flexを1024以下でblockに*/
@media only screen and (max-width: 1024px) {
    
.sptab-flex-no{
    display: block !important;
}
.sptab-flex-no > div{
    width: 100% !important;
    margin-bottom: 12px ;
}
    
    .list-group-item{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
}

















