/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/




.jw-color{
	color:#cd0400 !important;
}

body{
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	}
	
.menu-item > .menu-link {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	}

.fbox-content h3{
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	}




1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;
}

.heading-block h2, .heading-block .h2 {
font-weight: normal;
}

.heading-block h3, .heading-block .h3 {
font-weight: normal;
}


.is-expanded-menu .sub-menu-container{
	position: absolute;
  visibility: hidden;
  background-color: #FFF;
  box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
  border: var(--cnvs-primary-menu-submenu-border);
  border-top: #cd0400 2px solid;
  z-index: 399;
  top: 80%;
  left: 0;
  padding: 0;
}



a {
  color: #0f94a2;
  text-decoration:
underline;
}


.custom-SmallText{
	font-size:16px !important;
}

.custom-BigDisplay{
	font-size:54px !important;
}

.menu-link {
	color: #000 !important;
	font-size:18px;
}
.menu-item:hover > .menu-link {
	color:#cd0400 !important;
}


.slider-wrap h4, p{
	color:#333;
}

.slider-wrap span{
	color: #FFF;
	background-color:#686868;
	padding:2px 4px;
	margin-right:10px;
	border-radius:4px;
	margin-left: 1px;
}


.jbg-line{
	background-color:#cd0400;
	padding: 3rem 0.5rem;
	font-size:2rem;
	color:#FFF;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #333;
}

.button {
	border: solid 2px #cd0400;
	color:#cd0400;
	background-color:#FFF;
	border-radius: 10rem;
	padding: 10px 40px;
}


.button:hover {
  background-color: #cd0400;
  color: #fff;
}

.fbox-content p {
  color: #454545;
}

.news-text{
	color:#FFF;
	font-size:16px;
	margin-top:5px !important;
	margin-bottom:0 !important;
}


.fbox-content h3{
	margin-top:1rem;
}
.fbox-subtext{
	color:#ca0000 !important;
	font-size:14px;
	margin-top:0 !important; 
}

.widget li{
	list-style:none !important;
}

#footer{
	background:url(../images/top/others/bg-gw.jpg)  left top;
           background-repeat: repeat;
	color: #F00 !important;
}

#footer h5,li{
	color:#FFF !important;
}
#footer p{
	color:#FFF !important;
}


#copyrights{
	padding-top:5rem;
	border-top: 5px solid #555;;
}

.soleilname{
	color:#000 !important;
}


.oplink img {
  transition: .3s;
}

/*ホバー時に透明度50%*/
.oplink img:hover {
  opacity: 0.6;
}

.cnvs-hamburger .cnvs-hamburger-inner{
	background-color: #000;
}



.is-expanded-menu .menu-link {
	--cnvs-primary-menu-padding-x: 12px;
}




/*SP表示改修*/



.cnvs-hamburger .cnvs-hamburger-inner, .cnvs-hamburger .cnvs-hamburger-inner::before, .cnvs-hamburger .cnvs-hamburger-inner::after {
  width: var(--cnvs-hamburger-size);
  height: var(--cnvs-hamburger-width);
  background-color: #000;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}


@media only screen and (max-width: 480px) {
	.heading-block h3, .heading-block .h3 {
		font-size: 26px !important;
	}
	
	#footer .widget{
		margin-top:40px !important;
	}
	
	.parallax img {
  position: absolute !important;
  z-index: -1;
  right: 0;
  top: 0;
}
}





/*会社概要*/

.page-title-content span {
	color:#cd0400;
}


.company_info th {
	background-color:#cd0400;
	color: #fff;
	padding: 20px;
}
.company_info td{
	padding: 20px;
}
.company_info li{
	color:#333 !important;
	list-style-type:none !important;
}

.company_info li span{
	font-weight: bold;
}


.heading-block.text-center > span{
	text-align:left !important;
	max-width:1100px;
	line-height:1.8em;
	margin-top:30px !important;
}

.google-maps{
	margin:50px auto;
}


.google-maps p{
	text-align:center;
}

.google-maps  {
	height:800px;
}


.google-maps iframe {
	height:600px !important
}


@media only screen and (max-width: 480px) {
	.google-maps  {
	height:500px;
}
.google-maps iframe {
	height:400px !important
}
}


.breadcrumb a {
  color: #fff;
}


.breadcrumb a:hover {
  color: #abe689;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(0, 0, 0, 0.75);
  content: var(--bs-breadcrumb-divider, "/");
}

.page-title-parallax .breadcrumb {
  font-size: 1.4rem;
}

.breadcrumb-item.active {
  color: #cd0400 !important;
}


h1.titular-title {
line-height: 1.4em;
}

.heading-subtext{
  font-size: calc(var(--cnvs-heading-block-font-size-h2) / 1.75);
}


.iconlist li {
  font-size: 20px;
  color: #000 !important;
}



#rentbox .table > :not(caption) > * > * {
  padding: 1.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
  width: 70%;
font-size: 20px;
}
#rentbox .table rent-cost{
background-color: #fbf2f2 !important;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: rgba(255, 255, 255, 0.05);
}

.rent-cost {
  border: 1px solid #c8c8c8;
  border-radius: 10px !important;
  margin-top: 3rem;
}

