@charset "utf-8";


#sp-nav {
    display: none;
}
/*====================================
    ▼パーツ
====================================*/
p.text {
    line-height: 1.8;
    margin-bottom: 1em;
    font-size: 16px;
    color: #5e4639;
}
img {
    width: 100%;
    height: auto;
}
/*----- 各デバイス 表示&非表示 -----*/
.sp { display: none;}
.pc { display: block;}

/*----- float解除 -----*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/*----- 文字リンク設定 -----*/
a {/*リンクされた文字*/
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #383838;
  font-style: normal;
  text-decoration: none;
}
a:link {/*未訪問のリンク*/
  color: #383838;
  font-style: normal;
  text-decoration: none;
}
a:visited {/*訪問後のリンク*/
  color: #383838;
  text-decoration: none;
}
a:hover {/*マウスをのせたとき*/
  color: #383838;
  font-style: normal;
  text-decoration: underline;
}
a:active {/*クリック中*/
  text-decoration: none;
}

/*----- リンク設定 -----*/
.fade:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: 0.5s;
}
/*----- 動画サイズ調整 -----*/
.movie-box {
    position: relative;
    padding-bottom: 52%;
    margin: 0 3%;
}

.movie-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*----- フローティングバナー -----*/
#sp-fttap {
    display: none;
}
/*----- main-bnr -----*/
.main-bnr ul li {
  margin-bottom: 15px;
}
/*----- line-height -----*/
.lihe0 { line-height: 0;}
/*----- margin -----*/
.cn-mp { margin-bottom: 15px;}

.mb10p { margin-bottom: 10px;}
.mb15p { margin-bottom: 15px;}
.mb20p { margin-bottom: 20px;}
.mb25p { margin-bottom: 25px;}
.mb30p { margin-bottom: 30px;}
.mb35p { margin-bottom: 35px;}
.mb40p { margin-bottom: 40px;}
.mb45p { margin-bottom: 45px;}
.mb50p { margin-bottom: 50px;}
/*----- site-width -----*/
.cn-w {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2%;
}
/*====================================
    ▼自律神経LP
====================================*/
html {
    background-color: #faf3e7;
}
/*===== header =====*/
header {
}
header h1 {
    width: 229px;
    float: left;
}
header .tel {
    width: 229px;
    float: right;
}
header #visual {
    width: 100%;
/*    max-width: 1200px;*/
    margin: 0 auto;
    padding: 0;
}
/*===== #content =====*/
#content {
}

/*----- #top-bnr -----*/
#top-bnr {
background: #fefcec; /* Old browsers */
background: -moz-linear-gradient(top,  #fefcec 0%, #faf0bd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fefcec 0%,#faf0bd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fefcec 0%,#faf0bd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcec', endColorstr='#faf0bd',GradientType=0 ); /* IE6-9 */
    padding: 20px 0;
}

/*----- #nayami -----*/
#nayami {
    padding-bottom: 20px;
}
#nayami ul.link {
}
#nayami ul.link li {
    width: 32%;
    float: left;
    margin: 0 2% 10px 0;
}
#nayami ul.link li.n2 {
}
#nayami ul.link li.n3 {
    margin-right: 0;
}
#nayami ul.check {
    padding: 15px 2% 0;
    line-height: 1.4;
    background: url(../img/common/bg-memo.jpg) repeat top left;
    border: 3px solid #ffb30e;
    border-radius: 5px;
}
#nayami ul.check li {
    width: 100%;
    background: url(../img/common/icon-check.png) no-repeat top left;
    font-size: 17px;
    padding: 0 0 5px 35px;
    border-bottom: 1px dotted #333333;
    margin-bottom: 12px;
}

/*----- #midare -----*/
#midare {
    background: url(../img/jiritu/bg01.jpg) repeat center top;
    padding: 20px 0;
}
#midare .midare-box {
    padding-top: 15px;
    background: url(../img/jiritu/bg-memo01.jpg) repeat center top;
    padding-bottom: 10px;
    width: 96%;
    margin-bottom: 20px;
}
#midare .midare-box h2.midare-hx {
    max-width: 570px;
    margin: 0 auto 20px;
}
#midare .midare-box h2.sr-hx {
    max-width: 570px;
    margin: 0 auto 20px;
}
#midare .midare-box .text-box {
    width: 90%;
    margin: 0 auto;
}
#midare .midare-box .text-box h3 {
    font-size: 20px;
    font-weight: bold;
    color: #5e4639;
    border-bottom: 1px dashed #5e4639;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

/*----- #point -----*/
#point {
    padding: 20px 2%;
}
#point .box {
    margin-bottom: 25px;
}
#point .box h3 {
    width: 47%;
    float: left;
    margin-bottom: 15px;
}
#point .box .img {
    width: 48%;
    float: right;
}
#point .box .text {
    width: 47%;
    float: left;
    font-size: 14px;
}

/*----- #voice-jititu -----*/
#voice-jititu {
}
#voice-jititu .box {
    background-color: #fef7e6;
    border: 5px solid #fdcd5f;
    padding: 3%;
    margin-bottom: 20px;
}
#voice-jititu .box h3 {
    width: 63%;
    float: right;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: #63351a;
    padding-bottom: 5px;
    border-bottom: 1px dashed #aa9284;
}
#voice-jititu .box .img {
    width: 35%;
    float: left;
    background-color: #aa9284;
    padding: 1%;
}
#voice-jititu .box .text-box {
    width: 63%;
    float: right;
}
#voice-jititu .box .text-box .text {
}
#voice-jititu .box .text-box .etc {
    font-weight: bold;
    font-size: 13px;
    color: #5f473a;
}

