@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: 
Template: lightning
Description: Yatsugatake
Author:
Tags: 
Version: 0.1.2
*/

/* CLEAR LIGHTNING*/
h2{
	border:none;
}

h4{
	padding: 0; 
    background-color: unset;
    border-radius: unset;
    margin-bottom: 0rem;
}
a:hover,  {
    text-decoration: none;
}
a:focus , .navbar-brand a:hover {
	color:#999999;
}

:root {
/* COLORS */
  --c1: #ff4da5;
  --c2: #ff884d;
  --c3: #ffc44d;
  --c4: #8bc94d;
  --c5: #4ddbc4;
  --c6: #4dc4ff;
 --a:	#ff884d;
}



/* CLASS */


.m0{
    margin:0;
}
.mb0{
    margin-bottom:0;
}

.flex{
	display:flex;
	justify-content: space-around;
}

.card-box{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 1.5rem;
   /* box-shadow: inset 0 0 0 1px #eee; */
}


.card-box h4{
	color: var(--a);
	text-align:center;
    line-height: 1.4;
	font-weight:700;
    border: none;
    background: 0 0;
    padding: 0 0 .4em;
    margin: 0 0 1em;
    display: block;
    text-align: left;
    border-bottom: 1px solid #eee;
}
.card-box h5{
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
}
/* COMMON */
.more{
	font-weight:bold;
}

/*
.more::before {
	content: "\A" ;
	white-space: pre ;
}*/

.siteHeader.navbar {
	position:fixed;
}
.navbar > .siteHeadContainer {
	width: 90%;
}


/* サムネイルの幅300px，大きい画像の幅900px */
.img300-900 input {display: none;}
.img300-900 input + img {width: 300px; cursor: pointer;}
.img300-900 input:checked + img {width: 900px;}

.major .card-title {
    text-align: center;
    color: #ffffff;
}
 .card img {
	width:100%;
	height: 120px;
	object-fit: cover;
}

/* NAVI */
/* TOP */

.blockArea{
	display:flex;
	justify-content:center;
	padding-top:20px;
	
}
.blockArea > div {
	font-size:24px;
	width: 30%;
}

#float {
    width: 60px;
    height:550px;
    position: absolute;
    top: 120px;
    right: 10px;
    padding: 0px;
    writing-mode: vertical-rl;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    text-align: center;
}

#float p {
    padding: 40px 0;
    margin: 0;
    height:300px;
}

#float a {
    color: #ffffff;
	line-height:2;
}



/*
#float p:first-child{cla
    background-color:transparent;
    font-size: 30px;
    color: #fff;
    text-align: center;
}*/
#float p i {
  color: #e60012;
  -ms-writing-mode: lr-tb; }

#top .section {
    margin-bottom:70px;
}

#top h2 {
	background-color: unset;
	text-align:center;
    font-size: 4rem;
}

#top.siteContent{
	padding: 0;
}

#top .top-img{
	position: relative;
}

#top .top-img .text-box{
    position: absolute;
	width: 90%;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
	display:flex;
}


#top .top-img .text-box h1{
	font-size: 6rem;
	font-weight:bold;
}

#top .top-img  .catch{
    width: 65%;
    color: #ffffff;
	font-size: 3rem;
	text-shadow:2px 0px 0px #0a0b0a;
	padding: 40px;
}

#top .top-img   .text-box > p{
	font-size: 3rem;
    width: 90%;
    color: #ffffff;
/*    background-color: #ffffff87;*/
    padding: 15px 20px;
	margin-bottom:0;
}

#top .top-img  .info{
	background-color: rgba(255, 255, 255, 0.8);
    width: 30%;
    padding: 40px 20px;
}

#top .top-img .info .info-main{
    font-size: 3rem;
    color: #ff4da5;
	margin-bottom:10px;
	font-weight: bold;
}
#top .top-img .info p.info-main a:hover{
   text-decoration:underline;
}

#top .top-img .info .info-sub{
	font-size:2rem;
}


#top .top-img {
  position   : relative;
  max-width  : 1920px;
  height     : 720px;
  margin     : auto;
  overflow   : hidden;
}

