@charset "utf-8";
/* CSS Document */

body {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin: 0;
    padding: 0;
    color: #865431;
    width: 100%;
}
.container {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}
img {
    outline: none;
    border-style: none;
}
a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: underline;
}
a:visited {
    color: orangered;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    color: orangered;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*****HEADER*****/
header {
    width: 100%;
    margin: -15px auto 0 auto;
    font-size: 1.0em;
    line-height: 1.2em;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
}
header .inner {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 50px;
}

header .inner:after {
    content: "";
    clear: both;
    display: block;
}

header .inner h1 {
    display: none;
}
header .inner img {
    width: 240px;
    height: auto;
    margin: 6px 7px 7px 7px;
    float: left;
}

/*****NAV*****/

#global-nav {
    margin: 15px 10px 0 0;
    font-size: 1.0em;
    width: 66%;
    float: right;
    text-align: right;
}
#global-nav ul {
    width: 100%;
}
#global-nav li {
    display: inline;
    font-size: 1.0em;
    letter-spacing: 0px;
    font-weight: 400;
    border-left: 1px solid #999;
    color: #313131;
    cursor: pointer;
    text-align: center;
    padding: 0 10px 0 15px;
    width: 100%;
    
}
#global-nav li:last-child {
    border-right: 1px solid #999;
}

#global-nav li a {
    text-decoration: none;
    color: #313131;
}
#global-nav li:hover {
    color: #fff;
    text-decoration: underline;
}
#global-nav:after {
    clear: both;
}


/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 30px;
    height: 36px;
    cursor: pointer;
    z-index: 4;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 10px;
}
#nav-toggle span:nth-child(3) {
    top: 20px;
}


/*****BRANDING*****/
#branding {
    max-width: 980px;
    width: 100%;
    margin: 0 auto 0 auto;
    font-size: 0;
    text-align: center;
    z-index: 1;
}

#branding:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#branding > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

#branding2 {
    max-width: 980px;
    width: 100%;
    height: 150px;
    margin: 15px auto 15px auto;
    background-image: url('../images/pageHeader01_2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover; 
   
}



.clearfix {
    clear: both;
    overflow:hidden;
    position: static;
}


/*****ARTICLE*****/

section {
    width: 100%;
}

.about {
    display: block;
    max-width: 980px;
    width:calc(100% - 30px) ;
    margin: 0 auto 0 auto;
    padding: 0 0 15px 0 ;
    overflow: hidden;
    text-align: center;
}
.bgAbout {
    background-color: #fef3f1;
}
section .about h2 {
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding: 25px 0 10px 0 ;
    font-family:'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'Yu Gothic Medium', Meiryo, sans-serif;
}
.textOrange {
    color: #e67b13;
}

.textVioret {
    color: #D69DD2;
}

.textWhite {
    color: #ffffff;
}

.textPink {
    color: #db6a6e;
}
.textBrown {
    color: #865431;
}

