﻿@font-face {
font-family: "kouzan";
  src: url("./Dup/img/kouzan.otf") format("otf"),url("./Dup/img/kouzan.woff") format("woff"),url("./Dup/img/kouzan.woff2") format("woff2");
}
.font1{font-family: "kouzan","serif";}

.width_250-max{
margin: 0 auto;
box-sizing: border-box;
}
.width_250-max{
width: 100%;
max-width: 250px;
}
.pd_b-80px{padding-bottom: 80px;}

/*------------------------------------------------
全体
------------------------------------------------*/
.language{
top: 60px;
right: 150px;
}
.language a:before{
content: "";
display: block;
font-size: 13px;
color: white;
text-align: center;
position: absolute;
bottom: -23px;
}
.language .jp a:before{content: "日本語";left: 1px;width: 100%;}
.language .en a:before{content: "ENGLISH";left: -7px;}
.menu_stick .menu{
text-decoration: underline;
width: 56px;
position: absolute;
left: -6px;
}
.menu_stick.stick_trans .menu{display: none;}
#top_cms,#under_page{
background-image: url(./Dup/img/back.png);
background-size: 4%;
}
header .menu_stick.stick_trans span:nth-of-type(3){
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
margin-top: -3px
}

/*------------------------------------------------
TOP
------------------------------------------------*/
#video{ height: 100vh; }
#video video{
width: 100%;
height: auto;
top: 50%;
left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.catch{
font-size: 70px;
letter-spacing: -2px;
}

#contents2:before{
    background: -moz-linear-gradient(left, rgba(0,0,0,0.3), rgba(0,0,0,0.8));
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.3), rgba(0,0,0,0.8));
    background: linear-gradient(to right,  rgba(0,0,0,0.3), rgba(0,0,0,0.8));
display:block;
content: "";
width:100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
#contents3:before{
    background: -moz-linear-gradient(left, rgba(0,0,0,0.8), rgba(0,0,0,0.3));
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.8), rgba(0,0,0,0.3));
    background: linear-gradient(to right,  rgba(0,0,0,0.8), rgba(0,0,0,0.3));
display:block;
content: "";
width:100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
#contents2 .con_box,#contents3 .con_box{
    background: -moz-transparent;
    background: -webkit-transparent;
    background: transparent;
z-index: 1;
}
#contents2 .right, #contents3 .left{min-height: 80vh;}
#contents2 .right .con_txt, #contents3 .left .con_txt{vertical-align: middle;}

/*------------------------------------------------
下層
------------------------------------------------*/

/* 各教室の紹介 */
.slick-prev{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: -50px!important;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
#cms_3-e .slick-arrow:before{
	content:""!important;
	width: 50px!important;
	height: 50px!important;
	position: absolute;
	top: 0;
	left: 0;
}
#cms_3-e .slick-next:before{
	background: url(./Dup/img/next.png)!important;
	background-size: contain!important;
}

#cms_3-e .slick-prev:before{
	background: url(./Dup/img/prev.png)!important;
	background-size: contain!important;
}
@media  screen and (max-width: 667px){
#cms_3-e .slick-arrow:before{
	width: 30px!important;
	height: 30px!important;
}
.slick-next{right: -20px!important;}
.slick-prev{left: -30px!important;}
}

/* 5-c QA削除 */
#cms_5-c .box_title1::before,#cms_5-c .box_txt1::before,
.cms_5-c .box_title1::before,.cms_5-c .box_txt1::before{
display: none;
}
#cms_5-c .box_title1,#cms_5-c .box_txt1,
.cms_5-c .box_title1,.cms_5-c .box_txt1{
padding-left: 0;
}

#form_box input[type="submit"],
#form_box input[type="reset"]{
-webkit-appearance: none;
background: transparent;
border-radius: 0;
outline: none;
border: 1px solid #695f23;
background-color: #695f23;
cursor: pointer;
}
#form_box input[type="submit"]:disabled{
    cursor: default;
}
#form_box input[type="submit"]:hover,
#form_box input[type="reset"]:hover{
border-color: #469191;
background-color: #469191;
}
/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.description3 p{padding-top: 5px;}
.language{display: none!important;}

