*,
*::before,
*::after{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
.clearfix::after{
    content: "";
    clear: both;
    display: block;
}
/*header{
    width: 100%;
    background-color: #EC715F;
    height: 70px;
}*/

.toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 80px;
    height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 2;
}

.gnav {
    display:none;
}
/*.menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    display: none;
    transition: opacity .3s;
}*/
/* from headroom.cssf*/
a {
    border-bottom:0px;
}
.headroom {
  position: fixed;
  top: 0;
  -webkit-transition: top 0.15s;
  transition: top 0.15s;
}

.headroom-hidden {
  top: -60px;
}

/* from headroom.css */
.navbar {
    left: 0;
    right: 0;
    height: 60px;
    position: relative;
    background: #F2F2F2;
    color:#FFF;
    z-index:1;
}

.mv{
/*    height: 730px; 
    background-image: url("../img/main.jpg");
    background-repeat:no-repeat;
    z-index:1;
    background-size: cover;
    padding-top: 800px; 
    width:100%;*/
    margin-top:50px;

    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 65.02%;
    background: url('../img/main.jpg') 0 0 no-repeat;
    background-size: contain;
}

p {
    color: #FAFAFA;
}

p a span{
    color: #FAFAFA;
}

.menu {
    position
}
.mv p {
    /* margin-top: -600px; */
    line-height:600px;
    text-align:center;
    color:#FFF;
    opacity:0.8;
    width: 100%;
    font-size:300%;
    font-family: 'Rounded Mplus 1c';
}

.content {
    margin-top: -100px;
    padding-top: 100px;
    background-color: #020202;
}

.title{
    padding-top: 25px;
    padding-bottom: 1px;
    font-size: 1.5rem;
    text-align: center;
    /*font-weight: bold; */
    font-family: 'Rounded Mplus 1c';
    color: #FAFAFA;
}


.ahagari_logo_mobile {
  display: none;
}

.mobile-title {
    float: left;
    display: none;
}

.mobile-nav {
    display: none;
}
.title-line {
    margin-top: -10px;
    margin-bottom:10px;
    border: solid #FAFAFA 2px;
    width:150px;
    margin:0 auto;
}

#container{
    padding-top: 20px;
    width: 90%;
    height: 250px; 
    margin: 0 auto;
}

/*       Slickの矢印の色変更   */
.slick-prev:before, .slick-next:before {
    color:gray !important;
}

.slider img{
    display: block;
    width:100%;
    height: auto;
    margin: 0 auto;
    text-align:center;

}

.content-image {
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
    margin: 0 auto;
}
.content-image img { 
    width:50%;
    height: auto;
    margin: 0 auto;
}

.content-image-s img { 
    width:20%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 10px;
}
.content-image-black img { 
    width:50%;
    height: auto;
    margin: 0 auto;
    border: 1px solid white ;
}

.content-comment {
    line-height: 8px;
}
.member-image {
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
    margin: 0 auto;
}
.member-image img { 
    width:100%;
    height: auto;
    margin: 0 auto;
}

.contents-detail {
    padding-top:15px;
    font-family: 'Rounded Mplus 1c';
    font-size:0.8rem;
    padding-bottom:20px;
    padding-left:8%;
    padding-right:8%;
}

.text-center {
    text-align:center;
}

.program-content{
    padding-top:15px;
}

.box_feature {
    float: left;
    width: 10%;
    margin:0 auto;
}

.box_feature p {
    text-align:center;
    margin:0 auto;
    font-family: 'Rounded Mplus 1c';
    font-size:1.2rem;
}

.program-content-width {
    width: 33.3333%;
}

.box_system {
    padding-top:15px;
    float: left;
    width:50%;
    margin:0 auto;
}

.box_first {
    padding-top:15px;
    float: left;
    width:100%;
    margin:0 auto;
    padding-bottom: 15px;

}

.box_first p{
    font-family: 'Rounded Mplus 1c';
    font-size:0.9rem;
}
.box_system p {
    font-family: 'Rounded Mplus 1c';
    font-size:1.1rem;

}

.box_faq {
    padding-top:15px;
    width:100%;
    margin:0 auto;
}

.box_faq p {
    font-family: 'Rounded Mplus 1c';
    font-size:1.1rem;

}

.box_contact {
    padding-top:15px;
    width:100%;
    margin:0 auto;
}

.box_contact p {
    font-family: 'Rounded Mplus 1c';
    font-size:0.9rem;
}

.contact-detail {
    font-family: 'Rounded Mplus 1c';
    font-size:0.9rem;
}

.footer-pc {
    height: 60px;
    background-color: #020202;
    text-align: center;
    /* vertical-align: middle; */
    line-height: 60px;
    color: #FAFAFA;
}

.footer-mobile {
    display: none;
}
.box_arrow {
    float: left;
    margin:0 auto;
    height:300px;
}


.font-icon {
    font-size: 5em;
    text-align: center;
}

.font-icon-line::before{
   color: #00C300;
}
.font-icon-line {
    font-size: 4rem;
    text-align: center;
    opacity: 1.0;
}