#top .top-img .bgImg {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  animation  : bgAnime 60s infinite;   
}
/* TOP Animation */
#top .top-img .src1 {
    background-image : url(/assets/images/bg_yatsugatake.jpg);  
    background-size: cover; 
	background-repeat:no-repeat;
	background-position: 50% -300px;
}

@keyframes bgAnime {
  0% { opacity: 1; transform: scale(1.8, 1.8); }
   5% { opacity: 1; transform: scale(1.8, 1.8); }
  21% { opacity: 1; transform: scale(1.0, 1.0); }
  25% { opacity: 1; transform: scale(1.0, 1.0); }
  26% { opacity: 1; }
 100% { opacity: 1; }
}

/*
.boxString{
    position   : absolute;
    display    : inline-block;
    top        : 50%;     
    left       : 50%;
    transform  : translate(-50%,-50%);
}
*/
/*
#top .top-info {
	display:flex;
	justify-content:space-around;
}


#top .top-info > .news{
    width: 50%;
}


#top .top-info > .instagram{
    width: 40%;
}
*/

/* INSTAGRAM WIDGET */
#sb_instagram .sbi_follow_btn a{
    background-color: #4dc4ff;
}



/* SLIDER CUSTOM */

/*metaslider .caption-wrap */
.metaslider {
    margin-top: -25px;
}
.metaslider .caption-wrap {
	position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    background: transparent !important;
    color: white !important;
    opacity: unset !important;
    margin-left: 100px !important;;
    display: block !important;;
    line-height: 1.4em;
    font-size: 3rem;
}
.metaslider .caption{
    display: inline;
}

/* ご案内 */
.menu-contents {
	display:flex;
	justify-content:space-between;
	margin-bottom:20px;
}
.menu-contents  .card {
	width: 18%;
	background-color: #f5f5f5;
}

.menu-contents > .card img {
	width:100%;
	height: 120px;
	object-fit: cover;
}
.menu-contents  .card-title {
	text-align:center;
	color: #ffffff;
}
.menu-contents h5.card-title{
	margin-bottom: 0;
}

.menu-contents .card-body{
    min-height: 160px;
}
.card-body > p {
    font-size:12px;
    padding: 10px;
	margin:0;
}
.menu-contents .card-body > p.more {
     padding-top: 0px;
}




/* 取り組み */
.actions h3{
    margin-bottom:0;
}
.actions h4{
    padding: 0; 
    background-color: unset;
    border-radius: unset;
    margin-bottom: 0rem;
}
.actions p{
    display: inline;
}
.actions label{
    font-size: 100%;
}


.slick-slider {
width: 100%;
background-color: transparent;
}
.slick-slider .slick-track {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 100px;
    justify-content: center;
  }
.slick-slider  .slick-slide{
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0px;
    margin: 10px;
    background-color: white;
    transition: all 0.3s ease;
    height: auto;
    text-align: center;
}

.slick-slider  .slick-slide .slick-current,
.slick-slider  .slick-slide .slick-center {
        background:linear-gradient(45deg, rgb(246, 146, 89), rgb(241, 105, 117));
      padding: 30px 0px;
      //margin: 50px 0px;
  }


.slick-prev,
.slick-next {
  z-index:10;  
  top: 0px;
  background-color: transparent;
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}

.slick-slide img{


}

.slick-slide img:hover{
/*
        transform:scale(5,5);*/
}

/* カリキュラム*/
#top-curriculum {
}

#top-curriculum .flex {
	justify-content:space-between;
}
#top-curriculum .flex > div {
	width: 45%;
}

#top-curriculum .edu-list{
	list-style:none;
	min-height:420px;
	padding-left:0;
}

#top-curriculum .class-sub{
	display:flex;
	flex-wrap:wrap;
}

#top-curriculum .major .card {
    width: 22%;
    min-height: 500px;
}
#top-curriculum .major .card  img{
	height:145px;
}
#top-curriculum .major .card   {
	height:145px;
  
}
#top-curriculum .major .card:hover{
	 background-color:#ff71b7;
	color: #ffffff;
}


