@charset "utf-8";
/*
Theme Name: cle-care
version: 1.0
*/
/* --------------------
	全体の設定
-----------------------*/
* {
  box-sizing: border-box;
}
html {
  width: 100%;
  font-size: 62.5%;
  line-height: 1.5;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #3c3c3c;
}
img {
  vertical-align: bottom;
}
::selection {
  background: #ccc;
  color: #fff;
}
::-moz-selection {
  background: #ccc;
  color: #fff;
}
/*---------------------------
	リンク色と下線の設定 
----------------------------*/
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #3c3c3c;
  text-decoration: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}

/*----------------- 
   共通
-------------------*/
[class$="__inner"] {
  width: 100%;
  margin: 0 auto;
  padding: 0 7.15%;
  box-sizing: border-box;
  max-width: calc(120rem + 14.3%);
}
[class$="__top-tit"] {
  font-size: min(2.57vw, 3.6rem);
  line-height: 1.45;
  font-weight: bold;
  text-align: center;
  color: #008cd6;
}
[class$="__top-tit"] span {
  color: #008cd6;
  font-size: min(1.07vw, 1.5rem);
  padding-bottom: 2.15em;
  display: block;
  position: relative;
  font-family: 'Kiwi Maru', serif;
  font-weight: 500;
}
[class$="__top-tit"] span::before {
  content: "";
  display: inline-block;
  height: 0.2rem;
  background-color: #fe9927;
  position: absolute;
  bottom: 1.8em;
  left: 0;
  right: 0;
  margin: auto;
}
.pc--br {
  display: block;
}
.sp--br {
  display: none;
}
a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}

/* ------------------------------
   パンくずリスト 
---------------------------------*/
.breadcrumb-area {
  width: 100%;
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  padding: 0 min(6.43vw, 9rem);
  margin: 0 auto;
  position: absolute;
  font-size: clamp(0.8rem, 1vw, 1.2rem);
  line-height: 1.75;
  position: relative;
  font-weight: 500;
}
.breadcrumb-area span a {
  color: #000000;
  padding: 0 clamp(0.5rem, 0.71vw, 1rem);
}
.breadcrumb-area .post:not(a), .breadcrumb-area .archive:not(a){
  color: #008cd6;
  padding-left: clamp(0.5rem, 0.71vw, 1rem);
}
 
/* ------------------------------
   header 
---------------------------------*/
.header {
  padding-top: min(5.75vw, 10.1rem);
  position: relative;
}
.header__nav {
  width: 100%;
  margin: auto;
  padding: min(0.96vw, 1.35rem) min(4.16vw, 4rem);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 1000;
  top: 0;
  color: #3c3c3c;
  transition: all 0.5s;
  background: rgba(299, 299, 299, 0.8);
  top: 0;
  right: 0;
  left: 0;
}

