@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* Reset-end */



html{
  scroll-behavior: smooth;
}


html,
body {
  margin: 0;
  padding: 0;
}




@media screen and (max-width: 750px) {
  body {
    font-size: 9.8px;
    font-size: 2.61333vw;
  }
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  display: block;
}

.t-img {
    margin-bottom: 80px;
}

.g-img {
    margin-bottom: 40px;
}

.e-img {
    margin-bottom: 40px;
  border-radius: 50%;
}

.top-img {
  margin-top: 80px;
    margin-bottom: 80px;
}

a {
    text-decoration: none;
    color: #000;
}


@media screen and (max-width: 750px) {
.t-img {
    margin-bottom: 30px;
}
}

@media screen and (max-width: 750px) {
.top-img {
  margin-top: 20px;
    margin-bottom: 20px;
}
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  height: inherit;
  padding: 0 20px;
  box-sizing: content-box;
}

@media screen and (max-width: 750px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* ===============================================
//これはどこ？
=============================================== */
@media screen and (max-width: 750px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .is-sp {
    display: none;
  }
}



/* ===============================================
//Header
=============================================== */

.site-header {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fffffff2;
    z-index: 100;
}




.site-header .header-lead {
    position: absolute;
    left: 20px;
    top: 1.7em;
    font-size: 0.7rem;
}

.site-header .screen-reader-text {
    display: none;
}

.site-header .header-contents {
    margin-left: auto;
    display: flex;
}

.site-header .contents__contact {
    justify-content: flex-end;
}
.l-grid {
    display: -moz-flex;
    display: flex;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
}
.site-header .contact-tel {
    text-align: center;
}
.site-header p {
    line-height: 1.5;
}

.site-header .contact-tel a {
    display: inline-block;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bold;
  /*   padding-left: 26px; */
    background-image: url(https://no-vus.jp/prana/images/ico-contact.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px;
    font-family: "Roboto", sans-serif;
}

.tel-num ::before {
content: "";
    background: url(https://no-vus.jp/prana/images/telicon.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin: 0 10px 3px 0;

}

.site-header .contact-tel .tel-text {
    font-size: 0.2rem;
}
.site-header p {
    line-height: 1.5;
}

.site-header .contact-btn {
    text-align: center;
    margin-left: 18px;
}


.site-header .contact-btn a {
    display: block;
    background: #b3c517;
    color: #fff;
    line-height: 50px;
    width: 200px;
    text-decoration:none;
    font-weight: 700;
}

a.hvop:hover {
  background: #e6d345;
      border: 2px solid #e6d345;
      /* color: #b3c517; */
      transition: 1s;
}

.site-header .contact-btn span {
    display: inline-block;
    padding-left: 30px;
    background: url(https://no-vus.jp/prana/images/ico-contact.png) no-repeat left center;
    background-size: 21px;
    font-size: 14px;
}



.layout-type01 {
    max-width: 1400px;
    margin: auto;
    padding: 0 40px;
}

.site-header__inner {
    padding: 10px 20px 0;
    position: relative;
    align-items: center;
}

.site-logo{
	margin-top: 0px;
	}

  @media screen and (max-width: 480px) {
  .site-header .header-contents {
      display: none;
  }
}

@media screen and (max-width: 480px) {
section {
    padding:0px 0px;

}
}

@media screen and (min-width: 481px) and (max-width: 770px) {
.site-header .header-contents {
    display: none;
}
}


/* ===============================================
// hero画像
=============================================== */
.banner__main {
	margin: 0;
	margin-top: 90px;
}

.banner__main img {
    width: 100%;
}


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

@media screen and (min-width: 751px) {
.sp {
    display: none;
}
}




/* ===============================================
// content
=============================================== */

.content {
  background-image: url(https://no-vus.jp/taskal/images/arrow.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 0px;
  height: 300px;
}


@media screen and (max-width: 480px) {
.content {
    background-image: url(https://no-vus.jp/taskal/images/arrow.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 0px;
    height: 230px;
}
}


.content-text{
  padding-top: 60px;
  font-size: 2.7vw;
  font-weight: 900;
  color: #14425c;
  text-align: center;
  font-family: 'Noto Sans JP';
  }



@media screen and (max-width: 480px) {
.content-text{
  padding: 50px 10px 0px 10px;
  font-weight: 900;
  color: #14425c;
  text-align: center;
  font-family: 'Noto Sans JP';
  }
}




/*.content-text　PC版とスマホ版の改行位置分け */
@media screen and (min-width: 650px){
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){
  .br-pc { display:none; }
  .br-sp { display:block; }
}




/* ===============================================
//content-service
=============================================== */


.content-service {
  background: white;

}

.content-intro {
background: #fbf9f9;
height: auto;
padding: 80px;
display: flex;
}

.content-intro-img {
    width: 45%;
    display: block;
}

.content-intro-text {
  margin: 0 auto;
    width: 45%;
    padding: 20px;
}


@media screen and (max-width: 750px) {

.content-intro {
background: #fbf9f9;
height: auto;
padding: 20px;
display: block;
}


.content-intro-img {
    width: 100%;
    display: block;
}

.content-intro-text {
  margin: 0 auto;
  width: 100%;
  padding: 0px;
}
}


.content-intro2 {
background: #fbf9f9;
height: auto;
padding: 80px;
display: flex;
}

.content-intro-img {
    width: 45%;
    display: block;
}

.content-intro-text {
  margin: 0 auto;
    width: 45%;
    padding: 20px;
}


@media screen and (max-width: 750px) {

.content-intro2 {
background: #fbf9f9;
height: auto;
padding: 10px;
display: block;
}


.content-intro-img {
    width: 100%;
    display: block;
}

.content-intro-text {
  margin: 0 auto;
  width: 100%;
  padding: 0px;
}
}






.content-second {
background: #fff;
height: auto;
}

.content-second-innner-back {
  background: #fff;
  height: auto;
}


.content-second-innner {
  width: 1000px;
  padding-top: 30px;
  margin: 0 auto;
  display: flex;
}

.content-section{
  width: 33%
}

.content-section-body {
width: 25%;
margin-bottom: -50px;

}

.content-second-img {
  width: 200px;
  margin: 0 auto;
}


.content-section-img {
  width: 200px;
  margin: 0 auto;

}


.content-second-text {
    width: 80%;
    margin: 0 auto;
}


.content-second-2 {
background: #fff;
height: auto;
}


.f-text-inner {
text-align: center;
width: 100%;
padding: 20px 10px 20px 10px;
border: 1px solid #FE8000;
border-radius: 6px;
margin-bottom: 25px;
position: relative;

}




@media screen and (max-width: 750px) {

.content-second {
background: #fff;
height: auto;
}

.content-second-innner {
  max-width: 80%;
  /* padding: 8px; */
  margin: 0 auto;
  display: block;
}

.content-section{
  width: 100%;
}

.content-section-body {
width: 100%;

}


.content-second-img {
  width: 300px;
  margin: 0 auto;
}

.content-second-text {
    width: 100%;
    margin: 0 auto;
}

.f-text-inner {
text-align: center;
width: 100%;
padding-right: 10px;
border: 1px solid #FE8000;
border-radius: 6px;
margin-bottom: 25px;
position: relative;

}
}

.content-service1 {
  background: #fff;
 height: auto;
 background-size: cover;
 background-repeat: no-repeat;
 }




.content-end {
  background: url(https://no-vus.jp/prana/images/section2-bac.jpeg);
 height: auto;
 padding: 30px;
 background-size: cover;
 background-repeat: no-repeat;
}


.content-inner {
    margin: 0 auto;
    width: 1000px;
    padding: 20px;
}

.content-inner1 {
    margin: 0 auto;
    width: 1000px;
    padding: 50px;
    margin-bottom: -100px;
}

.content-inner2 {
  margin: 0 auto;
  padding: 50px;
  margin-top: 100px;
}







@media screen and (max-width: 750px) {
.content-inner1 {
    margin: 0 auto;
    width: 380px;
    padding: 50px 10px 10px 0px;
}
}


@media screen and (max-width: 479px) {
.content-inner1 {
    margin: 0 auto;
    width: 300px;
    padding: 50px 10px 10px 0px;
}
}


@media screen and (max-width: 479px) {
.content-inner2 {
    margin: 0 auto;
    width: 300px;
    padding: 50px 10px 10px 0px;
}
}


@media screen and (max-width: 750px) {
.content-inner{
  margin: 0 auto;
      max-width: 100%;
      padding: 20px;
      box-sizing: border-box;
  }
  }


  .content-lank {
      background: #fbf9f9;
      height: 250px;
      padding: 80px;
      display: flex;
  }

@media screen and (max-width: 750px) {
  .content-lank {
      background: #fbf9f9;
      height: auto;
      padding: 20px;
      display: block;
  }
}



.qaContainer dt {
padding: 10px 10px 10px 35px;
border-radius: 5px;
background: #cce6ff;
text-indent: -25px;
}
.qaContainer dt:before {
content: "Q.";
font-weight: bold;
margin-right: 7px;
 line-height: 1.8em;
}
.qaContainer dd {
  margin: 20px 10px 40px 35px;
  padding: 10px;
  text-indent: -25px;
  line-height: 1.8em;
}
.qaContainer dd:before {
content: "A.";
color: #1771c6;
font-weight: bold;
margin-right: 7px;
}



  #t-scroll {
      position:fixed;
      bottom:30px;
      right:20px;
      z-index: 999999;
  }
  #t-scroll a {
      background-color:#b4c500;
      color:#fff;
      text-align:center;
      text-decoration:none;
      padding:20px 20px;

  }
  #t-scroll a:hover {
      background-color:#e6d345;
      text-decoration:none;
  }


  @media screen and (max-width: 480px) {
  #t-scroll {
      position:fixed;
      bottom: 100px;
      right: 15px;
      z-index: 999999;
  }
  #t-scroll a {
      background-color:#b4c500;
      color:#fff;
      text-align:center;
      text-decoration:none;
      padding:20px 20px;
  }
  #t-scroll a:hover {
      background-color:#e6d345;
      text-decoration:none;
  }
  }



  /* ===============================================
  // 問い合わせフォーム
  =============================================== */

.Form {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
  }

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }
  }