#cms_3-e .txt{padding-bottom:6px;}
}
/* Edgeのみ */
@supports (-ms-ime-align:auto) {
.language{display: none!important;}
}

@media  screen and (max-width: 1280px){
#video video{
width: auto!important;
height: 100%;
}
}

/*タブレット用（768px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 768px){
.language{
top: 30px;
right: 150px;
}
.language .jp a:before{left: 0px;}
header.height100vh{ height: auto; }
#header{
top: 0;
left: 0;
background: none;
background-color: rgba(105,95,35,0.7);
}
header .menu_stick{top: 32px;}
header .menu_stick.stick_trans {
padding-top: 20px;
padding-right: 5px;
}
#video{ height: 40vh; }
#video video{
width: 100%!important;
height: auto;
}

.catch{font-size: 50px;}

#wrap{padding-top: 100px;}
#top_cms,#under_page{background-size: 8%;}
#contents2 .right, #contents3 .left{min-height: auto;}
#page_title{ height: 250px;}
#page_title .page_title_box{top: 80px;}

.width_200-max_tb{
margin: 0 auto;
box-sizing: border-box;
}
.width_200-max_tb{
width: 100%;
max-width: 200px;
}

}

/*スマホ用（667px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 667px){
.language{
top: 20px;
right: 90px;
}
.language a:before{
font-size: 10px;
bottom: -20px;
}
.language img{ width: 35px;}
header .menu_stick{top: 20px;right: 20px;}
#header{height: 75px;}
#video{ height: 31vh; }
#wrap{padding-top: 75px;}
#page_title{ height: 180px;}
#page_title .page_title_box{top: 50px;}

.catch{
font-size: 50px;
line-height: 1;
letter-spacing: -5px;
}

.pd_b-50px_sp{padding-bottom: 50px;}
.width_150-max_sp{
margin: 0 auto;
box-sizing: border-box;
}
.width_150-max_sp{
width: 100%;
max-width: 150px;
}

header .scroll_d{height: 70px;}
header .scroll_d span::before {animation: line2 4s ease 0s infinite;}

}
/*スマホ　IE*/
@media all and (-ms-high-contrast: none) and (max-width: 667px){
#cms_3-e .txt{padding-bottom:1px;}
}

@keyframes line2{
	0% {
		bottom: 70px;
		height: 0;
	}
	20% {
		bottom: 0;
		height: 70px;
	}
	40% {
		bottom: 0;
		height: 0;
	}
	100% {
		bottom: 0;
		height: 0;
	}
}

/*--------------------------自動リンク--------------------------*/
/* color */
.linkStyle{color: #fff; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #fff;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}
.bg_color2 .linkStyle{color: #695f23;}
.bg_color3 .linkStyle{color: #fff;}
.bg_color4 .linkStyle{color: #fff;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block; margin-bottom: 20px;}
}

/*--------------------------カラー--------------------------*/
body,.txt_color_nomal{color: #9fa8a3;}
.txt_white{color: white;}
.txt_black{color: #333;}
.txt_red{color: red;}
.txt_color1{color: #695f23} /* メインカラー */
.txt_color2{color: #afaa87} /* サブカラー */
.txt_color3{color: #6e1419} /* アクセントカラー1 */
.txt_color4{color: #469191} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_white_03{background-color: rgba(255,255,255,0.3);}
.bg_white_01{background-color: rgba(255,255,255,0.1);}
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #695f23} /* メインカラー */
.bg_color2{background-color: #afaa87} /* サブカラー */
.bg_color3{background-color: #6e1419} /* アクセントカラー1 */
.bg_color4{background-color: #469191} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #695f23}
.border_color2{border-color: #afaa87}
.border_color3{border-color: #6e1419}
.border_color4{border-color: #469191}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #695f23} /* メインカラー */
.hvr_txt_color2:hover{color: #afaa87} /* サブカラー */
.hvr_txt_color3:hover{color: #6e1419} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #469191} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #695f23} /* メインカラー */
.hvr_bg_color2:hover{background-color: #afaa87} /* サブカラー */
.hvr_bg_color3:hover{background-color: #6e1419} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #469191} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #695f23}
.hvr_border_color2:hover{border-color: #afaa87}
.hvr_border_color3:hover{border-color: #6e1419}
.hvr_border_color4:hover{border-color: #469191}