@charset "UTF-8";
@import url("../../webfonts/AGaramondPro_Regular/stylesheet.css");
/* CSS Document */

/* ------------------------
     common
----------------------- */
/* =================================
 --- ☆ #mvSct
===================================*/
#mvSct {
width: 100vw;
height: 92vh;
margin-bottom: 0px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
background-image: url("../img/bg_main.jpg");
background-attachment: fixed;
background-position: center top;
background-size: cover;
background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
#mvSct {
	background-image: url(../img/bg_main_sp.jpg);
}
}
#mvSct #logoImg {
width: 40%;
max-width: 547px;
margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
#mvSct #logoImg {
width: 65%;
padding-bottom: 100px;
}
}

.scroll {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: -50px;
position: absolute;
left: 0;
right: 0;
bottom: 70px;
z-index: 100;
}
@media screen and (max-width: 480px) {
.scroll {
width: 20%;
margin-top: 0px;
bottom: 20px;
}
}

/* =================================
 --- ☆ 共通背景
	（#conceptSct/#greetSct/#aboutSct）
===================================*/
.bg_dairiseki {
padding-top: 30px;
padding-bottom: 10px;
background-image: url(../img/ptn.jpg);
background-repeat: repeat;
}
@media screen and (max-width: 480px) {
.bg_dairiseki {
padding-top: 50px;
}
}

/* =================================
 --- ☆ #conceptSct
===================================*/
#conceptSct {
}
#conceptSct p.txt {
font-size: 1.4rem;
line-height: 2.5;
}
@media screen and (max-width: 480px) {
#conceptSct p.txt {
font-size: 1.3rem;
line-height: 2.0;
text-align: left;
}
}

/* =================================
 --- ☆ #greetSct
===================================*/
#greetSct {
border: 10px solid #E3E3E3;
margin-left: 2%;
margin-right: 2%;
padding-top: 5%;
padding-bottom: 5%;
background-color: #FFFFFF;
}
#greetSct .flexBox {
margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
#greetSct .flexBox {
margin-bottom: 30px;
}
}
#greetSct .imgBox {
width: 35%;
}
#greetSct .imgBox img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(100%);
transition:0.5s;
}
#greetSct .imgBox img:hover {
filter: none;
-webkit-filter: grayscale(0%);
}
#greetSct .pBox {
width: 62%;
text-align: left;
}
#greetSct .pBox p {
font-size: 1.3rem;
}
@media screen and (max-width: 930px) {
#greetSct .pBox p {
font-size: 1.2rem;
}
}
@media screen and (max-width: 768px) {
#greetSct .imgBox {
width: 50%;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
}
#greetSct .pBox {
width: 100%;
}
}
#greetSct .pBox_last p {
font-size: 1.3rem;
text-align: left;
}

/* =================================
 --- ☆ #aboutSct
===================================*/
#aboutSct {
}
#aboutSct ul {
}
#aboutSct ul li {
width: 48%;
}
@media screen and (max-width: 768px) {
#aboutSct ul li {
width: 100%;
margin-bottom: 50px;
}
}
#aboutSct h4 {
font-size: 1.2rem;
font-family: "AGaramondPro Regular";
}
#aboutSct h4 span {
color: #DCB078;
}
@media screen and (max-width: 480px) {
#aboutSct h4 {
font-size: 1.0rem;
}
}
#aboutSct h3 {
padding-bottom: 15px;
font-size: 2.0rem;
}
@media screen and (max-width: 480px) {
#aboutSct h3 {
padding-bottom: 15px;
font-size: 1.6rem;
}
}
#aboutSct img {
padding-bottom: 15px;
}
#aboutSct p.txt {
font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
text-align: left;
line-height: 1.8em;
}

/* =================================
 --- ☆ #lessonSct
===================================*/
#lessonSct {
padding-bottom: 50px;
background-image: url(../img/bg_menu.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
background-attachment: fixed;
}
#lessonSct .ctgDiv {
}
#lessonSct .ctgDiv.bg_white {
margin-bottom: 20px;
padding-top: 50px;
padding-bottom: 50px;
padding-right: 5%;
padding-left: 5%;
background-color: rgba(255,255,255,0.90);
}
@media screen and (max-width: 480px) {
#lessonSct .ctgDiv .bg_white {
margin-bottom: 30px;
padding-top: 20px;
padding-bottom: 20px;
}
}
#lessonSct .ctgDiv h3 {
margin-bottom: 30px;
font-size: 2.0rem;
letter-spacing: 3px;
}
@media screen and (max-width: 480px) {
#lessonSct .ctgDiv h3 {
font-size: 1.8rem;
margin-bottom: 20px;
}
}
#lessonSct .ctgDiv h4 {
display: inline-block;
margin-bottom: 30px;
padding-top: 3px;
padding-right: 7%;
padding-left: 7%;
padding-bottom: 2px;
color: #000000;
font-size: 1.4rem;
line-height: 1.4;
background-color: #F3E5D3;
border-bottom-color: #000000;
border-top-color: #000000;
border-bottom-style: solid;
border-top-style: solid;
border-bottom-width: 1px;
border-top-width: 1px;
}
@media screen and (max-width: 480px) {
#lessonSct .ctgDiv h4 {
font-size: 1.2rem;
}
}
#lessonSct .courseDiv {
padding-bottom: 40px;
margin-bottom: 35px;
border-bottom: 1px dotted #000000;
}
@media screen and (max-width: 480px) {
#lessonSct .courseDiv {
padding-bottom: 30px;
margin-bottom: 25px;
}
}
#lessonSct .courseDiv:last-child {
padding-bottom: 0px;
margin-bottom: 0px;
border-bottom: 1px none #000000;
}

