/************************************************

全体

*************************************************/

body{
  font-family: "Noto Sans JP", sans-serif;
  color:#333;
   animation: fadeIn 1.5s ease 0s 1 normal;
   -webkit-animation: fadeIn 1.5s ease 0s 1 normal;   
}


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


.wrap{
  width: 900px;
  margin:0 auto;
  max-width: 90%;
}

.wrap-s{
  width: 800px;
  margin:0 auto;
  max-width: 90%;
}

section{
  
}

a{
  transition:.3s;
  color:#333;
}

img{
  max-width: 100%;
}

.sp{
  display: none;
}

.pc{
  display: block;
}

.c-scroll{
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}

.c-scroll img{
  width: 44px;
}

.c-secttl{
  font-size: 35px;
  font-weight: bold;
  line-height: 1.48;
  color: #0aa546;
}

.c-tag{
  font-size: 12px;
  border:1px solid #008f3d;
  border-radius: 10px;
  color: #008f3d;
  display: inline-block;
  padding: 1px 10px;
  margin-top: 4px;
  line-height: 1.4;
}

.c-tag-arrow{
  position: relative;
  padding: 1px 15px 1px 8px;
}

.c-tag-arrow::before{
  content:"";
  background: url(/site_cerekinon/assets/img/common/arrow-right-green.svg) no-repeat 50% 50% / contain;
  width: 5px;
  height: 9px;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin:auto;
}

.c-pankuzu{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 14px;
  margin-top: 20px;
}

.c-pankuzu li::after{
  content:">";
  margin: 0 5px;
}

.c-pankuzu li:last-child::after{
  display: none;
}

