@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,.luxbar-item a
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    font-size: 15px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
ol, ul {
	list-style: none;
    list-style-position: inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
    line-height: 1.7;
}
h2 {
/*    font-size: 21px;*/
    line-height: 1.7;
}
h3 {
    line-height: 1.7;
}
a {
    text-decoration: none;
    color: #000;
	transition: all 0.3s ease;
}
p {
    line-height: 1.7;
}
li {
/*    line-height: 1.7;*/
    
}
a:link {
    color: #0000FF;
}
a:visited {
    color: #69008C;
}
strong {
    font-weight: bold;
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 480px) {
}
/*************************************
*************************************
共通
*************************************
*************************************/
img {
    max-width: 100%;
}
section {
    padding-top: 50px;
    margin-bottom: 50px;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.wrapper {
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #fff;
}
.container {
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.disp_pc {
    display: block;
}
.disp_tab {
    display: none;
}
.disp_sp {
    display: none;
}
#Crumbs {
    margin: auto;
    position: relative;
    font-size: 15px;
    z-index: 20;
    padding-top: 10px;
    padding-bottom: 10px;
}
a:hover {
    opacity: 0.8;
}
#return_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 500;
}
.contBox {
    width: 70%;
    height: auto;
    margin: 0 auto;
}
.flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*電話リンク無効*/
a[href^="tel:"] {
    pointer-events: none;
}