section .about h3 {
    font-size: 1.1em;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    padding: 15px 0 10px 0 ;
}
p.catch {
    text-align: center;
    vertical-align: middle;
    padding: 0 0 15px 0 ;
    font-weight: 600;
}
.about img.line {
    width: auto;
    height: auto;
    max-width: 70%;
    max-height: 100%;
    vertical-align: middle;
    padding: 0 0 0 0;
    margin:  15px auto;
}
.aboutCont {
    width:calc(100% - 30px) ;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background: white url(../images/aboutImage02.jpg) no-repeat bottom right;
    background-size: 230px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

}
.aboutCont > img {
    float: left;
    width: auto;
    height: auto;
    max-width: 37%;
    max-height: 100%;
    vertical-align: middle;
    padding: 0 0 0 0;
    margin: 2% 2% 2% 0%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
ul.aboutContList {
    float: right;
    font-size: 1.0em;
    line-height: 1.3em;
    text-align: left;
    width: 61%;
    margin: 2% 0 2% 0;
}
.aboutCont ul li {
    display: block;
    padding: 0 0 10px 25px;
    list-style-position: inside;
    background: url(../images/arrow01.png) left 0px top 0px no-repeat;
    background-size: 16px auto;
}
.aboutCont ul li:nth-child(2n) {
    color: #db6a6e;
}


.lessonCont {
    width:calc(100% - 30px) ;
    max-width: 950px;
    margin: 0 auto 15px auto;
    }
.lesson {
    display: inline;
    float: left;
    padding: 1.3%;
    margin: 15px 1.5% 0 0;
    width: 32.3%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: white;
    text-align: center;
    font-size: 1.0em;
    line-height: 1.4em;
    box-sizing:border-box;
}
.lesson p {
    margin-top: 3%;
    text-align: left;
}

.lesson:last-child {
    margin: 15px 0 0 0;
}
.lesson img {
    width: auto;
    height: auto;
    max-width: 92%;
    max-height: 100%;
    vertical-align: middle;
    margin: 0 auto;
    padding: 5px 0 0 0;
    border: 0px solid #fff;
}
.second {
    border: 8px solid #f8e5d3;
}
.bgColor {
    background-color: #fef3f1;
}
.bgColorPink2 {
    background-color: #f5969c;
}

.fuchou01 {
    float: left;
    width: 28%;
    margin: 1% 2% 0 0;
}
.fuchou01 img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 100%;
    vertical-align: middle;
    margin: 0 auto;
    padding: 0;
}
.fuchou02 {
    float: right;
    width: 70%;
    margin: 0 0 0 0;
}
.fuchou02 ul {
    
}
.fuchou02 ul li {
    display: inline;
    float: left;
    width: 43.4%;
    padding: 2%;
    border: 1.5px solid #db6a6e;
    margin: 2% 0 0 2%;
    vertical-align: middle;
    font-size: 1.0em;
    line-height: 1.4em;
    text-align: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.fuchou02 ul li:first-child,
.fuchou02 ul li:nth-child(4),
.fuchou02 ul li:nth-child(5),
.fuchou02 ul li:last-child { 
    background-color: #fef3f1;
    }

.bgColorVioret {
    background-color: #f3e3f2;
}
.bgColorBluegreen {
    background-color: #96d1d6;
}

.kokoro {
    width: 100%;
    max-width: 980px;
    margin: 10px auto 0 auto;  
}
.kokoro ul {
    margin: 0 2% 0 2% ;
}
.kokoro ul li {
    display: inline;
    float: left;
    width: 20.3%;
    padding: 1.5% ;
    margin: 0 2% 1% 0;
    vertical-align: middle;
    font-size: 1.0em;
    line-height: 1.4em;
    font-weight: 600;
    color:#865431;
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.kokoro ul li:nth-child(4),
.kokoro ul li:last-child { 
    margin: 0 0 15px 0;
}

p.kokoroBody {
    font-size: 1.1em;
    line-height: 1.5em;
    padding: 0 0 15px 0;
    width: 95%;
    margin: 0 auto;
}

.nagare {
    width: 100%;
    max-width: 980px;
    margin: 10px auto 10px auto; 
    background:
        url(../images/nagareBg01.jpg) right top no-repeat,
        url(../images/nagareBg02.jpg) left bottom no-repeat;
    background-size: 170px, 200px;
}
.nagareBody {
    font-family:'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'Yu Gothic Medium', Meiryo, sans-serif;
    font-size: 1.0em;
    line-height: 1.5em;
    width: 60%;
    margin: 10px auto;
}
.nagareNo {
    float:left;
    padding: 0 0 0 0;
    width: 8%;
}
.nagareNo img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.nagareCopy {
    float:right;
    padding: 0 0 0 0;
    text-align: left;
    width: 89%;
}
footer {
   width:calc(100% - 30px) ;
   text-align: center;
   margin: 0 auto;
   padding: 10px 0;
   font-size: 0.9em;
   line-height: 1.6em;
   font-family:'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'Yu Gothic Medium', Meiryo, sans-serif;
}

footer ul.logo{
    display: inline-block;
    width: 200px;
    float: left;
    text-align: left;
    list-style-type: none;
}
footer ul.logo li{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    
}
footer ul.logo li img{
    float: left;
    width: 200px;
    margin: 0 0 10px 0;
}

footer ul.sitemap {
    float: right;
    font-size: 0.9em;
   line-height: 1.6em;
    width: 200px;
    margin: 0 15px 15px 0;
    text-align: left;
    list-style-type: none;
}
footer ul.sitemap li a{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    cursor: pointer;
}

footer .add {
    width: 100%;
    font-size: 0.8em;
    letter-spacing: 0px;
    text-align: center;
    
}
/* ----- breadcrumb ----- */

.breadcrumb {
	margin:15px auto 0 auto;
    padding: 0 0 0 15px;
    width: 100%;
    max-width: 980px;
    list-style-type: none;
    font-family:font-family:'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'Yu Gothic Medium', Meiryo, sans-serif;
}
.breadcrumb li {
	float: left;
    font-size: 0.9em;
}
.breadcrumb li+ li {
	margin-left: 5px;
	padding-left: 15px;
	background: url(../images/arrow.png) no-repeat left center;
}
.breadcrumb li a {

	color: #000;
	text-decoration: underline;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
.text-c {
    text-align: center;    
}
.text-l {
    text-align: left;    
}
.text-r {
    text-align: right;    
}
#page-top {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 15px;
    background-color: #db6a6e;
    opacity: 0.7;
    border-radius: 50%;
    z-index: 10;
    padding: 5px;
    color: #FFF;
}
#page-top a,
#page-top a:visited,
#page-top a:hover
{
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
}

.page-top-icon {
    color: #FFF;
    font-size: 1.0em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 5px;
}

#faq .inner {
    max-width: 980px;
    width:calc(100% - 30px) ;
    text-align: left;
    margin: 0 auto;
    padding: 10px 0;

    font-family:'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'Yu Gothic Medium', Meiryo, sans-serif; 
}
#faq .inner p.ttl01{
    font-size: 1.0em;
    line-height: 1.6em;
    font-weight: 600;
    padding: 10px 15px;
}
#faq .inner p.body01{
    font-size: 0.9em;
    line-height: 1.6em;
    font-weight: normal;
    padding: 0 15px 10px 15px;
}