/* 卒業生 */
.gradu .card {
	margin-bottom: 1.2em;
}

/* FOOTER */
footer {
	border-top:none;
	background-color:#e9e9e9;
}

footer .widget_nav_menu ul li a, footer .textwidget{
	border-bottom: none;
    
    box-shadow: none;
}
footer .copySection{
	border-top:none;
}
.asiteFooter {
    background-image : url(/assets/images/bg_yatsugatake.jpg);  
	background-size: cover;
	position: relative;
    height:100%;
}

.asiteFooter ::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}
.loop {
  background: url(/assets/images/loop.jpg);
  background-size: contain;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 0;
  padding-top: calc(257/1920*100%);
  -webkit-animation: TopLoop 50s linear infinite;
  animation: LoopImg 50s linear infinite; }

@-webkit-keyframes LoopImg {
  0% {
    background-position: 2000px 0; }
  25% {
    background-position: 1500px 0; }
  50% {
    background-position: 1000px 0; }
  75% {
    background-position: 500px 0; }
  100% {
    background-position: 0 0; } }


/* ヘッダー*/
.page{
}

.header-img {
    background-image : url(/assets/images/page-header.png);  
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 200px;
    position: relative;
	margin-top: 95px;
}
.header-img h1 {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 2.5 em;
	line-height: 1;
    letter-spacing: 1px;
    font-weight: 100;
    width: 100%;
}


/* COLORS */
.c1 { 
    background-color:var(--c1);
}
/*orange*/
.c2 {
    background-color:var(--c2);
}
.c3 {
    background-color:var(--c3);
}
.c4 {
    background-color:var(--c4);
}
.c5 {
    background-color:var(--c5);
}
.c6 {
    background-color:var(--c6);
}

.c3-t{
	color:var(--c3);
}