@media screen and (min-width:768px) and ( max-width:1024px){
    .container {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 480px) {
    .container {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .disp_tab {
        display: none;
    }
    .disp_pc {
        display: none;
    }
   .disp_sp {
        display: block;
    }
    .contBox {
        width: 100%;
    }
    .title img {
        max-width: 100%;
        width: auto;
            
    }
    .underPage_Title_h2 .container {
        padding-left: 0;
        padding-right: 0;
    }
    .underPage_Title_h2 h2 {
        padding-left: 0;
        text-align: center;
    }
    .underPage_Title_h3 h3 {
        font-size: 1em;
    }
    /*電話リンク有効*/
    a[href^="tel:"] {
        pointer-events: auto;
    }
    #return_top {
        bottom: 100px;
    }
}
/*************************************
ヘッダー
*************************************/
header {
}
header h1 {
	text-align: center;
	padding: 5px;
	background: rgba(0,0,0,0.8);
	font-size: 13px;
	color: #fff;
}


header .container {
}
@media screen and (min-width:768px) and ( max-width:1024px){
	header .container {
		padding-left: 0;
	}
}

.header_Box {
	margin-bottom: 20px;
}
.header_Box_Left {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 30%;
	box-sizing: border-box;
}
@media screen and (min-width:768px) and ( max-width:1024px){
	.header_Box_Left {
		width: 20%;
	}
}

.header_Box_Right {
	width: 70%;
	box-sizing: border-box;
	padding-top: 20px;
	text-align: right;
}
@media screen and (min-width:768px) and ( max-width:1024px){
	.header_Box_Right {
		width: 75%;
		padding-top: 20px;
	}
}

.header_Bottom {
	margin-bottom: 15px;
}
.header_Bottom li {
	width: 12.5%;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #000;
	margin-bottom: 5px;
}
.header_Bottom li:last-child {
	border-right: none;
}
.header_Bottom li a{
	color: #000;
	font-size: 12px;
	line-height: 1.3;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}
.header_Bottom li a:hover{
	border-bottom: 2px solid #BE0000;
	padding-bottom: 5px;
	color: #BE0000;
}
@media screen and (min-width:768px) and ( max-width:1024px){
	.header_Bottom li a{
		font-size: 13px;
	}
}

/*
nav {
    background-image: url("../img/header_back.png");
    background-position-y: bottom;
    border-top: 1px solid #c6c6c6;
}
nav ul {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
nav ul li {
    width: 25%;
    text-align: center;
    border-right: 1px  solid #fff;
}
nav ul li:first-child {
    border-left: 1px  solid #fff;
}
nav ul li a {
    display: block;
    padding-top: 20px;
    padding-bottom: 12px;
    transition: 0.2s;
}
nav ul li a:hover {
    color: #5BAF30;
}
*/

/*スクロール固定*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

@media screen and (max-width: 480px) {
	.header_logo_sp {
		position: absolute;
		width: 36%;
		top: 5px;
		left: 5px;
	}
    nav {
        background-image: none;
        border-top: none;
        border-bottom: none;
    }
    .headerBox_Left {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .headerBox_Left img {
        width: 100%;
    }
    .headerBox_Right_Tel {
        width: 50%;
    }
    .headerBox_Right_Contact {
        width: 40%;
    }
    #globalNavi .uk-navbar-toggle {
        padding: 15px;
        color: #000;
    }
    #globalNavi {
        background-color: #BE0000;
    }
    nav {
        background-color: transparent;
    }
    nav ul {
        display: block;
		margin-top: 50px;
    }
    nav ul li {
        width: 100%;
        text-align: left;
        background-color: transparent;
        border-right: none;
        border-bottom: 1px solid #000;
		padding-bottom: 5px;
		margin-bottom: 20px;
    }
    nav ul li a:link {
        color: #BE0000;
    }
    .uk-offcanvas-bar {
            background: rgba(255,255,255,0.9);
    }
    #globalNavi .uk-navbar-toggle {
        color: #fff;
    }
     svg {
        fill:#fff;
    }
    nav ul li:first-child {
        border-left: none;
    }

}

/*************************************
フッター
*************************************/
footer {
	background: rgba(0,0,0,0.8);
	padding-top: 80px;
	padding-bottom: 80px;
}
.footer_Logo {
	width: calc(100% / 2);
	margin-bottom: 20px;
}
.footerBox {
    padding-bottom: 20px;
}
.footerBoxLeft img {
    margin-bottom: 10px;
}
.footerBoxLeft {
    float: left;
    padding-top: 20px;
    width: 60%;
	color: #fff;
}
.footerBoxLeft a{
	color: #fff;
	text-decoration: underline;
}
.footerBoxLeft img{
    max-width: 90%;
    width: auto;
}
.footerBoxRight {
    float: left;
    margin-top: 20px;
    width: 40%;
}
.footerBoxRight li {
    line-height: 1.7;
	margin-bottom: 15px;
}
.footerBoxRight li a {
	color: #fff;
}
.footerBoxRight li img {
    vertical-align: middle;
}
.footerBoxRight_1 {
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.footerBoxRight_2 {
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.footerBar_Sp {
    display: none;
}
@media screen and (min-width:768px) and ( max-width:1024px){
    .footerBoxRight li {
        font-size: 0.8em;
    }
}
@media screen and (max-width: 480px) {
	footer {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.footerBoxLeft {
        float: none;
        width: 100%;
		margin-bottom: 60px;
    }
    .footerBoxLeft img{
        max-width: 100%;
        width: auto;
    }
    .footerBoxRight {
        float: none;
        width: 100%;
    }
    .footerBoxRight ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .footerBoxRight li {
        width: 100%;
        font-size: 0.9em;
        padding-bottom: 10px;
    }
    .footerBoxRight_1 {
        width: 50%;
    }
    .footerBoxRight_2 {
        width: 50%;
    }
    .footerBoxRight_3 {
        width: 50%;
    }
    .footerBar_Sp {
        padding: 10px;
        background: rgba(230,35,39,0.9);
        position: fixed;
        bottom: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        display: block;
    }
    .footerBar_Sp li {
        width: 48%;
        box-sizing: border-box;
        padding: 8px;
        border: 1px solid #fff;
    }
    .footerBar_Sp li a{
        color: #fff;
    }
    .footerBar_Sp img {
        width: 30px;
        float: left;
    }
}
/*************************************
コピーライト
*************************************/
.copyright {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
}
.copyright p{
    display: inline-block;
}

.copy_seisaku {
    padding-bottom: 10px;
    display: inline-block;
    text-align: right;
    float: right;
    padding-right: 10px;
}
.copy_seisaku p {
    font-size: 0.6em;
}
.copy_seisaku p a{
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 480px) {
    .copyright {
        margin-bottom: 70px;
    }
}
/*************************************
bxslider
*************************************/
.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    margin-bottom: 0;
}

.bx-wrapper img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.slider li {
    width: 100%;
    height: 80vh;
    background: center / cover no-repeat;
}

#main {
    position: relative;
}


.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus   {
    background: #BE0000;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 30px;
    height: 5px;
    margin: 0 5px;
    outline: 0;
    border-radius: 0;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 30px;
}
@media screen and (min-width:768px) and ( max-width:1024px){

}
@media screen and (max-width: 480px) {
.slider li {
    width: 100%;
    height: auto;
}
}
/*************************************
共通
*************************************/
/*ボタン*/
.btn_Common {
}

.btn_Common a {
	display: block;
	max-width: 250px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #000;
}

/*赤*/
.btn_Red a {
	border: 1px solid #BE0000;
	background: #fff;
	color: #BE0000;
	text-align: center;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center ;
	background-position-x :95%;
	background-position-y :center;
	background-image: url("../img/arrow_red.png");
}

.btn_Red a:hover {
	background-color: #BE0000;
	background-image: url("../img/arrow_wh.png");
	background-repeat: no-repeat;
	background-position: center ;
	background-position-x :95%;
	background-position-y :center;
	color: #fff;
	opacity: 1;
}

/*赤*/
.btn_Wh a {
	border: 1px solid #fff;
	color: #ffff;
	text-align: center;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center ;
	background-position-x :95%;
	background-position-y :center;
	background-image: url("../img/arrow_wh.png");
}


.btn_Wh a:hover {
	background-color: #fff;
	background-image: url("../img/arrow_red.png");
	background-repeat: no-repeat;
	background-position: center ;
	background-position-x :95%;
	background-position-y :center;
	color: #BE0000;
	opacity: 1;
}


/*************************************
お問い合わせ共通
*************************************/
#common_Contact {
	background: rgba(190,0,0,0.8);
	padding-bottom: 50px;
}
#common_Contact .top_H2{
	text-align: center;
	color: #fff;
}
.common_Contact_Box .flexBox {
	justify-content: center;
}
.common_Contact_Box li {
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	max-width: 50%;
}
@media screen and (max-width: 480px) {
	.common_Contact_Box li {
		max-width: 100%;
		margin-bottom: 15px;
	}
}

