@charset "utf-8";
/*-- テスト --*/
.bxslider li:nth-child(1){
background-color:black;
}


/*-- フォント --*/
@font-face {
    font-family: 'NotoSansJavanese-Regular';
    src: url('./fonts/NotoSansJavanese-Regular.ttf');
}

/*** ぴょこんとでてくるTOPへ画像 ***/
#page-top {
    position:fixed;
    bottom: 20px;
    right: 0;
}
#page-top a {
    background:url(../img/up.png) no-repeat;
    width: 80px;
     height: 100px;
    display: block;
    text-indent:-9999px;
}
/*-- フッター --*/
#foot{
background-color: #e57dad;
    background-repeat: repeat;
    /*ox-shadow: inset 0px 1px 5px #af1665;*/
    font-family: "Midashi Go MB31" , "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    letter-spacing: 0.05em;
}
	
#copy{
background-color:#e6589a;
    padding: 15px 0;
    text-align: center;
    color: white;
	font-size:0.9em;
}
#foot_logo{
	width: 200px;
    padding: 60px 0 30px;
    margin: auto;
    display: block;
}
#foot ul{
	width:980px;
	margin:auto;
	display:block;
	padding-bottom:60px;
}
#foot ul li{
display: inline-block;
    padding: 15px;
}
#foot ul li a{
	color:white;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
#foot ul li a:hover{
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
	text-shadow:2px 2px 1px rgb(143, 15, 85);
}
.privacy{
    margin-right: 15px;
}
.privacypolicy{
    margin-bottom: 2px;
}
.privacypolicy a{
    color: white;
}

/*-- SNS --*/
.MySns{
    max-width: 600px;
    margin: auto;
    padding: 0 0 90px;
    display: flex;
    gap: 90px;
    justify-content:center;
}

.MySns a{
    display: block;
    width: 60px;
    height: 60px;
}

.MyTitle{
    font-size: 28px;
    color: #e6589a;
    margin: 90px 0 60px;
    text-align: center;
}
.MyTitle__01{
    font-size: 28px;
    text-align: center;
    padding: 60px 0 0;
    margin-bottom: 60px;
}
.IconSns{
    width: 60px;
}

/*-- トップ --*/

.btn a{
    color: white;
    display: block;
    padding: 15px 0;
}
.btn:hover{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity:0.7;
    filter:alpha(opacity=70); 
   -ms-filter: "alpha( opacity=70 )";    
}