/* =================================
 --- ☆ #mediaSct
===================================*/
.bg_whiteWrp {
background-color: #FFFFFF;
padding-top: 50px;
}

#mediaSct {
}
#mediaSct ul {
}
#mediaSct ul li {
width: 18%;
}
@media screen and (max-width: 768px) {
#mediaSct ul li {
width: 31%;
}
}
#mediaSct ul li h4 {
margin-bottom: 5px;
font-size: 1.2rem;
}
#mediaSct ul li h4 i {
color: #9dbdd1;
}
#mediaSct ul li h4 span {
color: #F3E5D3;
}
#mediaSct ul li img {
margin-bottom: 5px;
border: 1px solid #E3E3E3;
}
#mediaSct ul li h3 {
font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* =================================
 --- ☆ #snsSct
===================================*/
#snsSct h3 {
display: inline-block;
margin-bottom: 20px;
padding-top: 4px;
padding-bottom: 1px;
padding-right: 7%;
padding-left: 7%;
color: #000000;
font-family: "AGaramondPro Regular";
font-size: 1.4rem;
line-height: 1.4;
background-color: #E6EEF3;
border-bottom-color: #000000;
border-top-color: #000000;
border-bottom-style: solid;
border-top-style: solid;
border-bottom-width: 1px;
border-top-width: 1px;
}
#snsSct .imgBox img {
margin-left: auto;
margin-right: 0;
margin-bottom: 10px;
width: auto;
height: 25px;
}
#snsSct .imgBox#ameba img {
max-width: 102px;
}
#snsSct .imgBox#ig img {
max-width: 154px;
}
#snsSct .imgBox#fb img {
max-width: 126px;
}
#snsSct ul.bnrWrp {
padding-bottom: 50px;
}
#snsSct ul.bnrWrp li {
width: 48%;
}
#snsSct ul.bnrWrp li img {
box-shadow: 0 0 10px #B8B8B8;
-webkit-box-shadow: 0 0 10px #B8B8B8;
}

#snsSct {
margin-bottom: 0;
}
#snsSct .clm_l {
width: 60%;
}
#snsSct .clm_r {
width: 35%;
}
@media screen and (max-width: 768px) {
#snsSct .clm_l,
#snsSct .clm_r {
width: 100%;
}
}

/* ameblo */
#snsSct #amebloDiv {
margin-bottom: 50px;
}
#snsSct #amebloDiv ul {
font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
letter-spacing: 1px;
}
#snsSct #amebloDiv ul li {
margin-bottom: 5px;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
font-size: 1.3rem;
line-height: 1.5;
text-align: left;
background-color: #f2f2f2;
}
#snsSct #amebloDiv ul li span {
font-weight: bold;
margin-right: 15px;
font-size: 1.2rem;
letter-spacing: 0px;
}
#snsSct #amebloDiv ul li br {
display: none;
}
@media (max-width: 768px) {
#snsSct #amebloDiv ul li {
text-align: center;
}
#snsSct #amebloDiv ul li br {
display: inherit;
}
}

/* instagrama */
#snsSct #igDiv {
margin-bottom: 30px;
position: relative;
}
#snsSct #igDiv #linkBox {
position: absolute;
width: 100%;
margin-bottom: 0px;
display: flex;
}
#snsSct #igDiv #linkBox a:hover {
background-color: rgba(157,189,209,0.70);
background-image: url("../img/insta_icon.png");
background-repeat: no-repeat;
background-size: 20% auto;
background-position: center center;
}

/* facebook */
#snsSct #fbDiv {
max-width: 500px;
margin-top: 0;
margin-right: auto;
margin-left: auto;
margin-bottom: 30px;
}
#snsSct #fbDiv > .fb-page {
width: 100%;
}
#snsSct #fbDiv > .fb-page > span,
#snsSct #fbDiv iframe {
width: 100% !important;
}
#snsSct #fbDiv .fb-js {
    max-width: 500px;
    margin: 0 auto;
}