/*
Theme Name:lightning-pro-child
Template:lightning-pro
Version:4.3.1
*/

#biz_calendar table.bizcal td {
    text-align: center;
    border-width: 0;
    padding: 2px;
    background: #fff;
    color: #000000;
}
#biz_calendar table.bizcal th{
    border: 1px solid #fff;
}
#biz_calendar table.bizcal tbody{
    border: 1px #B5B5B6 solid!important;

}

#biz_calendar table.bizcal{
    border-collapse: separate;
    border-spacing: 2px;
}
#biz_calendar table.bizcal .holiday {
    background-color: #7eab47;
}

#biz_calendar p span.boxholiday {
    background-color: #7eab47;
}

#biz_calendar table.bizcal .today {
    color: #000;
}

.right{
    text-align: right;
}
.table, table {
margin-bottom: 3em;
}
.entry-body table td{
    border-bottom: 1px solid rgba(1,1,1,1);
}
.entry-body table td:first-child{
    background: #d6ecbf;
}
.entry-body table td{
    background: #fff;
}

.table-price table tr:first-child{
    border-bottom: 1px solid rgba(1,1,1,1);
     background: #fff!important;
}
.table-price table td:first-child {
     background: #fff!important;
}
.table-price table td[rowspan] + td {
        background: #fff!important;
}
.datumou1-1{
	border: solid 1px #d3d3d3;
}
.datumou1-2{
	margin:0;
}
.datumou-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.datumou-item{
  box-sizing: border-box;
  margin: 10px 0;
  width: calc(32% - 20px  / 3);
  &:nth-child(3n) {
  margin-right: 0;
  }
}
.datumou-item img {
  height: auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 689px) {
.datumou-item{
    margin: 10px 0;
    width: calc(48% - 10px / 2);
	}
    &:nth-child(2n) {
      margin-right: 0;
    }
    &:nth-child(3n) {
      margin-right: 10px;
    }
    &:nth-child(6n) {
      margin-right: 0;
    }
	  }
/*20220821_フォントカラー赤*/
.c_red { color: #f00;}
.bb{
	border-bottom: 1px solid rgba(1,1,1,1);;
}
/*20220907_マージン追加*/
.mb10{
	margin-bottom: 10px;
}
.mb30{
    margin-bottom: 30px;	
}
/*20220927_囲み線*/
.cosme_border{
border: 1px solid #dbdbdb;	
}
/*20230420_テーブル修正*/
.table-price .bb_th th{
    border-bottom: 1px solid #000;	
}
/*20231121_内部リンク*/
.c-lnav {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 55px;
	padding-left: 0;
}
.c-lnav__item {
    flex-basis: calc((100% - 14px) / 3);
	list-style: none;
}
.c-lnav__item:hover{
	color: #fff;
}
.c-lnav__item:not(:nth-child(3n+1)) {
    margin-left: 7px;
}
.c-lnav__link {
    display: flex;
    position: relative;
    align-items: center;
    height: 100%;
    padding: 10px 35px 10px 10px;
    background: #d6ecbf;
    color: #212529;
    font-size: 0.8rem;
    line-height: 1.5;
    text-decoration: none;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
	 text-decoration: none;
     
}
.c-lnav__link:hover{
	 text-decoration: none;
	 color: #fff;
	 background-color: #339900;
}
.c-lnav__link .__ico {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #DE84A3;
}
.c-lnav__link:before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #212529;
  border-right: 2px solid #212529;
  transform: rotate(45deg);
}
.c-lnav__link:hover:before{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;	
}
@media screen and (max-width: 767.499px){
.c-lnav .c-lnav__link {
    height: 100%;
    padding: 10px 20px 10px 10px;
}
.c-lnav__item {
    flex-basis: calc((100% - 14px) / 2);
}	
.c-lnav__item:not(:nth-child(3n+1)) {
    margin-left: 0; 
}
.c-lnav__item:not(:nth-child(odd)) {
    margin-left: 7px; 
}
}
@media screen and (max-width:440px){
.c-lnav__link{
 font-size: 1rem;		
	}	
.c-lnav__item {
    flex-basis: calc((100% - 14px) / 1);
}		
.c-lnav__item:not(:nth-child(odd)) {
    margin-left: 0px; 
}	
}
@media screen and (min-width: 991px){
.anchor{
  padding-top: 100px; 
  margin-top: -100px; 
	}
	.br_none{
display: none;		
	}	
}
/* ボタン全体 */
#page_top02 {
width: 50px;
height: 50px;
position: fixed;
right: 20px;
bottom: 50px;
background: #dd9933;
opacity: 0.6;
border-radius: 50%;
}

/* Font Awesome */
#page_top02::before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f062';
font-size: 25px;
color: #ffffff;
position: absolute;
top: 12%;
left: 50%;
translate: -50%;
}
@media screen and (max-width: 991px){
	#page_top02{
bottom: 80px;		
	}	
}
@media screen and (min-width: 991px){
.anchor-link{
    padding-top: 65px;
    margin-top: -65px;	
}
.su-u-trim .anchor-link {
	padding-top: 65px;
    margin-top: -65px!important;			
	}
}
.tac{
text-align: center;	
}
.mb20{
    margin-bottom: 20px;	
}
.mb40{
    margin-bottom: 40px;	
}
.dep-button a {
    background: #339900;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	text-decoration: none;
	font-size: 0.9em;
}
.dep-button a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}
.dep-button a:hover {
    background: #d6ecbf;
    color: #212529;
}
/* ------------------------------------------------------------------------------------
20250321_料金表レスポンシブ
------------------------------------------------------------------------------------ */
.pc-dn {
   display: block;
}

.sp-dn {
   display: none;
}
.pc-idn {
   display: block;
}

.sp-idn {
   display: none;
}
.sp-price-table .tr-title{
 display: contents;
}
@media screen and (max-width: 768px) {
   .pc-dn {
      display: none;
   }

   .sp-dn {
      display: block;
   }
	   .pc-idn {
      display: none;
   }

   .sp-idn {
              display: inline-block;
   }
   .sp-price-table .tr-title{
      display: none;
     }

   .table-price table td.sp-bg_green {
      background: #d6ecbf !important;
      text-align: center;
      font-weight: bold;
   }
   .table-price table td.sp-bg_gray{
      background: #eeeeee !important;  
   }
   .table-price table td[rowspan] + td.sp-bg_gray{
      background: #eeeeee !important;    
   }
   .table-price .sp-price-table td {
      display: block;
      border-left: none;
      border-right: none;
      border-bottom: none;
   }
   .table-price .sp-price-table td.sp-fl{
      float: left;  
      width: 50%;
   }
   .table-price .sp-price-table td.sp-fr{
      float: right;  
      width: 50%;
   }
 .table-price .sp-price-table td.sp-none{
      display: none; 
   }
	.table-price .sp-price-table td.sp-bt-none{
border-top: none;		
	}	
}
@media screen and (min-width: 768px){
 .table-price .sp-price-table td.pc-none{
      display: none; 
   }	
}