/*************************************
アクセス共通
*************************************/
#common_Access .top_H2{
	text-align: center;
}

.common_Access_Box iframe {
	width: 100%;
	height: 450px;
}
#common_Access p {
	padding-top: 15px;
}
/*************************************
トップ
*************************************/
/*************
共通
**************/
.top_H2 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
	.top_H2 {
		font-size: 22px;
	}
}

/*
MV
*/
.top .container {
	position: relative;
}
.top_mv_text {
	position: absolute;
	z-index: 10;
	top: 150px;
	left: 0;
}

/*
ニュース
*/
.top_News_Box {
	width: 80%;
	margin: 0 auto;
}

.top_News_Box {
	margin-bottom: 50px;
}

#top_News .top_H2 {
	text-align: center;
}

.top_News_Btn.btn_Red a {
	margin-right: 0;
}
@media screen and (max-width: 480px) {
	.top_News_Btn.btn_Red a {
		margin: 0 auto;
	}
}


/*
更新領域
*/
@media screen and (max-width: 480px) {
	#top_Lead .container {
		padding-left: 0;
		padding-right: 0;
	}
}
.top_Lead_Box {
	background: url("../img/top_lead_back.png") no-repeat center;
	background-size: cover;
	padding: 30px 15px;
}

.top_Lead_Box_text {
	text-align: center;
}

.top_Lead_Box_text h3 {
	font-size: 21px;
	font-weight: bold;
	color: #BE0000;
	margin-bottom: 10px;
}
.top_Lead_Box_text p {
	margin-bottom: 20px;
}