@media screen and (max-width: 480px) {
    .Form {
      margin-top: 40px;
    }
  }
  .Form-Item {
    border-top: 1px solid #ddd;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
  }

  @media screen and (max-width: 480px) {
    .Form-Item {
      padding-left: 14px;
      padding-right: 14px;
      padding-top: 16px;
      padding-bottom: 16px;
      flex-wrap: wrap;
    }
  }
  .Form-Item:nth-child(5) {
    border-bottom: 1px solid #ddd;
  }
  .Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
  }


  @media screen and (max-width: 480px) {
    .Form-Item-Label {
      max-width: inherit;
      display: flex;
      align-items: center;
      font-size: 15px;
    }
  }


  .Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
  }


  @media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
      margin-top: 0;
    }
  }


  .Form-Item-Label-Required {
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #bfd04d;
    color: #fff;
    font-size: 14px;
  }


  @media screen and (max-width: 480px) {
    .Form-Item-Label-Required {
      border-radius: 4px;
      padding-top: 4px;
      padding-bottom: 4px;
      width: 32px;
      font-size: 10px;
    }
  }
  .Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Input {
      margin-left: 0;
      margin-top: 18px;
      height: 40px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Textarea {
      margin-top: 18px;
      margin-left: 0;
      height: 200px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Btn {
    border-radius: 6px;
    /* text-decoration: none; */
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #bfd04d;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-color: #bfd04d;
  }
  @media screen and (max-width: 480px) {
    .Form-Btn {
      margin-top: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 160px;
      font-size: 16px;
    }
  }


  .Form-Btn:hover {background: #e6cb5b;}

  .contacthi {
  margin: -40px 40px 10px 10px;
  }

  .pc_only  {
  position: relative;
  top: 843px;
  left: 29%;
  }


.title_area {
      text-align: center;
      font-size: 30px;
      margin-top: 50px;
      padding: 30px;
      font-weight: 600;
      padding-bottom: 30px;
      font-family: 'Noto Sans JP';
  }


  /* ===============================================
  // プラーナ追加
  =============================================== */

  .p-text {
      font-size: 16px;
      text-align: justify;
      line-height: 1.8;
      padding: 5px;
      color: #333;
  }

  .pp-text {
    font-size: 16px;
    text-align: justify;
    line-height: 1.8;
    padding: 15px;
    background: #fffcf0;
    color: #333;
}



  .g-text {
      width: 100%;
      font-size: 16px;
      text-align: justify;
      line-height: 1.8;
      margin-bottom: 100px;
      color: #333;
  }

  .a-text {
    text-align: center;
    font-size: 2em;
    margin: 30px;
    font-family: 'Noto Serif JP', serif;
}

.bold-text {
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  margin: 30px;
  line-height: 1.8;
  font-family: 'Noto Serif JP', serif;
}


.b-text {
  font-size: 1.1em;
    margin: 30px;
    text-align: justify;
    line-height: 1.8;
    padding: 5px;
}

.c-text {
  font-size: 1.5em;
    margin: 15px;
    text-align: justify;
    line-height: 1.8;
    padding: 5px;
}

.d-text {
  font-size: 1.1em;
  color: white;
    margin: 15px;
    text-align: justify;
    line-height: 1.8;
    padding: 5px;
    width: auto;
    display: inline-block;
    background-color: #333;
    border: none;

}

.f-text {
  font-size: 1.1em;
  color: black;
    margin: 15px;
    text-align: justify;
    line-height: 1.8;
    padding: 5px;
    width: auto;
    display: inline-block;
    background-color: #efeeee;
    border: none;
    border-radius: 1px 10px 1px 10px;
}



.text-boder{
  width: 100%;
      padding: 15px;
      border: 1px solid #FE8000;
      border-radius: 6px;
      margin-bottom: 25px;
      position: relative;

}

@media screen and (max-width: 480px) {
.text-boder{
  width: 90%;
      padding: 15px;
      border: 1px solid #FE8000;
      border-radius: 6px;
      margin-bottom: 25px;
      position: relative;

}
}


@media screen and (max-width: 750px) and (min-width: 481px)  {
  .text-boder{
    width: 95%;
        padding: 15px;
        border: 1px solid #FE8000;
        border-radius: 6px;
        margin-bottom: 25px;
        position: relative;


}
}


.about-text {
  padding: 5px;
      color: #d6b014;

}

.about-text::before {
  content: "";
    background: url(https://no-vus.jp/prana/images/check.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin: 0 10px 3px 0;

}

@media screen and (max-width: 750px) and (min-width: 330px)  {

.bold-text {
  text-align: center;
  font-size: 2.5em;
  font-weight: 800;
  margin: 30px;
  line-height: 1.8;
  font-family: 'Noto Serif JP', serif;
}
}

@media screen and (max-width: 750px) and (max-width: 480px)  {
.b-text {
  font-size: 2em;
    margin: 30px;
    text-align: justify;
    line-height: 1.8;
    padding: 5px;
}
}

@media screen and (max-width: 750px) and (max-width: 480px)  {
.c-text {
  font-size: 1.8em;
    margin: 15px;
    text-align: justify;
    line-height: 1.8;
    padding: 5px;
}
}






/* ===============================================
// Footer
=============================================== */


.page-footer {
  text-align: center;
      background: #755b2a;
      height: auto;
      margin-bottom: 75px;
}

   .page-footer .copyright {
    color: white;
    line-height: 1.8;
    padding: 15px 0;

     }
 }


 #footer_fixed_bnr, #footer_spacer {
     display: block;
 }
 #footer_fixed_bnr {
        /* padding: 10px 3.5%; */
     width: 100%;
     position: fixed;
     bottom: 10px;
 }


 #footer_fixed_bnr a.fixed_btn01 {
     float: left;
     background-color: #e66076;
     margin-left: 10px;

 }
 @media screen and (max-width: 640px)
 #footer_fixed_bnr a {
     background-size: 4px 8px !important;
     padding: 10px 13px 10px 7px;
     width: calc(49% - 24px);
     width: -webkit-calc(49% - 24px);
 }
 #footer_fixed_bnr a {
     display: block;
     background: url(https://cara-club.com/lib/cmn_img/arrow_02_white_right.png) 97% center no-repeat #FFF;
     background-size: 6px 10px !important;
     padding: 15px 0;
     text-align: center;
     font-weight: bold;
     color: #FFF;
     border-radius: 5px;
     width: calc(48% - 4px);
     width: -webkit-calc(48% - 4px);
 }
 a:link {
     color: #333;
     text-decoration: none;
     outline: none;
 }


 @media screen and (max-width: 640px)
 #footer_fixed_bnr a.fixed_btn01 img {
     width: 22px;
     margin-right: 1px;
 }
 #footer_fixed_bnr a img {
     width: 35px;
     margin-right: 0.5em;
     vertical-align: middle;
     display: inline-block;
 }


 #footer_fixed_bnr a .info {
     display: inline-block;
     text-align: left;
     vertical-align: middle;
 }


 media screen and (max-width: 640px)
 #footer_fixed_bnr a .title {
     font-size: 1em;
 }
 #footer_fixed_bnr a .title {
     font-size: 1.3em;
     line-height: 1.1em;
 }

 #footer_fixed_bnr a.fixed_btn02 {
     float: right;
     background-color: #1fafb4;
     height: 27px;
     margin-right: 10px;

 }
 @media screen and (max-width: 640px)
 #footer_fixed_bnr a {
     background-size: 4px 8px !important;
     padding: 10px 13px 10px 7px;
     width: calc(49% - 24px);
     width: -webkit-calc(49% - 24px);
 }
 #footer_fixed_bnr a {
     display: block;
     background: url(https://cara-club.com/lib/cmn_img/arrow_02_white_right.png) 97% center no-repeat #FFF;
     background-size: 6px 10px !important;
     padding: 15px 0;
     text-align: center;
     font-weight: bold;
     color: #FFF;
     border-radius: 5px;
     width: calc(48% - 4px);
     width: -webkit-calc(48% - 4px);
 }


 a:link {
     color: #333;
     text-decoration: none;
     outline: none;

 @media screen and (max-width: 640px)
 #footer_fixed_bnr a.fixed_btn02 img {
     width: 19px;
     margin-right: 1px;
 }
 #footer_fixed_bnr a img {
     width: 35px;
     margin-right: 0.5em;
     vertical-align: middle;
     display: inline-block;
 }

 #footer_fixed_bnr a .info {
     display: inline-block;
     text-align: left;
     vertical-align: middle;
 }

 @media screen and (max-width: 640px)
 #footer_fixed_bnr a .title {
     font-size: 1em;
 }
 #footer_fixed_bnr a .title {
     font-size: 1.3em;
     line-height: 1.1em;
 }