/*----- #faq -----*/
#faq {
}
#faq dl {
    line-height: 1.4;
    font-size: 16px;
    color: #5e4639;
    background-color: #fff;
    margin-bottom: 15px;
    border-top: 1px solid #5e4639;
    border-bottom: 1px solid #5e4639;
}
#faq dl dt {
    background: #fde7ad url(../img/jiritu/icon-q.png) no-repeat 10px;
    padding: 18px 2% 17px 62px;
    font-size: 18px;
    font-weight: bold;
}
#faq dl dd {
    background: url(../img/jiritu/icon-a.png) no-repeat 10px;
    padding: 18px 2% 17px 62px;
}

/*----- #aisatu -----*/
#aisatu {
    padding: 20px 2%;
}
#aisatu .box {
}
#aisatu .box h3 {
    width: 50%;
    float: right;
    margin-bottom: 15px;
}
#aisatu .box .img {
    width: 44%;
    float: left;
}
#aisatu .box .text {
    width: 50%;
    float: right;
}
#aisatu .box .text span {
    display: block;
    text-align: right;
    font-weight: bold;
    margin-top: 5px;
}

/*----- .bnr-link -----*/
.bnr-link {
    margin-bottom: 25px;
}
.bnr-link .bnr-tel {
    max-width: 716px;
    margin: 0 auto 15px;
}

/*----- #guide -----*/
#guide {
    background-color: #e2f0c8;
    padding-top: 25px;
}
#guide .tanpopo {
}
#guide .tanpopo .logo {
    max-width: 506px;
    margin: 0 auto 25px;
}
#guide .tanpopo ul {
    padding-bottom: 25px;
}
#guide .tanpopo ul li {
    width: 49%;
    float: right;
}
#guide .tanpopo ul li.fast {
    float: left;
}
#guide .gmap {
}
#guide .gmap iframe {
    width: 100%;
    height: 450px;
}


/*===== footer =====*/
footer {
}

.pagetop {
    width: 55px;
    position: fixed;
    bottom: 5%;
    right: 8%;
}

footer p.copy {
    text-align: center;
    padding: 14px 0;
    background-color: #fc9f1b;
    color: #ffffff;
    font-size: 16px;
}

footer p.copy a {
    color: #ffffff;
}

/*===============================================
    ■tablet 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
  .sp { display: block;}
  .pc { display: none;}
/*--------------------------------------*/
}

/*===============================================
    ■smart 画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px) {
  header {
    margin-top: 20%;
  }
/*----- フローティングバナー -----*/
  #sp-fttap {
    display: block;
    z-index: 1;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  #sp-fttap ul {
    padding: 2% 1% 1%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #sp-fttap ul li.tap01 {
    width: 49%;
    float: left;
  }
  #sp-fttap ul li.tap02 {
    width: 49%;
    float: right;
  }
/*----- header -----*/
  header h1, header .tel {
    width: 180px;
  }
  header #visual {
    padding: 0;
  }
/*----- #nayami -----*/
  #nayami ul.link li {
    width: 49%;
    margin: 0 0 10px 0;
  }
  #nayami ul.link li.n2 {
    float: right;
  }
/*----- #point -----*/
  #point .box h3 {
    width: 100%;
    float: none;
    max-width: 489px;
  }
  #point .box .img {
    width: 100%;
    float: none;
    max-width: 489px;
    margin-bottom: 10px;
  }
  #point .box .text {
    width: 100%;
    float: none;
  }
/*----- #voice-jititu -----*/
  #voice-jititu .box h3 {
    width: 100%;
    float: none;
  }
  #voice-jititu .box .img {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  #voice-jititu .box .text-box {
    width: 100%;
    float: none;
  }
/*----- #aisatu -----*/
  #aisatu .box h3 {
    width: 100%;
    float: none;
    max-width: 506px;
  }
  #aisatu .box .img {
    width: 100%;
    float: none;
    max-width: 446px;
    margin: 0 auto 10px;
  }
  #aisatu .box .text {
    width: 100%;
    float: none;
  }
/*----- #guide -----*/
  #guide .tanpopo ul li {
    width: 100%;
    float: none;
    max-width: 483px;
    margin: 0 auto 15px;
  }
  #guide .tanpopo ul li.fast {
    float: none;
  }
  #pc-nav, header h1.logo, header p.tel {
    display: none;
  }
  #sp-nav {
    display: block;
    z-index: 1;
    position: fixed;
    top: 0;
    width: 100%;
  }
  #sp-nav ul#sp-nav-btn  {
    background-color: #ffffff;
    background-color: #ffefb3;
    border-bottom: 2px solid #fc9f1b;
  }
  #sp-nav ul#sp-nav-btn li {
    width: 16.5%;
    float: left;
  }
  #sp-nav ul#sp-nav-btn li a {
    padding: 5% 15%;
    display: block;
  }
  #sp-nav ul#sp-nav-btn li img {
    width: 100%;
    max-width: 121px;
  }
  #sp-nav ul#sp-nav-btn .menu-button {
    padding: 1% 2.5%;
    display: block;
  }
  #sp-nav ul#sp-nav-btn .menu-button .touch-button {
    display: none;
  }
}