.cost-text{
font-size: 140%;
  color: #00949b;
}

.cost-bg1{
background-color: #fbf2f2 !important;
}

.cost-bg2{
background-color: #f7e2e2 !important;
}


/*********   会社概要   *********/

#recruit-area .table{
border: 1px solid;
}

#recruit-area th{
width: 25%;
}

#recruit-area .label{
border: 1px solid;
border-radius: 20px;
width: fit-content;
padding: 5px 20px;
margin: 10px 10px 1px 0;
font-size: 12px;
}

#recruit-area .label-box{
 display:flex;
 flex-wrap: wrap;
}


#recruit-area .point1{
border-color: #cd0400;
color: #cd0400;
}
#recruit-area .point2{
border-color: #cd7300;
color: #cd7300;
}
#recruit-area .point3{
border-color: #cd0400;
color: #cd0400;
}
#recruit-area .point4{
border-color: #cd0400;
color: #cd0400;
}
#recruit-area .point5{
border-color: #cd0400;
color: #cd0400;
}

.recruit-contactarea{
	text-align:center;
	font-size:160%;
}

.recruit-contactarea span{
	color:#2eb000;
	font-weight: bold;
	font-size:150%;
	margin:0 10px;
}


.footer-stick h3::after {
  content: "";
  display: block;
  margin-top: 30px;
  width: var(--cnvs-title-block-border-size);
  border-top: var(--cnvs-heading-block-border);
}


/*********   お問合せフォーム   *********/
.privacy {
  text-align: left;
  border:
1px solid #e0e0e0;
  padding:
20px;
  border-radius:
10px;
  margin:
10px;
  height: 300px;
  overflow:
auto;
}


.pri-list {
  margin-bottom: 10px;
}

.privacy ol {
  margin-left: 20px;
}

.privacy ol li {
  margin-bottom: 10px;
  color: #000 !important;
}


/*********   居宅介護支援   *********/

.palax-block h3 {
  text-transform: none;
  font-size: 38px;
  color: #00949b;
  text-align: center;
}
@media screen and (max-width: 640px) {
.palax-block h3 {
font-size: 30px;
}
}

.bg-carepoint{
	background-color:#FF7A7A;
}


.toggle-title {
  font-size: 28px;
  text-align: left;
  padding-left: 3rem;
}


.toggle-icon i{
width: 1rem;
  font-size: 30px;
}

 .toggle-carebox {
    font-size: 1.2rem !important;
    background-color: #fff;
    border:1px solid #FF8300;
    color: #3e3e3e;
    padding: 2rem !important;
    line-height: 2.4rem;
}

 .toggle-carebox span {
  font-weight: bold;
  color: #CB0A0F;
}


.care-pointbox {
  background-color: #ffebeb;
  padding:40px 40px 10px 40px;
  border-radius:10px;
  font-size: 18px;
}

.table-responsive {
font-size: 20px;
padding:10px;
}

.care-pointbox p span{
font-weight: bold;
}



/*********   訪問看護   *********/


#nursingtable{
margin-bottom: 8rem;
}


#nursingtable .nursingdetail {
color: #00949b;
}


#nursingtable span{
font-weight: bold;
}

.table > :not(caption) > * > * {
padding: 1rem 0.8rem;
}





#nursingtable table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb01 th {
  background: #ffebeb;
  color: #000;
  
}
@media screen and (max-width: 640px) {
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  .tb01 td,
  .tb01 th{
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 td{
    padding: 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:left;
  }
  .tb01 td:before{
    color: #515151;
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    background-color: #f0f0f0;
    float: left;
    width: 100%;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
  
  .col-padding {
	  padding: 5rem 2rem;
}

}



.care-pointbox h4  {
color: #ff7979;
  border-bottom:
1px solid #ffbaba;
}


.nursing-pointbox{
margin-top: 2rem;
  background-color: #e0fbf5;
  padding:
40px 40px 10px 40px;
  border-radius:
10px;
  font-size: 18px;
}
.nursing-pointbox h4 {
  color: #07b991;
  border-bottom:
1px solid #07b991;
}


/*********   ひまり薬局   *********/

.pharmacy_info th {
  background-color: #3cbc46;
  color: #fff;
  padding: 20px;
}


.last_bb{
	border-bottom:1px solid #000;
}


/*********   フッターリンク   *********/
.widget a {
  color: #fff;
}

.widget a:hover {
  color: #c2c2c2;
}


@media (min-width: 751px) {
a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
}
}



@media screen and (max-width: 640px) {
.heading-block h1 {
font-size: 22px;
}

}

.pc_view{
  display: block;
}

.sp_view{
  display: none;
}

@media screen and (max-width: 640px) {
    .pc_view{
      display: none;
    }

    .sp_view{
      display: block;
    }

}


.mfp_rows .mfp_col3 {
    width: 32%;
}


@media screen and (max-width: 640px) {
.mfp_rows .mfp_col3 {
    width: 100% !important;
}
}

.flex-control-nav li:hover a, .flex-control-nav li a.flex-active {
	background-color:#d50000;
}

.flex-control-nav li a {
	background-color: #999;
}



