*{
   margin:0;
   padding:0;
   transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
}

body {
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

p{
  font-size: 16px;
  font-weight: 900;
  margin: 10px 0;
  line-height: 1.8em;
  color: #222;
}

hr{
  margin:50px auto;
  width: 180px;
  border: solid 2px #222;

}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * wrap */

#wrap{
  width:100%;
  margin:0;
  padding:0;
  overflow: hidden;
}

/* ====================================================
brake
==================================================== */
@media print, screen and (min-width: 768px) {
.pc { display: inline; }
.sp { display: none; }
}
@media screen and (max-width: 767px) {
  .pc { display: none; }
  .sp { display: inline; }
}



/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * drawer */


#drawer{
  display:block;
  z-index:9999;
  position: relative;
}

.drawer-nav{
  background-image: linear-gradient( 135deg, #81FBB8 10%, #adff2f 100%);
   filter:alpha(opacity=100);
   -moz-opacity: 1.00;
   opacity: 1.00;     
}

.drawer-menu{
   width:100%;
   height: 100vh;
   text-align:center;
   padding:100px 0;
}



.drawer-menu ul{
   list-style:none;
   margin:50px 0;
   font-size:18px;
   font-weight:700;
   line-height:2.4em;
}

.drawer-menu ul a{
   color:#222;
   text-decoration:none;
}
@media screen and (min-width: 1024px) {
  .drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
    top: 30px;
    right: 30px;
  }
}
/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * header */

header{
    width:100%;
    background-color: #fff;
    margin:0px auto 0 auto;
	  z-index: 4;
	  position:fixed;    
	  padding:10px 0;
}

.header_warp{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head_l{
  padding-left: 50px;
}

.head_r{
  text-align: right;
  padding-right: 100px;
}


.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
}

header ul{
   list-style:none;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

header ul li{
   font-size: clamp(12px, 1vw, 16px);
   font-weight:900;
   width: calc(100% / 7);
   text-align: center;
   border-left: #b3b3b3 solid 1px;
}

header ul li:first-child{
	border: none;
}

header .otoiawase a{
  background-color: #000;
  color: #fff;
  padding: 16px 34px;
  border-radius: 26px;
  text-decoration: none;
  font-size: 16px;
}

header ul li a {
  position: relative;
  display: inline-block;
  transition: .3s;
  text-decoration: none;
  color: #111;
  padding: 10px 0;
}
header ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 3px;
  background-color: #adff2f;
  transition: .3s;
}
header ul li a:hover::after {
  width: 100%;
}

@media screen and (max-width: 1024px) {
.head_r{
  display:none;
}
.head_l{
	width:100%;
  padding: 0;
  text-align: center;
}
header{
  width:98%;
  display: block;
  padding:5px 10px;
}
.fixed {
  position:absolute;
}
header ul{
  display:none;
}


}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * footer */

footer{
  background-color: #CCC;
  padding: 50px 0 20px 0;
}

.footer_inner{
  max-width: 1000px;
  margin: auto;
  text-align: center;
}


.footer_inner ul{
  list-style: none;
  display: flex;
  justify-content: center;
}

.footer_inner ul li a{
  text-decoration: none;
  color: #222;
  font-size: 14px;
  padding: 0 5px;
}


.footer_inner ul li a:hover{
  color: #555;
}

.copy{
  font-size: 12px;
  margin-top: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #222;
}

@media screen and (max-width: 768px) {
  footer{
    padding: 40px 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .footer_inner ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:0;
  }

  .footer_inner ul li{
    width: 100%;
  }
  


}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * h */
h1{
  margin-top: 14px;
}

h1 a {
  display: inline-block;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
h1 img {
  width: 240px;
}

h1 a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 32px;
  padding-left: 30px;
  margin-bottom: 30px;
  color: #222;
  background: url(../img/icon1.svg) no-repeat;
}

h2 span{
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 700;
  font-size:18px;
  margin-left: 20px;
}

h3 {
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin: 10px 0;
  color: #222;
}

h3 span{
  display: block;
  color: #555;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  h2 span{
    font-size: 12px;
  }

  h3 {
    font-size: 22px;
  }

  h1 img {
    width: 180px;
  }
  
  
  
}