.header__nav-log {
  width: min(17.19vw, 33rem);
  text-align: center;
}
.header__nav-link {
  pointer-events: none;
  cursor: default;
}
.header__nav-toggle {
  display: none;
}
.header__nav-menu {
  width: 100%;
  display: flex;
  gap: min(2.86vw, 4rem);
  justify-content: flex-end;
}
.header__menu_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: min(2.14vw, 3rem);
}
.header__menu_item {
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* カレント表示 */
.header__menu_item.current a {
  color: #008cd6;
  position: relative;
}
.header__menu_item.current a:after {
  content: "";
  width: 100%;
  height: min(.36vw, 0.5rem);
  display: inline-block;
  background-color: #008cd6;
  position: absolute;
  bottom: max(-2.2vw, -4rem);
  left: 0;
}
.header__menu_item > a {
  display: block;
  font-weight: bold;
  font-size: min(0.93vw, 1.3rem);
  line-height: 1.7;
  margin: 0 auto;
}
.header__menu_item:hover > a {
  color: #008CD6;
}
.header__menu-tel {
  width: min(15.63vw, 30rem);
}

/*----------------------------
	floating_bnr
----------------------------*/
.floating_bnr {
  position: fixed;
  bottom: 5%;
  right: 5%;
}
.floating_bnr__link {
  display: block;
  width: min(10.71vw, 15rem);
  transition: transform 0.3s;
}
.floating_bnr__link:hover {
  transform: rotate(30deg);
}
.floating_bnr--pc {
  display: block;
}
.floating_bnr--sp {
  display: none;
}

/*----------------------------
	footer
----------------------------*/
footer {
  width: 100%;
  background-color: #008cd6;
  margin-top: min(7.14vw, 10rem);
  padding: min(5vw, 7rem) 0 min(2.5vw, 3.5rem);
}
.footer__content {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: min(7.14vw, 10rem);
}
.footer__content--left {
  flex: 1;
}
.footer__left-in {
  width: min(25.71vw, 36rem);
  display: flex;
  flex-direction: column;
  gap: min(1.43vw, 2rem);
  margin: 0 0 0 auto;
}
.footer__info {
  font-size: min(1.14vw, 1.6rem);
  line-height: 1.75;
  color: #fff;
}
.footer__bnr:hover{
  opacity: 0.8;
  transition: 0.3s;
}
.footer__content--right {
  flex: 1;
  position: relative;
}
.footer__menu-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  width: min(55%, 20rem);
}
.footer__menu-item {
  font-size: clamp(1rem, 1.14vw, 1.6rem);
  line-height: 1.75;
  transition: all 0.3s;
}
.footer__menu-item a {
  color: #ffffff;
}
.footer__menu-item:hover a{
  text-decoration: underline;
  transition: 0.3s;
}
.footer__menu-pic {
  position: absolute;
  width: min(30%, 20rem);
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.footer__logo {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.footer__copyright {
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 1rem;
  margin-top: min(5vw, 7rem);
}

/*----------------------------
	TB用
--------------------------- */
@media all and (max-width: 960px) {
  /*----------------------------
		共通Class
	-----------------------------*/

  /* ----------------------------
		header 
	----------------------------*/
  .header {
    padding-top: 6.5rem;
  }
  .header__nav {
    padding: 0;
  }
  .header__nav-h1 {
    z-index: 1000;
    padding: 1.3rem min(5.3vw, 4rem);
    background: rgba(299, 299, 299, 0.8);
    width: 100%;
  }
  .header__nav-log {
    width: 17.5rem;
  }
  .header__nav-menu {
    position: fixed;
    display: block;
    right: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    padding-top: 7.5rem;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    padding-bottom: 3.125vw;
    overflow: auto;
    z-index: 100;
    background: #fff;
  }
  .header__menu_list {
    flex-direction: column;
    text-align: center;
    gap: 0;
    padding-bottom: min(18.86vw, 10rem);
  }
  .header__menu_item {
    font-weight: bold;
    width: 100%;
    border-top: 1px solid #008cd6;
  }
  .header__menu_item:last-child {
    border-bottom: 1px solid #008cd6;
  }
  .header__menu_item > a {
    font-size: 1.3rem;
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 2.5rem;
  }
  .header__menu_item::before {
    content: none;
  }
  .header__menu_item:last-child::after {
    content: none;
  }
  .header__menu-tel {
    display: none;
  }

  .header__menu_item.current a:after {
    display: none;
  }

  /* ------------------------------
   パンくずリスト 
---------------------------------*/
  .breadcrumb-area {
    padding: 0 min(5.3vw, 4rem);
  }

  /*----------------------------
	floating_bnr
----------------------------*/
  .floating_bnr {
    bottom: 0;
    right: 0;
    left: 0;
  }
  .floating_bnr__link {
    width: 50%;
  }
  .floating_bnr__link:hover {
    transform: none;
  }
  .floating_bnr--pc {
    display: none;
  }
  .floating_bnr--sp {
    display: flex;
    z-index: 1000;
    width: 45rem;
    margin: 0 auto;
  }

  /*----------------------------
    footer
  ----------------------------*/
  footer {
    padding-bottom: 11rem;
  }

  .footer__menu-pic {
    right: auto;
    left: 12rem;
    /* margin: auto; */
}
}
/*--------------------------------
	SP用
----------------------------------- */
@media all and (max-width: 530px) {
  /*----------------- 
   共通
  -------------------*/
  [class$="__inner"] {
    padding: 0 2.7%;
  }
  [class$="__top-tit"] {
    font-size: min(6.93vw, 2.6rem);
  }
  [class$="__top-tit"] span {
    font-size: min(3.2vw, 1.2rem);
    padding-bottom: 1.5em;
    font-weight: 600;
  }
  [class$="__top-tit"]::before {
    width: min(1.6vw, 0.5rem);
    height: calc(100% - min(6.6vw, 2.5rem));
    left: -0.9em;
    bottom: 0.2em;
  }
  [class$="__top-tit"] span::before {
    bottom: 1.05em;
  }
  .pc--br {
    display: none;
  }
  .sp--br {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
  /* ------------------------------
     パンくずリスト 
  ---------------------------------*/
  .breadcrumb-area {
    display: none;
  }

  /*----------------------------
	  floating_bnr
  ----------------------------*/
  .floating_bnr--sp {
    width: 100%;
  }
  /* ----------------------------
		footer 
	----------------------------*/
  footer {
    /* margin-top: min(10.6vw, 4rem); */
    margin-top: min(26.67vw, 10rem);
    padding: min(10.67vw, 4rem) 0 25vw;
  }
  .footer__content {
    padding: 0;
    flex-direction: column;
    gap: min(8vw, 3rem);
  }
  .footer__left-in {
    width: 100%;
    gap: min(2.67vw, 1rem);
  }
  .footer__logo {
    width: 100%;
  }
  .footer__info {
    font-size: min(3.73vw, 1.4rem);
    width: 80%;
    margin: min(1.33vw, 0.5rem) auto min(2.67vw, 1rem) ;
  }
  .footer__menu-list {
    width: 100%;
    gap: min(2.67vw, 1rem);
  }
  .footer__menu-item {
    font-size: min(4.27vw, 1.6rem);
    line-height: 1.5;
  }
  .footer__menu-pic {
    display: none;
  }
  .footer__copyright {
    font-size: min(2.6vw, 1rem);
    margin-top: min(16vw, 6rem);
  }
}