.btn{
    color: #fff;
    width: 250px;
    text-align: center;
    background: #e57dadba;
    background: -moz-linear-gradient(-45deg, #e57dadba 0%, #e04387fc 100%);
    background: -webkit-linear-gradient(-45deg, #e57dadba 0%,#e04387fc 100%);
    background: linear-gradient(135deg, #e57dadba 0%,#e04387fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e57dadba', endColorstr='#e04387fc',GradientType=1 );    border-radius: 100vh;
    position: relative;
    margin-top: 30px;
}


.btn::after {
    content: ">";
    position: absolute;
    right: 20px;
    transform: scale(0.5,1);
    top: 25%;
}  


  .mv_width{
    width: 100%;
}
.mv{
    width: 100%;
    box-shadow: 1px 1px 10px #efefef;
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
    margin-top: 85px;
}
.deco01{
    color: #e6589a;
    font-weight: bold;
    font-size: 20px;
}
.deco02{
    font-weight: bold;
}

.top_txt{
    margin:15px 0;
}

.dotline{
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 15px;
}
.MyBox{
display: flex;
flex-flow: row;
}
.MyBox__detail{
flex: 1 1 auto;
}
.w-01{
    width: 50%;
}
.w-02{
    width: 50%;
    padding-left: 60px;
}
.w-03 {
        width: 50%;
        padding-right: 60px;
}
.main{
	max-width:980px;
	margin:auto;
	display:block;
}
.MyBox__logo{
    text-align: center;
}
.MyBox__logo img{
    max-width: 100%;
}



.MyMenu-list{
display: flex;
flex-flow:wrap;
justify-content: space-between;
margin-bottom: 30px;
}
.MyMenu-list li{
    width: 46%;
    margin-right: 60px;
    height: 300px;
    margin-bottom: 60px;
    position: relative;
}
.MyMenu-list li:nth-child(even){
    margin-right: 0;
}

.MyMenu-list__class{
    background-image:url(../img/class_back.jpg);
    background-size: cover;
}
.MyMenu-list__sche{
    background-image:url(../img/sche_back.jpg);
    background-size: cover;
}
.MyMenu-list__access{
    background-image:url(../img/access_back.jpg);
    background-size: cover;
    background-position: center;
}
.MyMenu-list__contact{
    background-image:url(../img/contact_back.jpg);
    background-size: cover;
    background-position: center;
}

.MyMenu-list__txt{
background: #e57dadba; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #e57dadba 0%, #e04387fc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #e57dadba 0%,#e04387fc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #e57dadba 0%,#e04387fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e57dadba', endColorstr='#e04387fc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: white;
    text-align: center;
    padding: 30px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-weight: bold;
    letter-spacing: 0.1em;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.MyMenu-list__txt:hover{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    padding: 75px 0;
    letter-spacing: 0.2em;
}

.MyTxt__top{
    margin: 0 0 90px;
    background-color: white;
}



/*-- 教室紹介 --*/
.MyList{
    line-height: 2;
}
.MyList li{
    padding-left: 1em; 
    text-indent: -.7em;
}
.MyList li:before {
    content: "● ";
    color: #e57dad;
}
.link_box{
    padding: 30px;
    margin-bottom: 90px;
    border: 2px solid #d3b0e9;
}
.link_box a{
    text-decoration: underline;
    color: #e6589a; 
}
.link_box a:hover{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity:0.7;
    filter:alpha(opacity=70); 
    -ms-filter: "alpha( opacity=70 )";
}

/*-- スケジュール・料金 --*/
.schedule-list{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.schedule-list li span{
    display: inline-block;
}

.schedule-list li{
    border: 2px solid #e57dad;
    position:relative;
    margin-right: 30px;
    font-size: 14px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 29%;
    margin-bottom: 30px;
}
.schedule-list li:nth-child(3){
    margin-right: 0px;
}
.schedule-list li:last-child{
    margin-right: 0;
}


.schedule-list li a{
    display: block;
    padding: 15px 30px;
}
.schedule-list li a:hover{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    color:#e6589a;
}
.schedule-list li:hover{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgb(255 217 234);
    border: 2px solid rgb(255 217 234);
}

.arrow1 {
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color: transparent transparent #e57dad #e57dad;
    transform: rotate(-45deg);
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
}

.path {
    background-color: rgb(255 217 234);
    padding: 15px 30px;
    padding-top: 100px;
    letter-spacing: 0.1em;
    color: #e57dad;
    font-size: 14px;
}
.path a{
    text-decoration: underline;
    color: #e57dad ;
}
.path .arrow{
    padding: 15px;
    color: #e57dad;
}
.path a:hover{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity:0.7;
    filter:alpha(opacity=70); 
   -ms-filter: "alpha( opacity=70 )";
}

#MyProfile__photo{
	width: 100%;
    display: block;
}
#com_box{
    padding: 0px 0px 90px;  
}
#message{
	background-color: white;
    padding: 30px;
    line-height: 1.8;
    border: 1px solid #f2f2f2;
    text-align: center;
}
.tree{
	background-color: #e57dad;
    background-repeat: repeat;
    padding: 15px 0;
    text-align: center;
    color: white;
	letter-spacing:0.1em;
	font-size:20px;
}
#c_h3_1{
    font-size: 20px;
    margin: 90px 0 45px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e57dad;
}
.com_table{
        width:100%;
        border:1px solid #e8e8e8;
        font-size: 15px;
}
.com_table th{
	padding:30px;
	background-color:#f7f7f7;
    vertical-align:top;
    width: 25%;
    border-bottom: #e4e4e4;
}
.com_table td{
	background-color:white;
	padding:30px;
    line-height:1.8;
    border-bottom:#efefef;
}
.com_table tr{
	border-bottom:1px solid#e8e8e8;
}
.com_table th:last-child{
    border-bottom: none;
}
.com_table td:last-child{
    border-bottom: none;
}
.com_table tr:last-child{
    border-bottom: none;
}
.com_table a{
    color: #e6589a;
    text-decoration: underline;
}
.com_table a:hover{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity:0.7;
    filter:alpha(opacity=70); 
   -ms-filter: "alpha( opacity=70 )";
}

.MyTxt{
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 30px;
}
.MyTitle__schedule{
font-size: 1.2em;
    padding: 15px 0;
    padding-bottom: 15px;
    text-align: center;
    background-color: #e57dad;
    color: white;
    margin-top: 45px;
}
.MyTitle__schedule02{
    font-size: 1.2em;
    padding: 15px 0;
    padding-bottom: 15px;
    text-align: center;
    background-color: #e57dad;
    color: white;
    margin-top: 15px;
}



/*-- アクセス --*/
#map iframe{
width: 100%;
    height: 500px;
}


