@charset "utf-8";
body {
	font-family: "Noto Serif JP";
	font-weight: 400;
}
/*========= 背景動画設定のCSS ===============*/

/*header設定*/
#header{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;/*高さを全画面にあわせる*/
} 

#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

/*見出し設定*/
div.top{
    /*要素の配置*/
    position:absolute;
    /*要素を天地中央寄せ*/
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /*見た目の調整*/
    /*color:#fff;
    text-shadow: 0 0 15px #666;*/
	/*padding-top: 100px;*/
}

/*========= レイアウトのためのCSS ===============*/

#container{
	background:#fff;
	padding:50px 150px;
	/*text-align: center;*/
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 800px){
#container{
	background:#fff;
	padding:30px 4%;
	/*text-align: center;*/
	width: 94%;
	margin: 0 auto;
	box-sizing: border-box;
}
div.top {
	width: 100%;
	}
}

/*大富豪　サービス　テーブル*/

table.service {
	width: 100%;
	box-sizing: border-box;
	border:none;
	border-collapse: collapse;
	margin-bottom: 30px;
}
table.service td {
	box-sizing: border-box;
	border:1px solid #ccc;
	border-collapse: collapse;
	text-align: center;
	padding: 10px;
	font-size: 24px;
	background:#fff;
	color: #333;
}
@media screen and (max-width: 800px){
table.service {
	margin-bottom: 20px;
}
table.service td {
	padding:4% 1%;
	font-size:14px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
}
table.service td.service-title {
	background: #f7f7f7;
	width: 23%;
}
/*塾長ボタン*/
p.btn {
  background: #881111;
  color: #FFFFFF;
  font-size:34px;
  font-family:"Noto Serif JP";
  font-weight:700;
  /*height: 100px;*/
  width: 90%;
  border-radius: 25px;
	border:1px solid #111;
	padding: 20px 0;
	text-align: center;
	box-sizing: border-box;
	margin: 0 5% 50px;
}
p.btn:hover {
  background: #fff;
  color: #881111;
	border: 2px solid #881111;
}

@media only screen and (max-width:796px){
p.btn {
  font-size: 20px;
  border-radius: 20px;
	box-sizing: border-box;
    width: 100%;
	padding: 10px 0;
	margin-bottom: 30px;
	margin-left: 0;
}
}
.red {
	color:#881111!important;/*#d62d51#930844 b1004c*/
}
.red2 {
	color:#c61919!important;/*#d62d51#930844 b1004c*/
}
.bold {
	font-weight: 700;
}
.title01 {
	text-align:left;
	line-height: 4rem;
	font-size: 2.7rem;
	font-family:  "Noto Serif JP";
	font-weight:700;
	color: #252526;
	margin-bottom: 3rem;
	margin-top: 5rem;
}
.title01-gyokan {
	margin-top: 3rem;
}
.title01 .mini {
	font-size:2rem;
}
.title01 .big {
	font-size:3.7rem;
}
@media only screen and (max-width:800px){
.title01 {
	/*text-align: center;*/
	line-height: 1.7;
	font-size: 18px;
	font-family:  "Noto Serif JP";
	font-weight:700;
	color: #252526;
	margin-bottom: 1rem;
	letter-spacing: -1.5px;
	margin-top: 2rem;
}
.title01-gyokan {
	margin-top: 2rem;
}
.title01 .mini {
	font-size:16px;
}
.title01 .big {
	font-size:24px;
}
}

.mt100 {
	margin-top: 100px !important;
}
p {
	text-align: left;
	line-height: 2rem;
	font-size: 1.2384rem;
	margin-bottom: 1.8rem;
}
p .big {
	font-size: 2rem;
}
p .morebig {
	font-size: 3rem;
}
@media screen and (max-width:980px){
p {
	text-align: left;
	line-height:1.7;
	font-size: 16px;
	margin-bottom: 1rem;
}
p .big {
	font-size: 2rem;
}
p .morebig {
	font-size: 3rem;
}
}
.form-title {
	width: 100%;
	margin: 100px auto 30px;
}
@media screen and (max-width:980px){
.form-title {
	width: 100%;
	margin: 30px auto 20px;
}
}
.form-title img {
	width: 100%;
	height: auto;
}
.Centering {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
/*画像*/
.b3-img01 {
	width: 30%;
	margin: 0 0 1.5rem 1.5rem;
	float: right;
}
.r-photo {
	width: 40%;
	margin: 0 0 1.5rem 1.5rem;
	float: right;
}
.b3-img01 img, .r-photo img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:980px){
/*画像*/
.b3-img01 {
	width: 30%;
	margin: 0 0 1rem 1rem;
	float: right;
}
.r-photo {
	width: 40%;
	margin: 0 0 1rem 1rem;
	float: right;
}	
}

/*FOOTER*/
.footer {
	font-family: "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-color: #fff;/*#f7f7f7*/
	box-sizing: border-box;
	border-top: #ccc 1px solid;
	/*padding-bottom: 140px;*/
}
.footer-in {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0;
}
.f-navi {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
}
.f-navi-in {
	width:1000px;
	margin: 0 auto;
	padding: 20px 0 35px 0;
}
.footer ul {
	margin: 0 auto;
	width: 670px;
	list-style: none;
}
.footer li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 16px;
	margin-right: 20px;
	line-height: 1;
	margin-bottom: 0;
	background: none;
	font-weight: bold;
}
.footer li a {
	line-height: 1;
	color: #333;
	text-decoration: none;
}
.footer li a:hover {
	color: #4367a6;
}
.footer p.copyright {
	line-height: 1;
	text-align: center;
	font-size: 0.9rem;
}
/*フッターinfo*/
.info {
	margin: 0 auto;
	margin-bottom: 1rem;
	width: 65%;
}
.info p.name {
	margin-bottom: 0.5rem;
	font-weight: bold;
	font-size: 16px;
}
.info p.address {
	line-height: 1.2;
	font-size: 16px;
}
.info-l {
	/*width: 300px;*/
	float: left;
	margin-top: 15px;
}
.info-r {
	width: 100px;
	float: left;
	/*padding-top: 10px;*/
	margin-left: 50px;
}
.info-r img {
	width: 100%;
	height: auto;
}
.info-clear {
	clear: both;
}
.pc {}
.sp {display: none;}
@media screen and (max-width:980px){
.pc {display: none;}
.sp {display: block;}	
/*フッター*/
.footer {
	font-family: "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	box-sizing: border-box;
	}
.footer ul {
	padding: 5px 0 20px 5px;
	width: 100%;
	box-sizing: border-box;
	}
.footer li {
	font-size: 16px !important;
	line-height: 2rem !important;
	background: none !important;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 20px;
	margin-bottom: 0;
}
.footer li a {
	line-height: 1;
	color: #333;
	text-decoration: none;
}
.footer li a:hover {
	color: #4367a6;
}
.footer-in {
	width: 100%;
	margin: 0 auto;
	padding:10px;
}
.info {
	margin: 0 auto;
	margin-bottom: 1rem;
	width: 95%;
	padding-bottom: 1rem;
}
.info-l {
	width: 65%;
	float: left;
	margin-top: 15px;
	margin-left: 0;
	padding-left: 0;
}
.info-r {
	width:25%;
	float: right;
	margin-right: 3%;
	margin-left: 0;
	/*padding-top: 10px;
	margin-left: 50px;*/
}
.info p.address {
	line-height: 1.2;
	font-size: 0.9rem;
}
.sp-f-navi {
	box-sizing: border-box;
	padding-left: 20px;
	}
.sp-f-navi p {
	padding: 0.5rem 0;
	margin: 0;
}
.sp-f-navi p a {
	font-size: 16px;
	margin-bottom:0;
	line-height: 2;
	color: #333;
	text-decoration: none;
	}
.sp-f-navi p a:hover {
	color: #4367a6;
}
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}

/*----- movie -----*/
/*.wrapper{
width:100%;
max-width:900px;
margin:0 auto;
padding:20px 0;
}*/
.movie_wrapper{
width:100%;
margin:0 0 30px 0;
padding:0;/*20px 3.125%*/
box-sizing:border-box;
background:#2b2b2b;
}
.movie{
width:100%;
max-height:506px;
margin:0;
padding:0;
}
.movie_box{
position:relative;
width:100%;
max-width:900px;
max-height:506px;
margin:20px auto;
padding-top:56.25%;
}
.movie_box iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
max-width:900px;
max-height:506px;
box-sizing:border-box;
}
.movie_box .viddler-auto-embed{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
max-width:900px;
max-height:506px;
box-sizing:border-box;
}
@media only screen and (max-width:640px){
.movie_wrapper{margin:0 0 20px 0;}
.movie{}
.movie_box{}
.movie_box iframe{}
}
/*! 埋め込み動画をレスポンシブ対応させる */
.video {
position: relative;
height: 0;
padding: 0 0 56.25%;
overflow: hidden;
}
.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}