.for_pc { display: block !important; }
.for_sp { display: none !important; }


.bannerArea {
    text-align: center;
}
.lineBanner {
    width: 70%;
    max-width: 800px;
    margin: 10px auto;
}
/** レスポンシブ **/


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

.for_pc { display: none !important; }
.for_sp { display: block !important; }

.lineBanner {
    width: 90%;
    max-width: 800px;
}
    
header {
        width: 100%;
    }
#branding {
    max-width: 100%;
    margin: 40px auto 0 auto;
    }
#branding2 {
    height: 110px;
   
}
section#faq {
    margin-top: 55px;
    }
section.about h2 {
    padding: 15px 0 0 0;
    line-height: 1.4em;
    font-size: 1.4em;
    }
p.catch {
    padding: 0 15px 15px 15px ;
    line-height: 1.5em;
    }
.aboutCont {
    width:calc(100% - 30px) ;
    margin: 0 auto 20px auto;
    padding: 0px;
    }
.aboutCont > img {
    float: none;
    max-width: 70%;
    padding: 0;
    margin: 15px auto 15px auto;
    }
.aboutCont ul {
    float: none;
    text-align: left;
    width:calc(100% - 30px) ;
    margin: 0 auto 15px auto;
    }   
 .lessonCont {
    width:calc(100% - 30px) ;
    margin: 0 auto;
    }
.lesson {
    display: block;
    float: none;
    padding: 0px;
    margin: 0 3% 3% 0;
    width: 100%;
    text-align: center;
    }
.bgColor {
    background-color: #f8e5d3;;
    }
.lesson:last-child {
    margin: 0 0 0 0;
    }
.lesson:nth-child(2n) {
    background-color: white;
    }
.lesson img {
    max-width: 80%;
    margin: 10px auto 0 auto;
    }
.lesson p {
    text-align: left;
    padding: 15px;
    } 
    
.fuchou01 {
    float: none;
    width: 100%;
    margin: 20px 0 0 0;
    }
.fuchou01 img {
    max-width: 50%;
    }
.fuchou02 {
    float: none;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
    }
.fuchou02 ul {
    width:calc(100% - 30px) ;
    }
.fuchou02 ul li {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 10px;
    margin: 8px auto;
    }
.sp_br {
    display: none;
    }
.fuchou02 ul li:first-child,
.fuchou02 ul li:nth-child(4),
.fuchou02 ul li:nth-child(5),
.fuchou02 ul li:last-child { 
    background-color: #fff;
    } 
.fuchou02 ul li:nth-child(2n) {
     background-color: #fef3f1;   
    }
    
 .kokoro {
    }
.kokoro ul {
    }
.kokoro ul li {
    display: inline-block;
    float: none;
    width:calc(100% - 30px) ;
    padding: 10px 15px;
    margin: 0 auto 10px auto ;
    color: #865431; 
    }
.kokoro ul li:nth-child(4),
.kokoro ul li:last-child { 
    margin: 0 auto 10px auto ;
    }

p.kokoroBody {
    padding: 0 15px 15px 15px;
    text-align: left;
    }   
    
.nagare {
    background-size: 140px, 180px;
    }
.nagareBody {
    font-family:'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'Yu Gothic Medium', Meiryo, sans-serif;
    font-size: 1.0em;
    line-height: 1.5em;
    width:calc(100% - 30px) ;
    margin: 10px auto;
    }
.nagareNo {
    float: none;
    width: 100%;
    }
.nagareCopy {
    float: none;
    width: 80%;
     margin: 20px auto 0 auto;
    }
footer {
   width:calc(100% - 30px) ;
    }

footer ul.logo{
    display: inline-block;
    width: 100%;
    float: none;
    text-align: center;
    list-style-type: none;
}
footer ul.logo li.url{
    display: none;
}
footer ul.logo li img{
    float: none;
    width: 200px;
    margin: 0 auto 0 auto;
}
footer ul.sitemap {
     display: none;
}


    
    
#top-head,
.inner {
        width: 100%;
        padding: 0;
    }
#top-head {
        top: 0;
        position: fixed;
        margin-top: 0px;
    }
#nav-toggle {
        display: block;
    }
#global-nav {
        margin: 0;
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        right: 0;
        background: #db6a6e;
        opacity: 0.8;
        width: 50%;
        text-align: center;
        padding: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
#global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
    }
#global-nav ul li {
        float: none;
        position: static;
        border-left: none;
        padding: 1 0;
        font-size: 1.0em;
    }
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 0 0;
        
    }
#nav-toggle {
        display: block;
    }
/* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

}


@media screen and (max-width: 600px) {
    #global-nav {
        width: 100%;
    }
    ｝