/*-- 問い合わせ --*/
.contact{
	width:95%;
	margin:auto;
	display:block;
}
#contact_box{
border: 1px solid #e8e8e8;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 90px;
    background-color: white;
}
#contact_box th{
padding: 15px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: middle;
    width: 35%;
}
#contact_box th:last-child{
	border:none;
}

#contact_box td{
border-bottom: 1px solid #e8e8e8;
    padding: 30px;
	vertical-align:middle;
}
#contact_box td .b_none{
	border:none;
}
.phone_box h2{
font-size: 1.2em;
    margin: 60px 0 45px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 2px solid#e57dad;
}
.phone_box p{
font-size: 28px;
    font-weight: bold;
    color: #e6589a;
}
.contact_main{
	margin:auto;
    margin-bottom: 120px;
}
.error_red{
	padding-top: 15px;
    color: #e44949;
    font-weight: bold;
}
.tel-link a{
    color: #e6589a;
    font-size: 23px;
}
.contact_btn{
    width: 340px;
}


/*-- フォームデザイン --*/
input[type="submit"] {
  -webkit-appearance: none;
}
input[type="text"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}

input[type="text"]{
     background-color:rgba(152, 208, 208, 0.1);
     padding: 15px;
     color: #666;
     border: 1px solid #e8e8e8;
     box-shadow: 0px 0px 1px #e8e8e8 inset;
     margin:5px;
     border-radius:5px;
     -moz-border-radius:5px;
     -webkit-border-radius:5px;
     -ms-border-radius:5px;
     -o-border-radius:5px;
	 width:95%;
}
textarea{
     background-color:rgba(152, 208, 208, 0.1);
     padding: 5px;
     color: #666;
     border: 1px solid #e8e8e8;
     box-shadow: 0px 0px 1px #e8e8e8 inset;
     margin:5px;
     border-radius:5px;
     -moz-border-radius:5px;
     -webkit-border-radius:5px;
     -ms-border-radius:5px;
     -o-border-radius:5px;
	 width:95%;
}

input[type="submit"]{
    padding: 15px 0px;
    border: 2px solid #e8e8e8;
    background-color: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 250px;
    font-size: 14px;
    color: #444;
}
input[type="submit"]:hover{
    background-color: #e57dad;
    border-color: #e57dad;
    color: white;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
cursor:pointer;
}
input[type="submit"].btn2{
	margin-bottom:30px;
}
.go_back{
    -webkit-appearance: none;
    padding: 15px 0px;
    border: 2px solid lightgray;
    background-color: #f3f3f3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 250px;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-right: 30px;
}
.go_back:hover{
    background-color: lightgray;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
cursor:pointer;
}

.min-he{
	min-height:376px;
}
#contact_box span{
	color:#d03b3b;
	font-size:0.8em;
	padding-left:5px;
}
.submit_btn{
	margin:auto;
	display:block;
}
#contact_box tr .ma_auto{
	text-align:center;
}
.exe_box{
border: 2px solid lightgray;
    background-color: white;
    width: 100%;
    margin: auto;
    display: block;
    margin-top: 30px;
    line-height: 2;
    text-align: center;
}
.con_ch_p{
	padding:30px;
}
.exe_box{
	margin-top:15px;
}
.min-he {
    min-height: 457px;
}
/*-- 共通 --*/
.pr_0{
	padding-right:0;
}
.pr_15{
	padding-right:15px;
}
#c_back2{
background-image:url(../img/c_back2.jpg);
background-size:cover;
background-repeat:no-repeat;
color:white;
background-size: cover;     
background-attachment: fixed;     
background-repeat: no-repeat;     
background-position: center center;
}