/*
挨拶
*/
.top_Greet_Img {
	text-align: right;
	position: relative;
	z-index: 0;
}
@media screen and (max-width: 480px) {
	.top_Greet_Img .container {
		padding-left: 0;
		padding-right: 0;
	}
}

.top_Greet_Text {
	background: rgba(190,0,0,0.2);
	max-width: 500px;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 30px;
	margin-top: -100px;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 480px) {
	.top_Greet_Text {
		margin-top: -80px;
	}
}

.top_Greet_Yachou {
	position: relative;
    left: 40%;
    top: -55px;
    z-index: 2;
}
@media screen and (max-width: 480px) {
	.top_Greet_Yachou {
		left: 0;
		top: 0;
	}
}

.top_Greet_Btn li {
	width: 50%;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
@media screen and (max-width: 480px) {
	.top_Greet_Btn li {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 20px;
	}
}

/*
コロナ対策
*/
#top_Boushi {
	background: rgba(190,0,0,0.2);
}

#top_Boushi .container {
	position: relative;
}

#top_Boushi .top_H2 {
	text-align: center;
	margin-bottom: 60px;
}


.top_Boushi_Box dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
}

.top_Boushi_Box dt {
    width: 90px;
    position: relative;
}

.top_Boushi_Box dd {
    width: calc(100% - 90px);
    font-size: 21px;
    padding-top: 15px;
}
@media screen and (max-width: 480px) {
	.top_Boushi_Box dt {
		width: 50px;
		position: relative;
	}

	.top_Boushi_Box dd {
		width: calc(100% - 50px);
		font-size: 18px;
		padding-left: 15px;
		box-sizing: border-box;
	}
}

/*画像*/
.top_Boushi_Img {
	margin-top: 20px;
	padding-bottom: 40px;
}
.top_Boushi_Img li {
	width: 20%;
	box-sizing: border-box;
}
@media screen and (max-width: 480px) {
	.top_Boushi_Img ul {
		justify-content: center;
	}
	.top_Boushi_Img li {
		width: 33.333%;
		box-sizing: border-box;
	}
}

/*やちょう先生*/
.top_Bousshi_Yachou_01 {
	position: absolute;
	top: -100px;
	left: 10%;
}
.top_Bousshi_Yachou_02 {
	position: absolute;
	right: 0;
	top: 10%;
}
@media screen and (min-width:481px) and ( max-width:1024px){
	.top_Bousshi_Yachou_01 {
		display: none;
	}
	.top_Bousshi_Yachou_02 {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.top_Bousshi_Yachou_01 {
		display: none;
	}
	.top_Bousshi_Yachou_02 {
		display: none;
	}
}
/*
コンテンツ
*/
.top_Cont_Box li {
	width: 48%;
	margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
	.top_Cont_Box li {
		width: 100%;
	}
}

/*
講師紹介
*/
#top_Koushi {
	background: rgba(190,0,0,0.2);
	padding-bottom: 40px;
	margin-bottom: 0;
}
.top_Koushi_Box_Img {
	width: 50%;
	box-sizing: border-box;
}
.top_Koushi_Box_Text {
	width: 50%;
	box-sizing: border-box;
	padding-left: 20px;
}
@media screen and (max-width: 480px) {
	.top_Koushi_Box_Img {
		width: 100%;
		margin-bottom: 20px;
	}
	.top_Koushi_Box_Text {
		width: 100%;
		padding-left: 0;
	}
}

.top_Koushi_Box_Text .top_H2 {
	margin-bottom: 15px;
}
.top_Koushi_Box_Text h3 {
	margin-bottom: 10px;
}

.top_Koushi_Box_Text_Box {
	margin-bottom: 40px;
}
.top_Koushi_Box_Text_Box p  {
	line-height: 1.8;
}



/*************************************
下層ページ共通
*************************************/

