@charset "utf-8";

@media (max-width: 575.98px) {
  th , td , button  {
     font-size: 0.8rem;
   }
}


.bg-header {
background-color:#9BE4FF;
}

.bg-navbar {
background-color: rgba(255,255,255,0.3);
}

.nav-link{
padding: 0.2rem 0.5rem !important;
margin: 0.5rem 0.5rem !important;
color: #184F97 !important;
font-weight: bold;
border-radius: 3px;
}

.nav-link:hover {
   background-color: white;

}

.nav-item .active{
   background-color:white;

}

.body-bg{
   background-color:#9BE4FF;
}

.body-img{
   background:white url('../images/header-bg.jpg') no-repeat;
   background-size: 100% auto ;
}

.container{
   margin-top: 80px;
}


/* top */

.breadcrumb.small{
font-size: 0.75rem;
padding-top: 0.2rem;
}
.shop-list{
   font-size: 1.3rem !important;
}
.shop-name{
margin:0.5rem 0.2rem;
width: 100%;
}

.shop-type{
   font-size: 0.7rem;
   margin-right: 0.2rem;
}


.footer-bg{
   background:white url('../images/footer-bg.jpg') no-repeat bottom;
   background-size: 100% auto ;
   height: auto;
   padding-bottom: 2vh;
}


#sp_footer_menu {
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

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

#sp_footer_menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 16px;
   border-right: 1px solid #fff;
}

#sp_footer_menu li:first-child{
   background: #38b435;
}

#sp_footer_menu li:last-child{
   background: #f3a324;
}

#sp_footer_menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:0.5rem 0;
   text-decoration: none;
}


#sp_footer_menu_shop {
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

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

#sp_footer_menu_shop li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 16px;
   border-right: 1px solid #fff;
}

#sp_footer_menu_shop li:first-child{
   background: #38b435;
}

#sp_footer_menu_shop li:last-child{
   background: #f3a324;
}

#sp_footer_menu_shop li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:0.5rem 0;
   text-decoration: none;
}



.footer-nav ul{
   padding-left: 0;
   margin-bottom: 0;
   list-style: none;  
}

.footer-nav li{
   font-size: 0.9em;
   margin :0.5rem 0;
}

.footer-nav li a{
   text-decoration: none;
   display: block;
}


.footer-nav li a:link,
.footer-nav li a:active,
.footer-nav li a:visited{
   color:black;
   border :solid 0px #ccc; 
   border-radius: 6px;
   background-color: rgba(255, 255, 255, 0.923);
   padding: 0.2rem 0 0.2rem 0.4rem;
   transition: 0.3s;
}
.footer-nav li a:hover{
background-color: #666;
color: white;
}
.footer-pin{
   color:#e49bff;
}

.tytle-img{
   max-height: 50px;
}

/* card*/
.point-num{
   font-size: 2rem !important;
   margin :0 0.1rem;
}
.card-tytle2 {
border-bottom:solid 1px #184F97;
padding-bottom: 0.3rem;
 }
 
.card-tytle {
   position: relative;
   display: inline-block;
   padding: 0.3rem 2rem 0.3rem 3rem;
   color: #6e6e5e;
   border-radius: 100vh 0 0 100vh;
   background: #d7d8b5;
   margin-bottom: 1.5rem !important;
 }
 
.card-tytle:before {
   position: absolute;
   top: calc(50% - 7px);
   left: 10px;
   width: 14px;
   height: 14px;
   content: '';
   border-radius: 50%;
   background: #fff;
 }

 /* 表示カレンダー  */

#calendar{
   overflow-x: scroll;
   width: 100%;
   position: relative;
}
#calendar .induction {
   display: flex;
   flex-direction: column;
   justify-content: space-around;
   align-items: center;
   width: 30px;
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
   background-color: rgb(190, 190, 190);
   opacity: 0.6;
   }
#calendar p {
	margin: 0 ;
}

#calendar table {
	width: 100%;
   min-width: 700px;
}

#calendar th {
	text-align: center;
   width: 14% !important;
}
#calendar td {
	text-align: center;
   padding-left: 0.1em;
   padding-right: 0.1em;
}

#calendar td.shop-holiday {
	background-color: #f58994;
}

#calendar .today{
   background-color: rgb(223, 223, 207);
}


/* 店舗ページ*/
/* カレンダー  */
#calendar2{
	margin: 1rem  0.5rem ;
}

#calendar2 p {
	margin: 0 ;
}

#calendar2 table {
	width: 100%;
	
}

#calendar2 th,
#calendar2 td {
	text-align: center;
}

#calendar2 .prev-month,
#calendar2 .next-month {
	color: lightgray;
}

#calendar2 td.shop-holiday {
	background-color: #f58994;
}

#calendar2 .today{
   background-color: rgb(223, 223, 207);
}

.i-holiday {
	background-color: #f58994;
}



h1.shop-tytle{
   border-left: solid 0.5rem #e49bff;
   padding-left: 0.5rem;
}

.kumiai-tytle{
   font-size: large;
   font-weight: normal;
   border-left: solid 0.3rem #999;
   padding-left: 0.5rem;
   margin:2rem 0 1rem 0;
}

.sns-icon {
   width : 2rem;

}
.shop-td{
   width:25%;
}

.custom-tooltip {
   --bs-tooltip-bg: var(--bs-success);
 }

/* 印刷 */
@media print{
   #header {
      display: none !important;
   }
 }