@media screen and (max-width: 980px){
.main{
    width: 95%;
}
#foot ul{
width: 95%;
}
.schedule-list{
    margin-bottom: 30px;
}
.schedule-list li{
    width: 46%;
    margin-bottom: 30px;
}
.schedule-list li:nth-child(3){
    margin-right: 30px;
}

.schedule-list li:nth-child(even){
    margin-right: 0;
}

}
@media screen and (max-width: 969px){
    .contact_main {
        width: 100%;
    }
}

@media screen and (max-width: 768px){
.main{
	width:90%;
}
.MyBox{
    display: block;
}
.MyMenu-list li {
    width: 100%;
    margin-right: 0;
    height: 250px;
    margin-bottom: 60px;
}

.MyTitle__02{
    text-align: center;
}
.w-01{
    width: auto;
}
.w-02{
    width: auto;
    padding-left: 0;
}
.w-03{
    width: auto;
    padding-right: 0;
    margin-bottom: 60px;
}

.MyBox__logo img{
    margin-bottom: 20px;
}


/*-- フッター --*/
#foot ul{
	width:95%;
	padding-bottom:30px;
}
#foot_logo {
    padding-top: 30;
}
#foot ul li {
    width: 40%;
    padding: 8px 30px;
}
#privacy{
    margin-bottom: 90px;
}
.MySns{
    gap: 60px;
}
.IconSns{
    width: 44px;
}
.MySns a{
    display: block;
    width: 44px;
    height: 44px;
}


/*-- トップ --*/
.mv {
    width: 100%;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    margin-top: 60px;
}
.w-02{
    padding: 30px 60px;
}
.w-03{
    padding: 30px 60px;
}
#banner{
	width:100%;
	margin-top:30px;
}
.news{
	width:100%;
	margin-bottom:30px;
}
#n_image_box {
float: none;
    width: 95%;
    padding: 0;
    margin: auto;
    margin-top: 15px;
    height: 250px;
}

#n_image_box img {
    float: none;
    width: 100%;
}
.content-holder {
    position: relative;
    float: none;
    width: 100%;
    padding: 15px 0;
    max-height: 186px;
    overflow: hidden;
    margin-top: 15px;
    padding-top: 0;
}
.n_honbun {
    width: 95%;
	padding-left:15px;
}
#goods_b{
	width:348px;
	padding:0px;
/*	margin-right:30px;
*/}
#app_b{
	width:348px;
	padding:0px;
}
#mitsufarm{
	width:100%;
	padding-bottom:30px;
}
#c_back1 h2{
    padding: 30px 0 15px 0;
    font-size: 20pt;
}
#c_back1 p{
	font-size:13pt;
	padding-left:0;
	padding-bottom:30px;
}
#mitsu_title{
font-size: 18pt;
    padding: 30px 0 15px;;
}
.t_banner_box {
    width: 100%;
    padding: 30px 0;
}
.MyTitle{
    margin: 60px 0;
}
#c_h3_1{
    margin:60px 0 45px;
}


/*-- 教室紹介 --*/
.path {
    padding: 10px 15px;
    padding-top: 74px;
    font-size: 13px;
}
#com_box {
    padding: 0;
}
.mb60{
    margin-bottom: 60px;
}


.pr_0{
	padding-right:0;
}
.link_box{
    margin: 60px 0;
}

/*-- スケジュール・料金　--*/
.MyTitle__schedule{
    font-size: 16px;
        padding: 15px;
    }
    .MyTitle__schedule02{
        font-size: 16px;
        padding: 15px;
    }
    

/*-- アクセス --*/
#map iframe{
    height: 400px;
}


/*-- 問い合わせ --*/
.contact_main{
	width:100%;
    margin-bottom: 60px;
}
.phone_box h2{
	margin-bottom:5px;
}
#contact_box{
	margin-top:15px;
}