.tel-color{
    color: #FF9999;
    text-decoration: underline;
}

.mail-color{
    color: #FF9999;
    text-decoration: underline;
}
.line-icon a:hover{
  opacity: 0.6;
}
.program-detail {
    text-align: center;
    font-family: 'Rounded Mplus 1c';
    font-size:1.1rem;
        padding-bottom:20px;
}

.okagesama-detail {
    text-align: center;
    font-family: 'Rounded Mplus 1c';
    font-size:1.2rem;
        padding-bottom:20px;
}

.line-marker {
    background: linear-gradient(transparent 90%, #FF9999 0%);
}

.font-arrow {
    font-size: 3em;
    text-align: center;
}
.drawer-color {
    background-color: #787b7b;
    color: #FAFAFA;
}

.drawer-nav h2 {
    color: #FAFAFA;
}
.menu {
    padding-right: 0px;
    float: right;
    width:50%;
}

.top-menu {
    /*padding-top: 25px;*/
    position:relative;
    z-index:99;
    margin-right: 3%;
    display:block;
    margin-top: 25px;
}

.top-menu-item {
    float: left;
    /* width: 16%; */
    margin-left:1rem;
/*    padding-right: 30px;
    padding-left: 30px;*/
    /*margin-left:22%;*/
    list-style: none;
    color: #FAFAFA;
    z-index:100;
    width: 20%;
}

.a-color {
    color:#FAFAFA;
}

.head-title {
    position: relative;
    float: left;
    padding-left:10%;
    font-size:1.2rem;
    z-index: 100;
    padding-top: 5px;
    font-family: 'Rounded Mplus 1c';
    color: #1C1C1C;
    font-weight: bold;
}
.d-menu{
    display:none;
}
.menu li:first-child {
    border:none;
    margin-left:0rem;
}

.menu li:last-child {
    border:none;
    margin-left:-2%;
}

.profile-block{
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -70px;
}

.box-profile {
    float: left;
    width: 25%;
    margin:10px;
}
.profile-content-block {
    width:780px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    margin:0 auto;
    display: block;
}
.profile-image{
    width: 160px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/member_1.jpeg");
    border-radius:50%;
    margin: 0 auto;
}

.profile-image1{
    width: 160px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/member_1.jpeg");
    border-radius:50%;
    margin: 0 auto;
}

.profile-image2{
    width: 160px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/member_2.jpeg");
    border-radius:50%;
    margin: 0 auto;
}

.profile-image3{
    width: 160px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/member_3.jpeg");
    border-radius:50%;
    margin: 0 auto;
}
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


.header_flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header_flex .pc-logo {
    margin-right: auto;
}

.mobile-logo{
    display: none;
}

.header_flex ul {
    display: flex;
    list-style: none;
}



.header_flex li {
    margin-left: 3rem;
    font-size: 90%;
    vertical-align: baseline;
}

.drawer-menu{
    flex-direction: column;
}

.mobile-header {
    display:none;
}

.drawer-hamburger{
    display: none;
}

.announce {
    margin: 0 auto;
}

.announce p{
    text-align: center;
}

#contact {
    margin-top:25px;
}

.contact-detail {
    margin-top:25px;
    padding-left: 33.3333%;
}

.content-font {
    font-family: 'Rounded Mplus 1c';
}

.logo{
    height: 50px;
}

.logo img {
    height: 100px;
}

.mobile-logo {
    display:;
}

.news-update {
    margin-top:-15px;
    font-size: 0.8rem;
}