/*------------------------
下層ページタイトル
--------------------------*/
/*h2*/
.underPage_Title_h2 {
    color: #fff;
	background: #BE0000;
    text-align: center;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom:25px;
	font-size: 24px;
	letter-spacing: 3px;
	position: relative;
}

.underPage_Title_h2:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #BE0000 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

/*------------------------
下層ページリード
--------------------------*/
/*タイトル*/
.lower_Title {
	margin-bottom: 30px;
	color: #BE0000;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	font-size: 27px;
}

#lower_Lead p {
	margin-bottom: 30px;
	line-height: 3;
}

.lower_Lead_Img {
	text-align: right;
}
/*************************************
指導理念
*************************************/
.rinen_Box {
	width: 66%;
	margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
	.rinen_Box {
		width: 90%;
	}
}
.rinen_Box p span{
	color: #BE0000;
	font-size: 19px;
	font-weight: bold;
}

.rinen_Box_01 {
	
}

.rinen_Box_02 {
	margin-left: auto;
	margin-right: 0;
}
/*************************************
宮城県入試対策
*************************************/
#taisaku h3 {
	margin-bottom: 40px;
}
.taisaku_01_Box01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 50px;
}
.taisaku_01_Box01_Img {
	width: 50%;
	box-sizing: border-box;
}
.taisaku_01_Box01_Text {
	width: 50%;
	box-sizing: border-box;
	padding-left: 30px;
}
@media screen and (max-width: 480px) {
	.taisaku_01_Box01_Img {
		width: 100%;
		margin-bottom: 20px;
	}
	.taisaku_01_Box01_Text {
		width: 100%;
		padding-left: 0;
	}
}


.taisaku_01_Box01_Text p {
	line-height: 2
}
.taisaku_01_Box02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.taisaku_01_Box02_Img {
	width: 50%;
	box-sizing: border-box;
}
.taisaku_01_Box02_Text {
	width: 50%;
	box-sizing: border-box;
	padding-right: 30px;
}
@media screen and (max-width: 480px) {
	.taisaku_01_Box02 {
		flex-flow: column-reverse;
	}
	.taisaku_01_Box02_Img {
		width: 100%;
		margin-bottom: 20px;
	}
	.taisaku_01_Box02_Text {
		width: 100%;
		padding-right: 0;
	}
}

.taisaku_01_Box02_Text p {
	line-height: 2
}
.taisaku_01_Box02_Text p span{
	color: #BE0000;
	font-size: 19px;
	font-weight: bold;
}


#taisaku_02 h3{
	text-align: center;
}
.taisaku_02_Box {
	margin-bottom: 80px;
}
.taisaku_02_Box h4 {
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
}
.taisaku_02_Box li {
	width: 48%;
}
.taisaku_02_Box span {
	border-bottom: 2px solid #BE0000;
	display: inline-block;
	padding-bottom: 10px;
	
}
@media screen and (min-width:768px) and ( max-width:1024px){

}
@media screen and (max-width: 480px) {
	.taisaku_02_Box li {
		width: 100%;
		margin-bottom: 40px;
	}
}

/*************************************
時間割
*************************************/
.time_Box {
	width: 100%;
}
@media screen and (max-width: 480px) {
	.time_Box  {
	  overflow-x: scroll;
	  white-space: nowrap;
	  -webkit-overflow-scrolling: touch;	
	}
	.time_Box img {
		max-width: inherit;
	}
	#time_04 .time_Box{
		overflow-x: auto;
	}
	#time_04 .time_Box img{
		max-width: 100%;
	}
}
/*
授業料以外の費用
*/
.time_06_Img {
	width: 50%;
	box-sizing: border-box;
}
.time_06_Text {
	width: 50%;
	box-sizing: border-box;
	padding-left: 30px;
}
.time_06_Text li {
	text-indent: -1rem;
	padding-left: 1rem;
	margin-bottom: 30px;
	line-height: 1.6;
}
@media screen and (max-width: 480px) {
	.time_06_Img {
		width: 100%;
		margin-bottom: 20px;
	}
	.time_06_Text {
		width: 100%;
		padding-left: 0;
		margin-bottom: 20px;
	}
}
	