/*-- 共通 --*/
.pr_0{
	padding-right:0;
}


}
@media screen and (max-width: 767px){

/*-- スケジュール・料金　--*/

.schedule-list li{
    margin: 0;
    border-bottom: none;
    border-right: none;
    width: 48%;
    font-size: 13px;
}
.schedule-list li:hover{
    border: none;
    border-top: 2px solid #e57dad;
    border-left: 2px solid #e57dad;
}
.schedule-list li a{
    padding:10px 25px 10px 15px;
}
.schedule-list li:nth-child(3){
    margin-right: 0px;
}
.schedule-list li:nth-child(even){
    border-right: 2px solid #e57dad;
}
.schedule-list li:nth-child(5){
    border-bottom: 2px solid #e57dad;
}
.schedule-list li:last-child{
    border-bottom: 2px solid #e57dad;
}
.arrow1 {
    width: 5px;
    height: 5px;
    right: 10px;
    top: 38%;
}
.MySns{
    width:95%;
}
.MyMenu-list li {
    z-index: 2;
    width: 100%;
    margin-right: 0;
    height: 150px;
    margin-bottom: 30px;
}
/*-- フッター --*/
#foot {
    background-color: #e57dad;
}
#foot ul{
	padding-bottom:15px;
}
#copy{
	padding:10px 0;
}
#privacy{
    margin-bottom: 45px;
}


/*-- トップ --*/
.MyTitle {
    font-size: 23px;
    color: #e6589a;
    margin: 60px 0 30px;
    text-align: center;
    line-height: 1.5;
}
.MyMenu-list__txt{
    padding: 15px 0;
}
.mv{
    margin-top: 60px;
    border-bottom-right-radius: 120px;
    border-bottom-left-radius: 120px;
}
.w-02{
    padding: 0;
}
.w-03{
    padding: 0;
}
#banner {
    margin-top: 15px;
}
#page-top a{
	display:none;
}
#foot ul li{
	width:80%;
	padding-left:15px;
}
#foot_logo {
    width: 150px;
    padding-top: 30px;
    padding-bottom: 15px;
}
#c_back2{
	background-image:url(../img/c_back2_sp.jpg);
	background-position:top center;
	background-attachment:inherit;
}
.MyTxt__top{
    margin: 30px 0;
}
.MyMenu-list{
    margin-bottom: 30px;
}
.MyTitle__01{
    padding: 30px 0 0;
    font-size: 24px;
    margin-bottom: 30px;
}
.MySns{
    padding: 0 0 60px;
}



.btn{
    width: 100%;
}
.sp_midashi{
    margin-top: 30px;
}

/*-- 教室紹介 --*/
.contents_title {
    font-size: 1em;
    padding: 15px 0;
    padding-top: 65px;
}
.tree {
    padding: 10px 0;
    font-size: 18px;
}
#message {
    padding: 15px;
    font-size: 15px;
}
#c_h3_1 {
    font-size: 18px;
    margin: 30px 0 20px;
}
#com_table{
	font-size:0.9em;
}
#com_table th {
    width: 32%;
	padding:8px 0;
}
#com_table td{
	padding:8px;
}


.com_table th{
    display: block;
    width: 100%;  
    padding: 15px 0;
    letter-spacing: 0.1em;
}
.com_table td {
    display: block;
    width: 90%;
    padding: 15px 0;
    margin: auto;
}
.link_box{
    margin: 30px 0 60px;
}


/*-- アクセス --*/
#map iframe{
    height: 300px;
}


/*-- 問い合わせ --*/
#contact_box{
    font-size: 15px;
    margin-bottom: 60px;
}
#contact_box th{
	width:33%;
	padding:15px;
    letter-spacing: 0.1em;
}
#contact_box td{
	padding:15px;
}
.min-he{
	min-height:0;
}
.exe_box{
	margin-bottom:30px;
	width:95%;
}
.con_ch_p{
	padding:15px;
	font-size:0.9em;
}
.top_b{
	padding-bottom:15px;
}
input[type="submit"] {
	width:100%;
}
.go_back{
	width: 100%;
    margin-bottom: 15px;
}
.top_b {
    width: 95%;
    margin: auto;
}
.n_honbun{
	width:90%;
}

.phone_box h2 {
    margin-top: 15px;
    margin-bottom: 0;
	font-size:1em;
}
.phone_box p {
    font-size: 1.3em;
	padding-top:5px;
}


/*-- 共通 --*/
.pr_15{
	padding-right:0;
}
}

@media screen and (max-width: 320px){

.mh{
    font-size: 0.9em;
    min-height: 105px;
}
.schedule-list li {
    font-size: 12px;
}
}