.fa-icon-color {
    color: #FAFAFA;
}
@font-face {
      font-family: 'fontello';
      src: url('../font/fontello.eot?63602637');
      src: url('../font/fontello.eot?63602637#iefix') format('embedded-opentype'),
           url('../font/fontello.woff?63602637') format('woff'),
           url('../font/fontello.ttf?63602637') format('truetype'),
           url('../font/fontello.svg?63602637#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
@media (max-width: 767px){

    .head-title {
        display: none;
    }
	.top-menu {
		display:none;
	}

    .logo{
        display:none;
    }

    .mean-container .mean-bar {
        float: left;
        width: 100%;
        position: relative;
        background: #020202;
        padding: 4px 0;
        min-height: 38px;
        z-index: 9;
    }

    .mean-container .mean-nav {
        background: #020202;
        margin-top: 38px;
    }

    .meanmenu-reveal{
        color: #FAFAFA !important;
    }
    .mean-nav ul li{
        background: #020202;
    }

    header {
        position: relative;
        z-index: 0;
    }

    .mobile-header{
        display:block;
        position: relative;
    }

    .header_flex {
        /*display: none;*/
    }

    .logo {
       /* float: left;*/
    }

    .ahagari_logo_mobile {
        display:block;
    }

    .ahagari_logo_mobile img{
        display:block;
        min-height: 46px;
        /* margin-top: -20px; */
        max-height: 46px;
        right: auto;
        position: absolute;
        left: 1%;
        /* top: 50px; */
        z-index: 10;
    }
    .mean-nav img{
        height: 50px;
        margin-top: -46px;
    }
    .header_flex ul{
        /*display:none;*/
    }
    .navbar{
        display: block !important;
        height: 35px;
        z-index: 1;
    }
    .mobile-title{
        float: left;
        padding-left:5%;
        margin-top: -28px;
        z-index: 999;
        color: #1C1C1C;
        display: block;
        margin-bottom: 0px;
    }
    .d-menu{
        display:block;
    }
	.mv{
        margin-top:10px;
		/*width:100%;
	    background: url("../img/sky_2.jpg") no-repeat center center;

    z-index:1;
    padding-top: 133.33%;
    background-size: contain; */

            height: 0;
        /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
        padding-top: 115.03%;
        background: url(../img/main.jpg) 0 0 no-repeat;
        background-size: contain;
        /* position:relative;
        z-index: 9; */
    }
	    

    .mv p{
        font-size:150%;
        width: 100%;
        position: absolute;
        top: -130px;
        margin: 0 auto;

    }
    .content {
        margin-top: -45%;
        padding: 10px;
    }
	.picture{
        width:100%;
	}
	.space {
		padding-right:20px;
		padding-left:20px;
	}
    .box_profile{
        width: 100%;
        margin: 0 auto;
        margin-bottom:20px;
    }

    .feature {
    	width: 100%;
        margin: 0 auto;
        margin-bottom:20px;
        margin-left:10px;
        margin-right:10px;
    }

    .font-icon {
    	width: 100%;
        margin: 0 auto;
        margin-bottom:-15px;
    }
    .box-title {
    	width: 100%;
        margin: 0 auto;
    }

    .memo {
	    width: 100%;
        margin: 0 auto;
        margin-bottom:10px;
    }

    .box_feature{
        width: 20%;
        margin: 0 auto;
        margin-bottom:-10px;
    }
    .feature-block{
    	margin-right: 10px;
    	margin-left: 10px;

    }

    .profile-image{
        width: 100%;
        margin: 0 auto;
    }

     .box-contact {
    	width: 100%;
        margin: 0 auto;
    }

    .content-profile {
    	width: 100%;
        margin: 0 auto;
    }
    .profile-block{
    	margin-right: 10px;
    	margin-left: 10px;
    	margin-top: -70px;
    }

    .profile-content-block {
    	width:100%;
    	text-align: center;
    	margin-right: 10px;
    	margin-left: 10px;
    }

/*    .profile-image{
	    width: 250px;
	    height: 250px;
	    background-repeat: no-repeat;
	    background-position: center;
	    background-image: url("../img/my-icon.jpg");
  	    border-radius:50%;
    }*/


    .box-tilte {
    	width: 100%;
        margin: 0 auto;
        margin-left: 0px;
    }
    .box-contact2{
    	width: 100%;
        margin: 0 auto;
        margin-left: 0px;
    }

    .content-contact {
    	width:100%;
    	text-align: center;
    	margin-right: 0px;
    	margin-left: 0px;
    }

    .mail-title {
	    margin-left: 0px;
    }

    .tel-title {
	    margin-left: 0px;
    }

    .mail {
	    padding-left: 0px;
	    text-decoration: underline;
    }

    .tel {
	    padding-left: 0px;
	    text-decoration: underline;
    }

    .contact-block{
    	margin-right: 10px;
    	margin-left: 10px;
    	margin-top: -70px;
    }

    .footer-pc {
    	display:none;
    }

    .footer-mobile {
    	display: block;
	    height: 60px;
	    background-color: #020202;
	    text-align: center;
	/* vertical-align: middle; */
	    line-height: 60px;
	    color: #FAFAFA;
	    font-size:14px;
    }

    .top-menu {
    	display: none;
    }
    .top-menu-mobile {
    	display:block;
    	font-size: 48px;
    	float: right;
    	color: #FFF;
    	height: 65px;
    }

    .program-icon{
        display:none;
    }

    .box_feature {
        /** height:100px; **/
        height: 50px;
    }

    .contact-detail {
        padding-left: 10%;
        padding-right:10%;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .box_system {
        width:100%;
    }

    .profile-content-block {
        width:100%;
        text-align: center;
        margin-right: 10px;
        margin-left: 10px;
    }

    .box-profile{
        width:100%;
    }

    .box_feature{
        padding-top:30px;
    }

    .header_flex {
        flex-direction: column;
    }

    .header_flex h1 {
        margin: 0 auto 3rem;
        height: 50px;
    }

    .header_flex li {
        margin: 0 1.2rem;
        line-height: 3;
    }

    .header_flex .pc-logo {
        display:none;
        
    }

    .mobile-logo {
        display: block;
        float: left;
        margin: 0 auto;
        margin-left: -10px
    }

    .mobile-logo img{
       margin: 0 auto;
       height: auto;
       width: 25%;
    }

    .drawer-hamburger{
        display: block;
    }

    .header_flex .top-menu{
        display: none;
    }

    .content-comment {
        line-height: 12px;
        font-size: 0.8rem;
    }
/*    .drawer-color {
        background-color: #FFF;
    }*/

}

@media (max-width: 568px){
    .header li {
        margin: 0 .5rem;
        font-size: 1.8rem;
    }
}