/* Contact Form*/
/* template01 */
.form__wrap {
  width: 100%;
  max-width: 900px;/*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
}
.wpcf7 .template01 {
  color: #333;
  font-size: 16px;
}
.wpcf7 .template01 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity .25s;
}
.wpcf7 .template01 a:hover {
  opacity: .5;
  transition: opacity .25s;
}
.wpcf7 .template01 div.form__row {
  margin: 0;
  padding: 0;
  margin-top: 2em;
}
.wpcf7 .template01 div.form__row.row-privacy {
  margin-top: 3.5em;
  text-align: center;
}
.wpcf7 .template01 div.form__row.row-submit {
  margin-top: 3em;
  text-align: center;
}
.wpcf7 .template01 p.form__label,
.wpcf7 .template01 p.form__body {
  margin: 0;
  margin-bottom: .5em;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template01 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template01 p.form__label.is-required label {
  padding-right: 40px; 
}
.wpcf7 .template01 p.form__label.is-required label::after {
  content: "必須";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  padding: 0 5px;
  background-color: #eb1919;
  color: #fff;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
}
/* テキストフィールド */
.wpcf7 .template01 input[type=text],
.wpcf7 .template01 input[type=tel],
.wpcf7 .template01 input[type=email],
.wpcf7 .template01 input[type=url],
.wpcf7 .template01 input[type=date],
.wpcf7 .template01 input[type=number],
.wpcf7 .template01 textarea {
  width: 100%;
  margin: 0;
  padding: .5em 1em;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* テキストフィールド placeholder */
.wpcf7 .template01 input[type=text]::placeholder,
.wpcf7 .template01 input[type=tel]::placeholder,
.wpcf7 .template01 input[type=email]::placeholder,
.wpcf7 .template01 input[type=url]::placeholder,
.wpcf7 .template01 input[type=date]::placeholder,
.wpcf7 .template01 input[type=number]::placeholder,
.wpcf7 .template01 textarea::placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]:-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
.wpcf7 .template01 input[type=email]:-ms-input-placeholder,
.wpcf7 .template01 input[type=url]:-ms-input-placeholder,
.wpcf7 .template01 input[type=date]:-ms-input-placeholder,
.wpcf7 .template01 input[type=number]:-ms-input-placeholder,
.wpcf7 .template01 textarea:-ms-input-placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]::-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template01 input[type=email]::-ms-input-placeholder,
.wpcf7 .template01 input[type=url]::-ms-input-placeholder,
.wpcf7 .template01 input[type=date]::-ms-input-placeholder,
.wpcf7 .template01 input[type=number]::-ms-input-placeholder,
.wpcf7 .template01 textarea::-ms-input-placeholder {
  color: #ccc;
}
/* テキストフィールド フォーカス時 */
.wpcf7 .template01 input[type=text]:focus,
.wpcf7 .template01 input[type=tel]:focus,
.wpcf7 .template01 input[type=email]:focus,
.wpcf7 .template01 input[type=url]:focus,
.wpcf7 .template01 input[type=date]:focus,
.wpcf7 .template01 input[type=number]:focus,
.wpcf7 .template01 textarea:focus {
  outline: 0;
  border: 1px #080808 solid;
}
/* チェックボックス */
.wpcf7 .template01 input[type=checkbox] {
  display: none;
}
.wpcf7 .template01 input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=checkbox] + span::before {
  content: "";
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity .25s ease;
  z-index: 1;
}
.wpcf7 .template01 input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: .8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity .25s ease;
  z-index: 10;
}
.wpcf7 .template01 input[type=checkbox]:checked + span {
  color: #306ad4;
  transition: all .25s ease;
}
.wpcf7 .template01 input[type=checkbox]:checked + span::before {
  opacity: 1;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-bottom: 2px solid #306ad4;
  border-right: 2px solid #306ad4;
  transition: opacity .25s ease;
}
/* ラジオボタン */
.wpcf7 .template01 input[type=radio] {
  display: none;
}
.wpcf7 .template01 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0; 
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio]:checked + span {
  color: #306ad4;
  transition: opacity .25s ease;
}
.wpcf7 .template01 input[type=radio]:checked + span::after {
  opacity: 1;
  top: .2em;
  left: .2em;
  width: .6em;
  height: .6em;
  background-color: #306ad4;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
/* セレクト */
.wpcf7 .template01 span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
}
.wpcf7 .template01 select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: .5em 2.5em .5em 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template01 select::-ms-expand {
  display: none;
}
.wpcf7 .template01 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: .6em;
  height: .6em;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .template01 select:focus {
  outline: 0;
  border: 1px #080808 solid;
}
.wpcf7 .template01 span.select-wrap:focus-within::after {
  border-bottom: 1px solid #080808;
  border-right: 1px solid #080808;
}
/* 送信ボタン */
.wpcf7 .template01 .submit-btn {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7 .template01 input[type="submit"] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: opacity .25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template01 input[type="submit"]:disabled {
  cursor: not-allowed;
  box-shadow: none!important;
  border: 1px solid #f8f8f8!important;
  background-color: #f8f8f8!important;
  color: #999!important;
}
.wpcf7 .template01 input[type="submit"]:hover {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  transition: opacity .25s, background-color .25s;
}
.wpcf7 .template01 input[type="submit"]:focus {
  outline: 1px #eee solid;
  border: 1px #080808 solid;
}
.wpcf7 .template01  span.wpcf7-list-item {
  margin: 0 1em .2em 0;
}
.wpcf7 .template01 .ajax-loader {
  display: block;
}
@media only screen and (max-width: 768px) {
  .wpcf7 .template01 span.wpcf7-list-item {
    display: block;
  }
}

@media (min-width: 1200px){
.container {
	  width: 1600px;
}
}
#sliderArea{
    width: 100vw;
}
/********* RESPONSIVE *********/

@media screen and (max-width: 480px){
	#sliderArea{
		display:none;
	}
	
	.section {
		margin-bottom:0;
	}
	
	#float{
		display:none;
	}
	
	
/* ご案内 */
.menu-contents {
	flex-direction:column;
}
.menu-contents  .card {
	width: 100%;
}
.menu-contents > .card img {
	width:100%;
	object-fit: cover;
}

	
#top .top-img .text-box{
		display:none;
	}

#top .top-img .src1 {
       background-size: auto;
  }

}