/* bg loop text */
.loop_wrap {
  display: flex;
  width: 100vw;
  height: 438px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.loop_wrap div {
  color: rgba(187, 187, 187, 0.1);
  font-size: 360px;
  line-height: 1.4em;
  font-weight: 600;
  flex: 0 0 auto;
  font-family: 'Montserrat', sans-serif;
  white-space: nowrap;
}
.loop_wrap div:nth-child(odd) {
  animation: loop 80s -40s linear infinite;
}
.loop_wrap div:nth-child(even) {
  animation: loop2 80s linear infinite;
}
@keyframes loop {
  0% {
      transform: translateX(100%);
  }
  to {
      transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
      transform: translateX(0%);
  }
  to {
      transform: translateX(-200%);
  }
}
@media screen and (max-width: 767px) {
  .loop_wrap {
      height: 183px;
  }
  .loop_wrap div {
      font-size: 150px;
  }
}


/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * INDEX */

.main{
  width:100%;
  height:800px;
}

#mainimg{
   overflow: hidden;
   width: 100%;
   min-height: 600px;
   position:absolute;
   margin-top: 170px;
}

.inner-content{
   position:absolute;
   left: 100px;
   bottom: 200px;
  -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.inner-content p{
  color: #fff;
  font-size: 42px;
  text-shadow: 1px 2px 1px rgb(0 0 0 / 30%);
  font-weight: 700;
}



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

.inner-content{
   bottom: 60px;
   left: 0;
   padding: 0 10px;
}

.inner-content p{
  font-size: 24px;
}
.main{
  width:100%;
  height:300px;
}

#mainimg{
   overflow: hidden;
   width: 100%;
   min-height: 300px;
   position:absolute;
   margin-top: 100px;
}



}

.s_main{
  position:relative;
  padding:260px 0 80px 0;
  text-align:center;
  width:100%;
  overflow:hidden;
  margin:0;
  
}

.s_main img {
  position:absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width:100%;
  height:400px;
  object-fit: cover;
}

.s_main p{  
  color:#FFFFFF;
  font-size:38px;
  font-weight: 700;
	position: relative;
  letter-spacing:1px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  z-index: 3;
  line-height: 1em;  
}

@media screen and (max-width: 1024px) {
  .s_main{
    padding:160px 0 80px 0;
  }
  .s_main p{  
    font-size:28px;
  }

}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * sns */
.sns{
  display: flex;
  align-items: center;
  justify-content: center;
}

.sns img{
  width: 40px;
  margin: 20px 10px;

}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * info */

.info{
  padding: 10px;
}


.info ul{
  list-style: none;
  font-weight: 900;
  line-height: 1.8em;
  font-size: 16px;
}

.info ul li{
  margin-top: 10px;
  border-bottom: #CCC solid 1px;
  padding-bottom: 10px;
}

.info ul li a{
  text-decoration: none;
  color: #222;
}

.info ul li a:hover{
  color: #ccc;
}

.info ul li span{
  margin-right: 15px;
  display: block;
}



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

  .info ul li span{
    display: block;
  }
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * concept */

.concept{
  width: 100%;
  text-align: center;
  padding: 100px 0;
  background: url(../img/bg_01.jpg) no-repeat center;
  background-attachment: fixed;
}

.concept_inner{
  max-width: 1000px;
  margin: auto;
  margin-bottom: 50px;
}

.concept h2,
.concept h3{
  color: #fff;
}

.concept_inner p{
  color: #fff;
  font-size: 18px;
  line-height: 1.8em;
}

.concept_inner p strong{
  display: block;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 2.4em;

}

@media screen and (max-width: 768px) {
  .concept{
    background-attachment:unset;
  }
  
  .concept h3{
    font-size: 26px;
  }
  .concept_inner p strong{
    font-size: 20px;
  }
  
}



/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * base */
.base_container{
  width: 100%;
  padding: 100px 0;
  position: relative;
}


.container_inner{
  max-width: 1000px;
  margin: auto;
}

.container_inner img{
  max-width: 100%;
}

.column_container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0;
}

.column_auto{
  justify-content: flex-start;
  
}

.column_two{
  width: 48%;
}

.column_three{
  width: 32%;
}

.column_four{
  width: 24%;
}

.column_five{
  width: 19.5%;
  margin-bottom: 20px;
  vertical-align: middle;
}

.column_auto .column_three{
  margin: 0 0.6% 50px 0.6%; 
}

.column_auto .column_two{
  margin: 0 1% 50px 1%; 
}


.order{
  order: -1;
}

.left{
  text-align: left;
}

.caution{
  font-size: 12px;
}

.glay{
  background-color: #f4f4f4;
}