/*
その他
*/
.time_07_Img {
	width: 50%;
	box-sizing: border-box;
}
.time_07_Text {
	width: 50%;
	box-sizing: border-box;
	padding-right: 30px;
}
@media screen and (max-width: 480px) {
	#time_07 .flexBox {
		flex-flow: column-reverse;
	}
	.time_07_Img {
		width: 100%;
		margin-bottom: 20px;
	}
	.time_07_Text {
		width: 100%;
		padding-right: 0;
	}
}
.time_07_Text li {
	text-indent: -1rem;
	padding-left: 1rem;
	margin-bottom: 30px;
	line-height: 1.6;
}
.time_07_Text li span {
	color: #BE0000;
	font-weight: bold;
}
/*************************************
授業の流れ
*************************************/
.flow_01_Box {
	width: 70%;
	margin: 0 auto;
}
@media screen and (max-width: 480px) {
	.flow_01_Box {
		width: 100%;
		margin: 0 auto;
	}
}

.flow_01_Box table {
	width: 100%;
}
.flow_01_Box tr {
	width: 100%;
	border-bottom: 1px solid #BE0000;
	box-sizing: border-box;
}
.flow_01_Box th {
	width: 30%;
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 30px;
}
.flow_01_Box td {
	width: 70%;
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 30px;
}
@media screen and (max-width: 480px) {
	.flow_01_Box td {
		padding-left: 15px;
	}
}
.flow_01_Box td h4{
	font-size: 21px;
	color: #BE0000;
	font-weight: bold;
}

.flow_01_Box ul {
	margin-top: 30px;
}
.flow_01_Box li {
	line-height: 1.6;
	text-indent: -1rem;
	padding-left: 1rem;
}

#flow_02 {
	padding-top: 0;
}
/*************************************
お問い合わせ
*************************************/
/*
リード
*/
#contact_Lead .container {
	background: url("../img/contact_lead_back.png") no-repeat center;
	background-size: cover;
	padding: 20px;
}
.contact_Lead_Box {
	background: rgba(190,0,0,0.2);
	box-sizing: border-box;
	margin: 0 auto;
	padding: 50px;
}
@media screen and (max-width: 480px) {
	.contact_Lead_Box {
		padding: 20px 15px;
	}
}
.contact_Lead_Box h3 {
	text-align: center;
}
.contact_Lead_Box p {
	width: 80%;
	margin: 0 auto;
	line-height: 2;
}
@media screen and (max-width: 480px) {
	.contact_Lead_Box p {
		width: 100%;
	}
}

/*
お電話でお問い合わせ
*/
.contact_Tel_Box {
	background: rgba(190,0,0,0.8);
	padding: 60px 15px;
	text-align: center;
}
/*
メールでお問い合わせ
*/
#contact_Mail{
	background: rgba(190,0,0,0.2);
	padding-bottom: 50px;
}

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

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

}

/*************************************
スライドショー
*************************************/
.container-mv {
  width: 100%;
  height: 80vh;
  margin: auto;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
	.container-mv {
	  height: 70vh;
	}
}
.slideshow {
  width: 100%; /* ←追加 */
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slideshow img {
  width: 100%;
  height: 100%;               /* ← 高さも100%に固定 */
  position: absolute;
  top: 0;                     /* ← 中央から左上に変更 */
  left: 0;
  transform: none;            /* ← 中央寄せを解除 */
  opacity: 0;
  transition: opacity 1.5s ease;
  z-index: 0;
  object-fit: cover;          /* ← 画像をコンテナに合わせて拡大・切り抜き */
}

.slideshow img.active {
  opacity: 1;
  z-index: 1;
}


/*************************************
Colorbox 対応
*************************************/
.lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	cursor: zoom-out;
}

.lightbox-img {
	max-width: 90%;
	max-height: 90%;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	border: 8px solid #fff;
}