.c-pagettl-h1{
  font-size: 43px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

.c-pagettl-h1 span{
  font-size: .6em;
}

.c-page-subttl{
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}

.c-pagettl{
  padding: 50px 0;
}

@media screen and (max-width: 768px) {

  .wrap{
    max-width: auto;
    min-width: auto;
    width: auto;
    margin:0 20px;
    max-width: 100%;
  }

  section{
    min-width: auto;
  }

  .sp{
    display: block;
  }

  .pc{
    display: none;
  }

  .c-scroll{
    bottom: 10px;
  }

  .c-secttl{
    font-size: 28px;
  }

  .c-tag{
  font-size: 11px;
  }

  .c-pankuzu{
  flex-wrap: wrap;
  font-size: 12px;
 }

  .c-pagettl-h1{
    font-size:34px;
    margin-bottom: 20px;
  }

  .c-pagettl-h1 span{
     font-size: 16px;
     display: block;
     line-height: 1.7;
     margin-bottom: -40px;
  }


  .c-page-subttl{
    font-size: 16px;
    margin-bottom: 20px;
  }

  .c-pagettl{
    padding: 40px 0;
  }

}


/*************フェードアップ*****************/

 .js-fadeup{
  opacity: 0;
  transform: translateY(20px);
 }

 .js-fadeup.run{
  opacity: 1;
  transition: .8s;
  transform: translateY(0px);

 }

/************************************************

compornent c-ham

*************************************************/


@media screen and (max-width: 768px) {
  
 .c-ham{
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    right: 10px;
    top: 68px;
  }

  .c-ham.fixed{
    position: fixed;
    top: 18px;
  }

  .c-ham span{
    width: 36px;
    height: 4px;
    background-color: #05943C;
    display: block;
    margin-left: 30px;
    transition: all .4s;
  }

  .c-ham span:nth-child(2){
    margin-top: 6px;
  }

  .c-ham.active span:first-child {
    -webkit-transform: translateY(3px) rotate(-35deg);
    transform: translateY(3px) rotate(-35deg);
  }

  .c-ham.active span:nth-child(2) {
    -webkit-transform: translateY(-7px) rotate(35deg);
    transform: translateY(-7px) rotate(35deg);
  }

  .c-ham__txt{
    position: relative;
  }

  .c-ham__txt::after{
    content:"MENU";
    color:#05943C;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: -20px;
  }

  .c-ham__txt.active::after{
    content:"CLOSE";
  }

}

@media screen and(max-width: 767px) {
  .c-ham__txt::after{
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 414px) {
  .c-ham__txt::after{
    font-size: 2.6vw;
  }
}


/************************************************

compornent c-green-btn

*************************************************/

.c-green-btn a{
  border: 2px solid #05943C;
  font-size: 24px;
  line-height: 1.33;
  font-weight: bold;
  display: block;
  padding: 30px 0;
  width: 600px;
  text-align: center;
  margin:0 auto 60px;
  color:#05943C;
  box-shadow:0px 2px 7px 1px rgba(0,0,0,0.16);
  position: relative;
}

.c-green-btn a::after{
  content:"";
  background: url(/site_cerekinon/assets/img/common/arrow-right-green.svg) no-repeat 50% 50% / contain;
  width: 11px;
  height: 22px;
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin:auto;
}

.c-green-btn a.hover{
  background-color: #05943C;
  color:#fff;
}

.c-green-btn a.hover::after{
  background: url(/site_cerekinon/assets/img/common/arrow-right-white.svg) no-repeat 50% 50% / contain;
}

@media screen and (max-width: 768px) {

  .c-green-btn a{
    font-size: 20px;
    line-height: 1.4;
    padding: 20px 0;
    width: auto;
    margin:0 20px 30px;
  }

  .c-green-btn a::after{
    right: 20px;
  }

}

/************************************************

compornent c-green-btn-round

*************************************************/

.c-green-btn-round a{
    background-color: #fff;
    border-radius: 26px;
    border:2px solid #008f3d;
    color:#008f3d;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    width: 355px;
    padding: 10px 0;
    display: block;
    position: relative;
}

.c-green-btn-round a::after{
  content:"";
  background: url(/site_cerekinon/assets/img/common/arrow-right-green.svg) no-repeat 50% 50% / contain;
  width: 8px;
  height: 14px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin:auto;
}

.c-green-btn-round a.hover{
  background-color: #00773d;
  color: #fff;
  border-color: #00773d;
}

.c-green-btn-round a.hover::after{
  background: url(/site_cerekinon/assets/img/common/arrow-right-white.svg) no-repeat 50% 50% / contain;
}

@media screen and (max-width: 768px) {
  .c-green-btn-round a{
    font-size: 16px;
    width: auto;
  }
}

/************************************************

header

*************************************************/

#js-header-fixed.fixed{
  margin-top: 93px;
}

header{
  width: 100%;
  background-color: #fff;
  min-width: 1000px;
  z-index: 9998;
}


header.fixed .header__main{
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 9998;
  width: 100%;
}

.header__main nav{
    display: block;
  }

.header__sub{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 8px 30px;
  border-bottom: 1px solid #ccc;
}

.header__sub a{
  font-size: 12px;
  text-decoration: underline;
}

.header__sub a.hover{
  opacity: .7;
}

.header__main{
  border-bottom: 1px solid #ccc;
  position: relative;
}

.header__main__inner{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.header__main a.logo img{
  width: 208px;
  height: 35px;
}

.header__main ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  flex-wrap: wrap;
}

.header__main__nav > li{
  margin-left: 30px;
}

.header__main__nav > li:last-child{
  margin-left: 25px;
}

.header__main__nav > li > a{
  font-size: 18px;
  line-height: 1.25;
  font-weight: bold;
  display: block;
  padding:18px 0 18px 35px;
}

.header__main__nav > li a.hover{
  color:#05943C;
}

.header__main__nav > li > a.hover::after{
  content:"";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  height: 4px;
  background-color: #05943C;
  display: block;
}

.header__main ul.header__main__cv{
  display: none;
}


.header__main__nav a{
  position: relative;
  padding-left: 35px;
}

.header__main__nav > li > a::before{
  content:"";
  background: url(/site_cerekinon/assets/img/common/ico-menu01.png) no-repeat 50% 50% / cover;
  width: 28px;
  height: 29px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 26px;
}

.header__main__nav li:nth-child(2) a::before{
    background: url(/site_cerekinon/assets/img/common/ico-menu02.png) no-repeat 50% 50% / cover;
    height: 24px;
}

.header__main__nav li:nth-child(3) a::before{
    background: url(/site_cerekinon/assets/img/common/ico-menu03.png) no-repeat 50% 50% / cover;
    height: 26px;
    width: 29px;
}

.header__main__nav li:nth-child(4) a::before{
    background: url(/site_cerekinon/assets/img/common/ico-menu04.png) no-repeat 50% 50% / cover;
    height: 26px;
    width: 34px;
}

.header__main__nav > li:nth-child(4) > a{
  padding-left: 45px;
}


.header__main__nav__menu{
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #008f3d;
  z-index: 9999;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
}

.header__main__nav > li > a.hover ~ .header__main__nav__menu{
  opacity: 1;
  visibility: visible;
}

.header__main__nav__menu:hover{
  visibility: visible;
  opacity: 1;
}

.header__main__nav__menu:hover + a{
  visibility: visible;
  opacity: 1;
}

.header__main__nav__menu > li{
  margin: 0 15px;
}

.header__main__nav__menu.double > li{
  width: 30%;
  text-align: center;
}


.header__main__nav__menu a{
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
  display: block;
  font-weight: bold;
}

.header__main__nav__menu.double a{
  padding: 8px;
}

.header__main__nav__menu.double > li:nth-child(4) a,
.header__main__nav__menu.double > li:nth-child(5) a,
.header__main__nav__menu.double > li:nth-child(6) a{
  padding-top: 0;
}

ul.header__main__nav__menu a.hover{
  color: #fff600;
}

.header__cv{
  position: absolute;
  right: 0;
  top: 132px;
  z-index: 9998;
}

.header__cv.fixed{
  position: fixed;
  top: 81px;
}

.header__cv li a{
  display: block;
  color:#fff;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  padding: 22px 8px 12px;
}

.header__cv li a i{
  display: block;
  margin-bottom: 10px;
}

.header__cv li:first-child a i{
  margin-bottom: 13px;
}

.header__cv li a i img{
  width: 38px;
  height: 38px;
}

.header__cv li:first-child a {
  background-color: #05943C;
}

.header__cv li:first-child a.hover {
  background-color: #04AF46;
}

.header__cv li:nth-child(2) a {
  background-color: #056E94;
}

.header__cv li:nth-child(2) a.hover {
  background-color: #0583B1;
}

.header__cv li:last-child a{
  background-color: #C4302B;
}

.header__cv li:last-child a.hover{
  background-color: #DB342E;
}




@media screen and (max-width: 768px) {

  #js-header-fixed.fixed{
  margin-top:  63px;
  }

  header{
    min-width: 100%;
  }

  .header__main nav{
    display: none;
    position: absolute;
    top: 60px;
    background-color: #fff;
    width: 100%;
    z-index: 9999;
    height: calc(100vh - 172px);
    overflow: scroll;
    padding-bottom: 60px;
  }

  header.fixed .header__main nav{
    top: 58px;
    height: calc(100vh - 117px);
  }

  .header__sub{
    padding:10px 20px 8px 10px;
  }

  .header__sub a{
    font-size: 10px;
  }

  .header__main{
    display: block;
  }

  .header__main a.logo img{
  padding: 4px 0 0px;
  width: 153px;
  height: 53px;
  margin-left: 10px;
}

  .header__main ul.header__main__cv{
    display: none;
  }

  .header__main ul.header__main__nav a br{
    display: none;
  }

  .header__main ul.header__main__nav{
    width: 90%;
    margin:10px auto;
  }

  .header__main ul a.hover{
    color:#05943C;
  }


ul.header__main__nav{
  display: block;
}

.header__main__nav > li{
  margin-left: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.header__main__nav > li:last-child{
  margin-left: 0px;
  border-bottom: 0;
}

.header__main__nav > li > a{
  font-size: 20px;
  padding:18px 0 10px 45px;
}

.header__main__nav > li a.hover{
  color:#05943C;
}

.header__main__nav > li > a.hover::after{
  display: none;
}

.header__main ul.header__main__cv{
  display: none;
}

.header__main__nav a{
  position: relative;
  padding-left: 35px;
}

.header__main__nav > li > a::before{
  content:"";
  background: url(/site_cerekinon/assets/img/common/ico-menu01.png) no-repeat 50% 50% / cover;
  width: 28px;
  height: 29px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 15px;
}

.header__main__nav > li:nth-child(4) > a{
  padding-left: 45px;
}


ul.header__main__nav__menu{
  position: relative;
  bottom: 0;
  top:0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: all .2s ease;
  display: block;
}



.header__main__nav__menu:hover + a{
  visibility: visible;
  opacity: 1;
}

.header__main__nav__menu > li{
  margin: 0 15px 0 40px;
}

.header__main__nav__menu.double > li{
  width: 100%;
  text-align: left;
}

.header__main__nav__menu a{
  color: #333;
  font-size: 13px;
  padding: 5px 0;
  display: block;
  font-weight: bold;
}

.header__main__nav__menu.double a {
  padding: 5px 0;
}

.header__main__nav__menu a::before{
  content:"-";
  background: none !important;
  margin-right: 10px;
  color:#05943C;
  font-size: 18px;
}

ul.header__main__nav__menu a.hover{
  color: #05943C;
}

  .header__cv{
    display: none;
  }

.header__cv li a{
  display: block;
  color:#fff;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  padding: 20px 10px 10px;
}

.header__cv li a i{
  display: block;
  margin-bottom: 10px;
}

.header__cv li a i img{
  width: 38px;
}

.header__cv li:first-child {
  background-color: #05943C;
}

.header__cv li:nth-child(2) {
  background-color: #056E94;
}

.header__cv li:last-child {
  background-color: #C4302B;
}

  
}


@media screen and (max-width: 320px) {
  .header__main__nav > li > a{
  font-size: 16px;
}

}

/************************************************

footer

*************************************************/

footer{
  
}

.footer__sns{
  text-align: center;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.footer__sns__ttl{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer__sns ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.footer__sns ul li img{
  width: 50px;
  height: 50px;
  margin:0 10px;
}

.footer__contact{
  background-color: #F3F3F3;
  padding: 50px 0;
}

.footer__contact .wrap{
  background-color: #fff;
  text-align: center;
  padding: 30px 0;
}

.footer__contact__ttl{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer__contact dt{
  font-size: 14px;
  font-weight: bold;
}

.footer__contact dd.tel a{
  color:#05943C;
  font-size: 42px;
  font-weight: bold;
}

.footer__contact dd.tel a i{
  margin-right: 10px;
}

.footer__contact dd.tel a i img{
  width: 54px;
  height: 34px;
}

.footer__contact dd.time{
  font-size: 12px;
}

footer nav .wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

footer nav ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}


footer nav ul li::after{
  content:"";
  width: 1px;
  height: 21px;
  background-color: #ccc;
  display: inline-block;
  margin:0 20px -5px;
}

footer nav ul li:last-child::after{
  display: none;
}

footer nav ul li a{
  font-size: 14px;
}

footer .copyright{
  font-size: 10px;
  color:#999;
}

footer .pagetop{
  position: fixed;
  right: 20px;
  bottom: 25px;
}

footer .pagetop img{
  width: 28px;
}

.footer__cv{
  display: none;
}

footer .c-green-btn a{
  width: 335px;
  position: relative;
}

footer .c-green-btn a::after{
  left: 50px;
  right: auto;
  transform: rotate(180deg);
}

footer .c-green-btn a.hover::after{
  background: url(/site_cerekinon/assets/img/common/arrow-right-white.svg) no-repeat 50% 50% / contain;
  left: 50px;
  right: auto;
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {

  footer{
    padding-bottom: 60px;
  }

  .footer__contact{
    padding: 30px 0;
  }

  .footer__contact .wrap{
    padding: 20px 0;
  }

  .footer__contact__ttl{
    margin-bottom: 5px;
  }

  .footer__contact dd.tel a{
    font-size: 36px;
  }

  .footer__contact dd.tel a i{
    margin-right: 10px;
  }

  .footer__contact dd.tel a i img{
    width: 48px;
  }

  footer nav .wrap{
    display: block;
    padding: 20px 0;
  }

  footer nav ul{
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
  }

  footer nav ul li::after{
    margin:0 15px -5px;
  }

  footer nav ul li a{
    font-size: 11px;
  }

  footer .copyright{
    text-align: center;
  }

  footer .pagetop{
    position: fixed;
    right: 20px;
    bottom: 65px;
  }

  footer .pagetop img{
    width: 30px;
  }

  .footer__cv{
    position: fixed;
    bottom: 0;
    width: 100%;
    display: block;
    z-index: 999;
  }

  .footer__cv ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .footer__cv ul li{
    width: 50%;
  }

  .footer__cv ul li a{
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    display: block;
    height: 55px;
  }

  .footer__cv ul li:first-child a{
    background-color: #05943C;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer__cv ul li:first-child a::before{
    content:"";
    background: url(/site_cerekinon/assets/img/common/icon-cart.svg) no-repeat 50% 50% / contain;
    display: inline-block;
    width: 38px;
    height: 32px;
    display: block;
    margin-right: 10px;
  }

  .footer__cv ul li:last-child a{
    background-color: #056E94;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 1;
  }

  .footer__cv ul li:last-child a::before{
    content:"";
    background: url(/site_cerekinon/assets/img/common/icon-note.svg) no-repeat 50% 50% / contain;
    display: inline-block;
    width: 38px;
    height: 100%;
    display: block;
    margin-right: 10px;
  }

  footer .c-green-btn a{
    width: auto;
  }

}

@media screen and (max-width: 320px) {

  .footer__contact dd.tel a{
    font-size: 28px;
  }

  .footer__contact dd.tel a i{
    margin-right: 5px;
  }

  .footer__contact dd.tel a i img{
    width: 30px;
  }

  footer nav ul li{
    width: 100%;
    text-align: center;
  }

  footer nav ul li::after{
    display: none;
  }



}


/************************************************

c-cerekinon__info

*************************************************/
.c-cerekinon__info{
    padding: 20px 40px;
    border: 1px solid #000;
    border-radius: 12px;
    width: 90%;
    max-width: 532px;
    margin: 30px auto 60px;
}

.c-cerekinon__info .subttl{
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

.c-cerekinon__info h3{
  color: #008F3D;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

.c-cerekinon__info h3 span{
  color: #000;
  font-size: 0.6em;
}

.c-cerekinon__info__inner{
  display: flex;
  justify-content: space-between;
}


.c-cerekinon__info__inner .txt img{
  width: 232px;
  display: block;
  margin-bottom: 16px;
}

.c-cerekinon__info__inner .txt a{
  color: #008F3D;
  font-size: 16px;
}

.c-cerekinon__info__inner small{
  font-size: 13px;
  line-height: 1.5;
  display: block;
  margin-bottom: 30px;
}

.c-cerekinon__info__inner .img{
  width: 240px;
  flex: none;
  margin-left: 30px;
}

.c-cerekinon__info dl{
  border-top: 1px solid #000;
  padding-top: 20px;
  margin: 20px 0 10px;
}

.c-cerekinon__info dl dt{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.c-cerekinon__info dl dd{
  border: 1px solid #000;
  text-align: center;
  font-size: 14px;
  position: relative;
  padding: 5px;
  width: 120px;
  font-weight: bold;
  padding-right: 40px;
  margin: 0 auto;
}

.c-cerekinon__info dl dd em{
  background-color: #056E94;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  font-size: 13px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {

.c-cerekinon__info{
    padding: 20px;
    width: 80%;
    margin: 0 auto 60px;
}


.c-cerekinon__info__inner{
  display: block;
}

.c-cerekinon__info__inner .txt{
  margin-bottom: 40px;
}


.c-cerekinon__info__inner .txt img{
  width: 200px;
  margin: 0 auto 16px;
}


.c-cerekinon__info__inner .img{
  width: 200px;
  margin-left: 0px;
  margin: 0 auto;
}

}