@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* リセットCSS終わり */

/* トップページ */
body {
    background: #e8c9d8;
    font-size: 87.5%;
    /*
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    */
    font-family: Arial, Roboto, "Droid Sans", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height:1.5;
}

dt {
    font-weight: bold;
}

img {
    vertical-align: bottom;
}

strong {
    font-weight: bold;
}

table {
    width: 100%;
}

a {
    display: block;
    color: #fff;
    text-decoration: none;
}

a:hover img {
    opacity: 0.8;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.over {
    overflow: hidden;
}

.box2{
    width: 50%;
    float: left;
}
.box3{
    width: 33%;
    float: left;
}

.box4{
    width: 25%;
    float: left;
}

.box5 {
    width: 20%;
    float: left;
}

.wrapper {
    width: 900px;
    margin: 0 auto;
}

.inner {
    width: 900px;
    margin: 0 auto;
}

header {
    background: #663333;
    padding: 5px 0 5px 10px;
    margin-top: 10px;
    overflow: hidden;
}

header h1 {
    width: 175px;
    float: left;
}

header .l_contactInfo {
    color: #fff;
    float: right;
    padding-top: 30px;
    padding-right: 10px;
}

header .l_contactInfo p {
    line-height: 1.2;
}

header .l_contactInfo span.l_phone {
    font-size: 250%;
}

header .l_contactInfo span.l_phone img {
    vertical-align: middle;
}

header .l_contactInfo span img {
    padding-right: 10px;
}

.contact1 {
    margin: 30px 0;
    padding: 10px;
    background: url(images/l_contact1bg.png);
}

ul.l_conImg {
    overflow: hidden;
    padding: 10px;
    border: 1px solid #e8c9d8;
    box-sizing:border-box;
}

.contact1 ul.l_conImg li {
    float: left;
    width: 33%;
    text-align: center;
}

.contact1 ul.l_conImg li:nth-of-type(2) {
    padding: 2.5em 0 0;
}
.contact1 ul.l_conImg li:nth-of-type(3) {
    padding: 3.5em 0 0;
}

ul.l_conImg li p {
    font-size:87.5%;
    margin-top: 20px;
}

ul.l_conImg li img {
    display: block;
    margin: 0 auto;
}

ul.l_conImg li:last-child img {
    margin-bottom: 15px;
}

/* セルフ腸セラピーとは */

.lp_box.therapy {
    background: url(images/lth_lpboxBgmiddle.png) repeat-y;
    margin: 30px 0;
}

.lp_box-wrapper.therapy {
    background: url(images/lth_lpboxBgbottom.png) no-repeat 0 bottom;
}

.lp_box-inner.therapy {
    background: url(images/lth_lpboxBgtop.png) no-repeat 0 top;
    overflow: hidden;
    padding: 30px;
}

.lp_box {
    background: url(images/l_lpboxBgmiddle.png) repeat-y;
    margin: 55px 0;

}

.lp_box-wrapper{
    background: url(images/l_lpboxBgbottom.png) no-repeat 0 bottom;
}

.lp_box-inner {
    background: url(images/l_lpboxBgtop.png) no-repeat 0 top;
    position: relative;
    padding: 50px 30px;
    padding-top: 70px;
}

.lp_box-inner h2 {
    position: absolute;
    left:-25px;
    top:-25px;
}

.lp_box.therapy img {
    display: block;
    margin: 0 auto;
}

p.catch {
    margin: 20px 0;
}

p.th_pb {
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    line-height: 1.5;
}

span.red {
    color: #e73828;
}

/* 腸が元気だとどんな良いことがあるの？ */

.lp1_con {
    width: 50%;

}

.lp1_con.right {
    background: url(images/l_iikoto2.png) no-repeat right bottom;
}

.lp1_con dt {
    margin: 10px 0;
    border-left: 5px solid #cccccc;
    padding-left: 10px;
}

.lp1_con dt.merit1 {
    border-color:#988abe;
}

.lp1_con dt.merit2 {
    border-color:#e8907a;
}

.lp1_con dt.merit3 {
    border-color:#881f41;
}

.lp1_con dt.merit4 {
    border-color:#aad258;
}

.lp1_con dt.merit5 {
    border-color:#96b3dc;
}

.lp1_con dd {
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 3px;
}

.contact2 {
    margin: 30px 0;
    padding: 10px;
    background: url(images/l_contactbg2.png);
}

.contact2 ul.l_conImg li {
    float: left;
    width: 33%;
    text-align: center;
}

/* セラピー講座のポイント */
.lp2_con ul {
    overflow: hidden;
}

.lp2_con ul li {
    width: 25%;
    float: left;
}

/* セラピー講座のコースご紹介 */
.movie {
    max-width: 484px;
    padding: 68px 0;
    margin: 0 auto;
    background: url(images/l_introbg1.png) no-repeat;
}

.movie p {
    font-size:75%;
}

.taiken {
    position: relative;
    max-width: 810px;
    margin: 50px auto 30px auto;
    background: #f0f1e6;
    border:1px solid #9e9e9f;
    box-sizing:border-box;
    padding: 20px 75px;
}

.introBox {
    padding-top: 40px;
}

.taiken h3 {
    position: absolute;
    left:60px;
    /*top:-30px;*/
    top:-36px;
}

.taikenList {
    font-size:87.5%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.taiken1 {
    padding: 20px 5px;
    border:1px solid #82882c;
    background: #cdcfab;
    box-sizing:border-box;
}

.taiken1 ul li {
    padding-left: 15px;
    background: url(images/daiya1.png) no-repeat left center;
}

.taiken2 {
    padding: 0 4px;
    box-sizing:border-box;
}

.taiken2 strong {
    display: block;
    font-size:125%;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #82882c;
}

.taiken3 table {
    border:1px solid #82882c;
    box-sizing:border-box;
}

.taiken3 table th {
    background: #82882c;
    color: #fff;
    padding: 4px;
}

.taiken3 table td {
    padding-left: 10px;
    background: #cdcfab;
}

.taiken3 table td.free {
    font-size: 155%;
    font-weight: bold;
    color: #e73828;
}

.taiken4 {
    padding-left: 10px;
    box-sizing:border-box;
}

.taikenPhoto {
    max-width: 800px;
    margin: 0 auto;
}

.taikenPhoto img {
    display: block;
    margin: 0 auto;
}

.taiken.beginner {
    border: 1px solid #9e9e9f;
    background: #ebf5f0;
    padding: 20px 50px;
}

.beginTop {
    padding-bottom: 20px;
    border-bottom: 1px solid #9E9E9F;
}

.beginTop h4.basic {
    margin-top: 15px;
}

.beginTop h4.advance {
    margin-top: 5px;
}

.beginRight {
    background: #008242;
    color: #fff;
    padding: 5px 20px;
    box-sizing:border-box;
}

.small {
    font-size: 65%;
}

.beginner .taikenList .taiken1 {
    background: #CCE6D9;
}

.beginner .taikenList .taiken1 ul li {
    background: url(images/daiya2.png) no-repeat left center;
}

.taiken2 ul {
    overflow: hidden;
}

.taiken2 p.zagaku {
    width: 100%;
    text-align: center;
    line-height: 1.75;
    font-size: 1.1em;
    letter-spacing: 1.5px;
}
.taiken2 ul li {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 1.75;
    font-size: 1.1em;
    letter-spacing: 1.5px;
}

.beginner .taiken3 table {
    border:1px solid #9E9E9F;
}

.beginner .taiken3 table th {
    background: #008242;
}

.beginner .taiken3 table td {
    background: #CCE6D9;
}

.beginBottom ul li {
    /*float: left;*/
}

.beginBottom ul li:first-child {
    padding-right: 3px;
    text-align:center;
}

.taiken.tyukyu {
    border: 1px solid #9E9E9F;
    background: #E9DDDF;
    padding: 20px 50px;
}

.tyukyuRight {
    background: #803958;
    color: #fff;
    padding: 5px 20px;
    box-sizing:border-box;
}

.tyukyu .taikenList .taiken1 {
    border:1px solid #9E9E9F;
    background: #C7AAB0;
}

.tyukyu .taikenList .taiken1 ul li {
    background:url(images/daiya3.png) no-repeat left center;
}

.tyukyu .taikenList .taiken3 table {
    border: 1px solid #9E9E9F;
}

.tyukyu .taikenList .taiken3 table th {
    background: #803958;
}

.tyukyu .taikenList .taiken3 table td {
    background: #C7AAB0;
}

/* 流れ */
.flow_con {
    padding: 55px 0 30px;
}
.flowLeft {
    width: 25%;
    float: left;
}

.flowLeft img {
    display: block;
    margin: 0 auto;
}
.flowRight {
    width: 75%;
    float: right;
}

.flowBox {
    font-size:87.5%;
    border: 2px dotted #653232;
    background: #E8C9D8;
    position: relative;
    padding: 20px;
    margin-bottom: 50px;
}

.flowBox.last {
    margin-bottom: 20px;
}

.flowBox h4 {
    position: absolute;
    left:-30px;
    top:-25px;
}

.flowImg {
    position: absolute;
    right:20px;
    top:-35px;
}

.flowImg3 {
    position: absolute;
    right: 10px;
    top:-35px;
}

.flowBottom img {
    margin: 0 auto;
    display: block;
}

/* 講座をうけるとこんなことができるようになりました */
ul.dekiruList li {
    float: left;
    width: 20%;
    margin-bottom: 20px;
}

/* 受講者の声 */
ul.voiceList {
    max-width: 750px;
    margin: 0 auto;
}
ul.voiceList li{
  width: 365px;
  height: 300px;
  background: url(images/l_voiceBg.png) no-repeat;
  margin-bottom: 20px;
  padding: 20px;
  padding-left: 30px;
  box-sizing:border-box;
}

ul.voiceList li:nth-child(2n-1) {
    float: left;
}

ul.voiceList li:nth-child(2n) {
    float: right;
}

ul.voiceList li p {
    font-size: 87.5%;
    padding-top: 30px;
}

.voiceTop {
    color: #881F41;
}

.voiceLeft {
    width: 120px;
    float: left;
}

.voiceLeft span {
    font-size:110%;
    font-weight: bold;
    display: block;
    text-align: center;
}

.voiceRight {
    width: 190px;
    float: right;
    margin-top: 50px;
    font-weight: bold;
    font-size: 92%;
}

/* スクールへのアクセス */
.access_con {
    max-width: 700px;
    margin: 0 auto;
}

.access_con h3 {
    font-size: 150%;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #9E9E9F;
    margin-bottom: 30px;
    color: #653232;
}

.access_b {
    width: 700px;
    height: 145px;
    padding: 40px 50px;
    box-sizing:border-box;
    background: url(images/l_accessbg.png) no-repeat;
}

/* まずは無料スクール体験から! */
.sc_taiken h2 {
    width: 935px;
    margin: 0 auto 30px;
}

/* グーグルマップ */
.ggmap {
margin-top:30px;
clear:both;
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ストアカ */
.sutoaka_attention {
    text-align: center;
    color: #e73828;
    font-size: 1.2rem;
}
.sutoaka {
    background: #fff;
    padding: 1em !important;
    text-align: center;
}
.sutoaka img {
    max-width: 100%;
    height: auto;
}
.sutoaka .sutoaka_txt {
    margin: 1em auto;
}
.sutoaka .sutoaka_txt img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 1em;
}
.sutoaka .sutoaka_txt p {
    display: inline-block;
    line-height: 2;
}
.sutoaka a:last-child {
    line-height: 36px;
    height: 36px;
    color: #fff;
    background-color: #02c39a;
    background: linear-gradient(90deg, #02C39A 0%, #00CFB4 100%);
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    text-decoration: none;
    width: 200px;
}
.contact2 ul.l_conImg li:nth-of-type(2) {
    padding: 2.5em 0 0;
}
.contact2 ul.l_conImg li:nth-of-type(3) {
    padding: 3.5em 0 0;
}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){

}

/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    img {
        max-width: 100%;
        display: block;
    }
    .wrapper,.inner {
        width: 100%;
        padding:0 5px;
        box-sizing:border-box;
    }

    .left {
        float: none;
    }

    .right {
        float: none;
    }

    .box2,.box4 {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .box4 {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    header h1 {
        float: none;
        margin: 0 auto;
    }

    header .l_contactInfo span.l_phone img {
        display: inline;
    }

    header .l_contactInfo {
        float: none;
        padding:20px 0;
        margin: 0 auto;
        text-align: center;
    }

    .contact1 ul.l_conImg li {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .lp_box.therapy {
       background: -webkit-gradient(linear, left top, left bottom, color-stop(0.51, #fff), color-stop(0.00, #f2e9d1));
background: -webkit-linear-gradient(top, #f2e9d1 0%, #fff 51%);
background: -moz-linear-gradient(top, #f2e9d1 0%, #fff 51%);
background: -o-linear-gradient(top, #f2e9d1 0%, #fff 51%);
background: -ms-linear-gradient(top, #f2e9d1 0%, #fff 51%);
background: linear-gradient(to bottom, #f2e9d1 0%, #fff 51%);

    }

    .lp_box-wrapper.therapy {
        background: none;
    }

    .lp_box-inner.therapy {
        background: none;
        padding: 15px;
    }

    .lp_box-inner {
        padding: 15px;
    }

    p.th_pb {
        font-size: 150%;
    }

    /* 腸が元気だとどんな良いことがあるの? */
    .lp_box-inner h2 {
    position: static;
    }

    .lp_box {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.51, #fff), color-stop(0.00, #f2e9d1));
background: -webkit-linear-gradient(top, #f2e9d1 0%, #fff 51%);
background: -moz-linear-gradient(top, #f2e9d1 0%, #fff 51%);
background: -o-linear-gradient(top, #f2e9d1 0%, #fff 51%);
background: -ms-linear-gradient(top, #f2e9d1 0%, #fff 51%);
background: linear-gradient(to bottom, #f2e9d1 0%, #fff 51%);
    }

    .lp_box-wrapper {
        background: none;
    }

    .lp_box-inner {
        background: none;
    }

    .lp1_con {
        width: 100%;
    }

    .lp1_con.right {
        background: none;
    }

    .contact2 ul.l_conImg li {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    /* セラピー講座のポイント */
    .lp2_con ul li {
        width: 50%;
        margin-bottom: 20px;
    }

    /* コースご紹介 */
    .movie {
        background: none;
        padding: 20px 0;
    }

    .youtube iframe {
        width: 100%;
    }

    .taiken h3 {
        position: static;
        margin-bottom: 20px;
    }

    .taiken h3 img{
        margin: 0 auto;
        text-align: center;
    }

    .introBox {
        padding-top:0;
    }

    .taiken {
        padding:10px;
    }

    .taikenList {
        font-size: 87.5%;
    }

    .taiken1,.taiken2,.taiken3,.taiken4 {
        margin-bottom: 20px;
    }
    .taiken4 {
        padding-left: 0;
    }

    .taiken4 img {
        text-align: center;
        margin: 0 auto;
    }

    .taiken.beginner {
        padding: 10px;
    }

    .beginTop h4.basic {
        margin-top: 0;
    }

    .beginTop h4.basic img {
        margin: 0 auto;
    }

    .beginTop {
        border: none;
        padding-bottom: 0;
    }

    .taiken.beginner .taiken3.box4,.taiken.beginner .taiken4.box4 {
        width: 50%;
        float: left;
    }

    .beginBottom ul li {
        float: none;
    }

    .beginBottom ul li img {
        margin: 0 auto 20px;
    }

    .beginTop h4.advance {
        margin-top: 0;
    }

    .beginTop h4.advance img {
        margin: 0 auto;
    }

    .taiken.tyukyu {
        padding: 10px;
    }

    .taiken.tyukyu .taiken3.box4,.taiken.tyukyu .taiken4.box4 {
        width: 50%;
        float: left;
    }

    /* 講座の流れ */
    .flowLeft {
        display: none;
    }

    .flowRight {
        width: 100%;
        float: none;
    }

     .flowBox {
        margin-bottom: 30px;
     }

    .flowBox h4 {
        position: static;
    }

    .flow_con {
        padding: 20px 0;
    }

    .flowImg {
        position: static;
        margin-bottom: 20px;
    }

    .flowImg img {
        margin: 0 auto;
        max-height: 100px;
    }

    .flowImg3 {
        position: static;
        margin-bottom: 20px;
    }

    .flowImg3 img {
        margin: 0 auto;
        max-height: 100px;
    }

    /* こんなことができるようになりました */
    ul.dekiruList li {
        width: 50%;
        box-sizing:border-box;
    }

    ul.dekiruList li:nth-child(2n-1) {
        padding-right: 5px;
    }

    ul.dekiruList li:nth-child(2n) {
        padding-left: 5px;
    }

    /* 受講者の声 */
    ul.voiceList li {
        width: 100%;
        height: auto;
        background-image:none;
        background-color: #e0bacd;
        padding: 10px;
    }

    .voiceLeft {
      float: none;
      width: 100%;
    }

    .voiceLeft img {
        margin: 0 auto;
    }

    .voiceRight {
        width: 100%;
        float: none;
        margin:20px 0;
        text-align: center;
    }

    ul.voiceList li p {
        padding-top: 0;
    }

    .access_b {
        width: 100%;
        height: auto;
        padding: 10px;
        margin-top: 15px;
        background-image:none;
        background-color: #e9deba;
    }

    /* スクール体験 */
    .sc_taiken h2{
        width: 100%;
    }
    .contact2 ul.l_conImg li:nth-of-type(2) {
        padding: 0;
    }
    .contact2 ul.l_conImg li:nth-of-type(3) {
        padding: 0;
    }

}

/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px){

}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){

}