.lesson_green{
  background-color: #81FBB8;
  border-radius: 10px;
}

.lesson_blue{
  background-color: #C1E5F5;
  border-radius: 10px;
}

.lesson_red{
  background-color: #FBE3D6;
  border-radius: 10px;
}


.y-school_b{
  background-color: #C1E5F5;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  margin: 20px auto;
  -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.y-school_g{
  background-color: #FBE3D6;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  margin: 20px auto;
  -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.y-school_b .column_container,
.y-school_g .column_container{
  border: #fff solid 2px;
  margin-top: 0;
}

.y-school_txt{
  color: #000;
  background-color: #fff;
  margin-right: 10px;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 30px;
}


.green h2{
  color: #222;
  background: url(../img/icon2.svg) no-repeat;
}

.bottom_box{
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.bottom_box h2 span{
  display: block;
}
.bottom_box .btn{
  text-align: center;
}
.bottom_box img{
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.map{
  background: url(../img/map.png) no-repeat;
  background-size:contain;
  padding-top: 600px;
}

.center{
  text-align: center;
}

.right{
  text-align: right;
}
.left{
  text-align: left;
}

.fontbig{
  font-size: 28px;
}

.tel{
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 64px;
  margin: 20px 0 0 0;
  color: #222;
}

span.cat{
  color: #fff;
  background-color: #000;
  margin-right: 10px;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 30px;
}

.info_box{
  padding: 30px 0 100px 0;
}

.info_box img{
  max-width: 100%;
}


@media screen and (max-width: 768px) {
  .base_container{
    padding: 100px 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .container_inner{
    padding: 50px 0;
  }  
  .column_container{
    display:block;
  }  
  .column_two{
    width: 100%;
  }  
  .column_three{
    width: 100%;
  }
  .column_five{
    width: 100%;
  }

  .tel{
    font-size: 42px;
  }

  .map{
    background: url(../img/map_sp.png) no-repeat;
    background-size:contain;
    padding-top: 340px;
  }

  .y-school_b,
  .y-school_g{
    padding: 40px 20px;
  }
  
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * table */

table {
	border-collapse: collapse;
	border:#e3e3e3 solid 1px;
	width:100%;
	max-width:1200px;
	margin:10px auto;
  font-size: 18px;
  font-weight: 600;
}

th {
	border-bottom: #e3e3e3 1px solid;
	text-align: left;
	padding: 20px 20px;
	background-image: linear-gradient( 135deg, #81FBB8 10%, #adff2f 100%);
  color: #000;
}

td {
	border-bottom: #e3e3e3 1px solid;
	text-align: left;
	padding: 20px 20px;
  background-color: #fff;
}




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

table {
	border-collapse: collapse;
	width:95%;
	margin:30px auto;
}

td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding:20px 10px;
	display:block;
}


th {
    display:block;
}

}

.scroll{
	 width:100%;

}

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

table {
	border-collapse: collapse;
	width:95%;
	margin:30px auto;
}

td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	display:block;
}


th {
    display:block;
}


table.min_w th{
    width:auto;
}

.scroll {
    overflow-x: auto;
  }
.scroll table {
	border-collapse:collapse;
	min-width:740px;
	margin:30px auto;
}

.scroll th {
    display:table-cell;
	border-bottom: #e3e3e3 1px dotted;
}

.scroll td {
	border-bottom: #e3e3e3 1px dotted;
	border-top: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
	display:table-cell;
	line-height:2em;
}



}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * btn */

p.btn{
  margin:30px auto;
}
p.btn a {
  background-image: linear-gradient(rgb(0, 0, 0) 50%, rgba(255,255,255,1) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  transition: .3s;
  color:#fff;
  text-decoration:none;
  font-size:16px;
  font-weight: 900;
  letter-spacing:1px;
  border:#000 solid 2px;
  border-radius: 50px;
  padding:14px 60px;
  text-shadow:none;

}
p.btn a:hover {
  background-position: 0 100%;
  color: #000;
}

p.btn2{
  margin:30px auto;
}
p.btn2 a {
  background-image: linear-gradient(rgb(230, 230, 230) 50%, rgba(255,255,255,1) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  transition: .3s;
  color:#000;
  text-decoration:none;
  font-size:14px;
  font-weight: 900;
  letter-spacing:1px;
  border:#e6e6e6 solid 2px;
  border-radius: 12px;
  padding:8px 32px;
  text-shadow:none;

}
p.btn2 a:hover {
  background-position: 0 100%;
  color: #222;
}

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

p.btn a {
  font-size:16px;
  padding:8px 40px;

}

}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * figure */
figure {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}
figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * fuwatAnime */

.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(80px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(80px); -ms-transform: translateY(80px); transform: translateY(80px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * isPlay */

.box {
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.box .boxInner {
  width: inherit;
  height: inherit;
  opacity: 0;
}

.isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}
  
.isPlay:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(65deg, #000000, #141414); 
    background: -webkit-linear-gradient(65deg, #000, #141414); 
    background: linear-gradient(25deg, #000, #141414);
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}

@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}
/* ====================================================
swiper
==================================================== */
.swiper-container{
  text-align: center;
  max-width: 100%;
  margin: auto;
}

.swiper-wrapper {
	width: 100%;
}

.swiper-slide {
	color: #ffffff;
	width: 100%;
	height: 100%;
  padding: 50px 0 100px 0;
	text-align: left;

}

.swiper-slide img{
  width: 100%;
}
.swiper-slide p{
  display: block;
  color: #000;
  margin: 5px 0;
}
.swiper-slide p span{
  color: #fff;
  background-color: #000;
  margin-right: 10px;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 30px;
}

.lesson{
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  padding-bottom: 40px;
  background-color: #fff;
}

.lesson img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.lesson h3,
.lesson p{
  padding: 0 18px;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * pagetop */


.pagetop {
	position: fixed;
	bottom: 30px;
	right: 10px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
  z-index: 5;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #111;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}
.pagetop.show {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

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

.pagetop {
	bottom: 30px;
	right: 10px;
}

}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * scroll */

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
  }
  .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
    margin: 0 calc(50% - 50vw);
  width: 100vw;
  }
  .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
  }
  .scroll-infinity__list--left {
    animation: infinity-scroll-left 100s infinite linear 0.5s both;
  }
  .scroll-infinity__item {
    width: 600px;
    height: 400px;
    object-fit: cover;
  }
  .scroll-infinity__item>img {
    width: 100%;
  }


/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * infomation_box */

.contact{
  width: 100%;
  text-align: center;
  padding: 100px 0 200px 0;
}

.contact_inner{
  max-width:1000px;
  margin: auto;
  text-align: left;
  padding: 50px 0;
}

#infomation_box{
  width:80%;
  text-align:left;
  margin:50px auto;
}


.infomation_list{
  padding:5px 0;
}

.infomation_list span{
  font-size:14px;
  font-weight:bold;
  color:#e6326f;
  margin-left:10px;
}

.infomation_list span.must {
   width: 60px;
   background: #e6326f;
   color: #fff;
   border-radius: 12px;
   text-align: center;
   font-size: 11.008px;
   font-size: 0.688rem;
   line-height: 22px;
 display: inline-block;
}

textarea,
input[type="text"],
input[type="tel"] ,
input[type="email"]  {
   width: 100%;
   padding: 10px 15px;
   font-size: 14px;
   border: 2px solid #666;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -ms-border-radius: 4px;
   border-radius: 4px;
}

select,
input[type="date"]{
 padding: 10px 15px;
 font-size: 14px;
   border: 2px solid #666;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -ms-border-radius: 4px;
   border-radius: 4px;
}

textarea {
   height: 60px; 
}

textarea:focus,
select:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
   border: 2px solid #CCCC66;
 background-color:#F4F4EF;
}

input#submit_button {
   margin: 30px auto;
   border: 0;
   font-size: 13px;
   position: relative;
   top: 50%;
   left: 50%;
   margin-left: -100px;
   width: 200px;
   height: 50px;
   text-align: center;
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-user-select: none;
   cursor: default;
 
 color: #fff;
   border: #000000 solid 2px;
   padding: 10px;
   background-color: #000;
 font-weight:bold;
}

input#submit_button:hover {
   cursor: pointer;
 color: #000;
   background-color: #fff;
}
@media print, screen and (max-width: 1079px) {
.contact_inner{
  width:100%;
  padding:50px 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#infomation_box{
  width:98%;
  margin:0;
  padding:0;
  text-align:left;
  margin:auto;
}

textarea,
input[type="text"],
input[type="tel"] ,
input[type="email"]  {
   width: 85%;
   padding: 10px 15px;
   font-size: 14px;
   border: 2px solid #666;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -ms-border-radius: 4px;
   border-radius: 4px;
}


}


.green .swiper-wrapper{
  width: 100% !important;
}