@charset "utf-8";

/* 電話発信の無効 */
@media(min-width: 768px){
a[href^="tel:"]{
	pointer-events: none;
}
	}

/*===========================================================================================================================================
=============================================================================================================================================

	タブレット

=============================================================================================================================================
===========================================================================================================================================*/
@media screen and (max-width: 1023px) {

/*=================================================

	共通

=================================================*/
a:hover{
	opacity: 1;
}

.all-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px 0 30px 0;
    background-image: url(../img/grid-line.png);
    background-repeat: repeat-x;
    background-position: center top;
    position: relative;
}

.content {
    display: flex;
    flex-wrap: wrap;
}

.side {
    width: 240px;
    background-color: #FCF9E2;
}

.main-area {
	width: calc(100% - 240px);
}

/*=================================================

	ヘッダー

=================================================*/
.header{
	
}

.header__inner{
	max-width: 280px;
	padding: 0 10px;
	width: 100%;
	margin: 0 auto;
}

.header__title-university{
    letter-spacing: .2em;
}

.header__logo {
    margin: 5px 0 7px 0px;
}

.header__title {
    font-size: 1.7rem;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 15px;
}

.header__title-link{
    display: inline-block;
}

.header__title-main {
    font-weight: normal;
    line-height: 1.3;
}

.header__title-main span{
	display: block;
}

.header__title-school {
    letter-spacing: .2em;
}

.header__title-communication {
    letter-spacing: .07em;
}

.header__title-en{
	font-size: 1.2rem;
	letter-spacing: .015em;
}

/*
	グローバルナビゲーション
=====================================*/
.gnav{
	
}

.gnav__list{

}

.gnav__item{
	margin-bottom: 1px;
}

.gnav__item:last-of-type{

}

.gnav__item a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 60px;
    background-color: #BD4122;
    padding-left: 15px;
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: .2em;
}

.gnav__item a:after {
    content: url(../img/gnav-arrow.png);
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.gnav__item-en {
    font-size: 1.2rem;
    letter-spacing: .05em;
    margin-top: 4px;
}

.header__address-group {
    padding-left: 15px;
    color: #000000;
    margin-top: 30px;
}

.header__address {
    line-height: 1.5;
    margin-bottom: 15px;
}

.header__map {
    position: relative;
    padding-left: 15px;
}

.header__map:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px 7px;
    border-color: transparent transparent transparent #000000;
    border-style: solid;
}

.header__map a:hover{
	text-decoration: underline;
}

/*
	スライド
=====================================*/
.slide {
    margin-bottom: 13px;
}

.slide__image{
	background-repeat: no-repeat;
    background-position: center;
    height: 264px;
}

.slide__image--01{
	background-image: url(../img/slide-01.jpg);
}

.slide__image--02{
	background-image: url(../img/slide-02.jpg);
}

.slide__image--03{
	background-image: url(../img/slide-03.jpg);
}

.slide__image--04{
	background-image: url(../img/slide-04.jpg);
}

/*
	サイト内検索
=====================================*/
.search-box_outer{
	padding-right: 15px;
}

.search-box{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search-text{
	width: 139px;
	height: 31px;
	border: 1px solid #CCCCCC;
	margin-right: 15px;
}

.search-text:focus{
	outline: none;
}

.search-btn{
	border: none;
	background-color: #fff;
	width: 69px;
	height: 27px;
	background-image: url(../img/sea-submit.png);
	background-repeat: no-repeat;
	background-position: center;
}

/*=================================================

	新着情報

=================================================*/
.news {
    max-width: 840px;
    padding: 0 10px;
    margin: 30px auto 40px auto;
}

.news__heading_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 15px 7px;
    line-height: 1;
    border-bottom: 1px solid #333333;
}

.news__heading {
    font-size: 1.8rem;
    font-weight: normal;
    color: #000000;
    letter-spacing: .2em;
}

.news__more{
	font-size: 1.4rem;
	color: #000000;
	position: relative;
}

.news__more:after {
    content: "";
    position: absolute;
    left: -11px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px 7px;
    border-color: transparent transparent transparent #000000;
    border-style: solid;
}

.news__more a:hover{
	text-decoration: underline;
}

.news__list {
    overflow: auto;
    height: 255px;
}

.news__item {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px 12px;
    margin-top: 20px;
    border-bottom: 1px dashed #959495;
}

.news__time{
	margin-right: 30px;
}

.news__title a:hover{
	text-decoration: underline;
}

.news__item-photo-gp {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
    width: 100%;
}

.news__item-photo {
    margin-right: 10px;
    max-width: 250px;
    width: calc((100% - 10px) / 2);
}

/*=================================================

	フッター

=================================================*/
.footer{

}

.footer__inner{

}

.f-title_outer {
    text-align: right;
    padding-right: 11px;
    margin-bottom: 12px;
}

.f-title {
    display: inline-block;
}

.f-title-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.f-title__text {
    text-align: left;
    color: #000000;
}

.f-title__text-ja {
    letter-spacing: .06em;
    margin-bottom: 3px;
}

.f-title__text-en{
	font-size: 2rem;
}

.f-title__logo{
	margin-left: 10px;
}

.f-menu {
    display: none;
}

.copyright {
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    background-color: #BD4122;
    padding: 9px 0 8px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/*
	ページトップへ戻るボタン
=====================================*/
#page-top{
	position: fixed;
    right: 0rem;
    bottom: 15rem;
}

#page-top a{
	display: inline-block;
    width: 57px;
    height: 57px;
    background-color:rgba(189,65,34,1);
    position: relative;
}

#page-top a:hover{
	opacity: 1;
	background-color:rgba(189,65,34,.9);
}

#page-top a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 47%;
    width: 13px;
    height: 13px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: translatex(-50%) rotate(45deg);
}

/*==============================================================================

	ここから中ページ
	
	教室紹介

==============================================================================*/
.mid-title_outer {
    padding-top: 10px;
}

.mid-title {
    height: 90px;
    background-color: #655D5B;
    font-size: 4rem;
    font-weight: normal;
    letter-spacing: .09em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 0 50px;
    position: relative;
}

.mid-title span{
	font-size: 2rem;
	letter-spacing: .05em;
}

.mid-title:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    width: 8px;
    height: 45px;
    background-color: #fff;
    transform: translateY(-50%);
}

.mid-inner{
	padding: 0 10px;
}

/*
	パンくずリスト
=====================================*/
.breadcrumbs {
    font-size: 1.4rem;
    line-height: 1;
    padding-left: 5px;
    margin: 15px 0 40px;
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs__list li{
	margin-left: 7px;
    padding-left: 17px;
    position: relative;
    color: #000000;
}

.breadcrumbs__list li:first-child{
	margin-left: 0;
    padding-left: 0;
}

.breadcrumbs li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumbs li:first-child:before{
    content: none;
}

.breadcrumbs__list li a{
	color: #BD4021;
}

.breadcrumbs__list li a:hover{
    text-decoration: underline;
}
/*
	ここまで
=====================================*/

.mid-section{
	margin-bottom: 70px;
}

.mid-heading {
	font-size: 2.8rem;
	letter-spacing: .1em;
    position: relative;
    padding: 18px 35px;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    margin-bottom: 40px;
}

.mid-heading:before, .mid-heading:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: calc(100% + 22px);
    background-color: #333333;
}

.mid-heading:before {
	left: 10px;
}

.mid-heading:after {
	right: 10px;
}

.mid-section__inner {
    padding: 0 10px;
}

.teacher-name {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.teacher-name span{
	margin-right: 30px;
}

.teacher-about {
    font-size: 1.5rem;
    padding: 15px 0px 0 0;
}

.teacher-about .mb{
	margin-bottom: 20px;
}

.student-name{
    font-size: 2rem;
    font-weight: bold;
}

.student-name span{
	margin-right: 50px;
}

	}
	
/*===========================================================================================================================================
=============================================================================================================================================

	スマホ

=============================================================================================================================================
===========================================================================================================================================*/
@media screen and (max-width: 767px) {

/*=================================================

	共通

=================================================*/
.all-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px 0 0 0;
    background-image: url(../img/grid-line.png);
    background-repeat: repeat-x;
    background-position: center top;
    position: relative;
}

.side {
    width: 100%;
}

.main-area {
	width: 100%;
}

/*=================================================

	ヘッダー

=================================================*/
.header{
	
}

.header__inner{
	max-width: 100%;
	padding: 0;
	width: 100%;
	margin: 0 auto;
}

.header__title {
    font-size: 1.7rem;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 5px;
}

.header__body {
    display: none;
    background-color: #FCF9E2;
    padding: 20px;
}

.header__address-group {
    display: none;
}

/*=================================================

	新着情報

=================================================*/
.news__list {
    overflow: auto;
    height: 500px;
}

.news__item {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 10px 12px;
    margin-top: 20px;
    border-bottom: 1px dashed #959495;
}

.news__item-txt {
    display: flex;
    flex-wrap: wrap;
}

.news__time {
    margin-right: 0;
    width: 100%;
    margin-bottom: 5px;
}

.news__item-photo-gp {

}

.news__item-photo {
    margin-right: 5px;
    width: calc((100% - 5px) / 2);
}

/*=================================================

	フッター

=================================================*/
.footer__inner {
    padding: 0 10px;
}

.f-address-group_outer {
    /*
    display: flex;
    justify-content: flex-end;
    */
    margin-bottom: 10px;
}

.f-address-group {
	display: block;
    padding-left: 0;
    color: #000000;
    margin-top: 0;
}

.f-address {
    line-height: 1.5;
    margin-bottom: 5px;
}

.f-map {
    position: relative;
    padding-left: 15px;
}

.f-map:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px 7px;
    border-color: transparent transparent transparent #000000;
    border-style: solid;
}

.f-map a:hover{
	text-decoration: underline;
}

.f-title_outer {
    text-align: center;
    padding-right: 0;
    margin-bottom: 12px;
}

.f-title__text-ja {
    letter-spacing: .06em;
    margin-bottom: 3px;
    font-size: 1.3rem;
}

.f-title__text-en{
	font-size: 1.6rem;
}

.f-title__logo{
	margin-left: 5px;
}

.f-title__logo img{
	width: 45px;
}

@media screen and (max-width: 320px) {

	.f-title__text-ja {
	    font-size: 1.1rem;
	}
	
	.f-title__logo img{
		width: 35px;
	}

}

.copyright {
    background-color: #BD4122;
    padding: 9px 0 8px 0;
    text-align: center;
    position: static;
    width: 100%;
}

/*
	ページトップへ戻るボタン
=====================================*/
#page-top{
	position: fixed;
    right: 1rem;
    bottom: 10rem;
}

#page-top a{
	display: inline-block;
    width: 45px;
    height: 45px;
    background-color:rgba(189,65,34,1);
    position: relative;
}

#page-top a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 45%;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: translatex(-50%) rotate(45deg);
}

/*==============================================================================

	ここから中ページ
	
	教室紹介

==============================================================================*/
.mid-title_outer {
    padding-top: 0;
}

.mid-title {
    height: 80px;
    background-color: #655D5B;
    font-size: 2.8rem;
    font-weight: normal;
    letter-spacing: .09em;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 35px;
    position: relative;
	line-height: 110%;
}

.mid-title {
    height: auto;
    padding: 24px 20px 22px 35px;
    line-height: 1.2;
}

.mid-title:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    width: 8px;
    height: 40px;
    background-color: #fff;
    transform: translateY(-50%);
}

.mid-title span {
    font-size: 1.6rem;
    letter-spacing: .05em;
}

.teacher-row {
    display: block;
}

.teacher-pic {
    margin-right: 0;
    text-align: center;
}

.teacher-pic img{

}

/*==============================================================================
	
	アクセス

==============================================================================*/
.g-map{
	width: 100%;
}

.g-map iframe{
	width: 100%;
	height: 500px;
}

/*====================================
	レスポンシブ　テーブル デフォルト
=====================================*/
table.table-res{
	border-collapse: collapse;
	margin-bottom: 40px;
}
 
table.table-res th{
	padding: 10px;
	border: 1px solid #999999;
	background: #FCF9E2;
	display: block;
}
 
table.table-res td{
	padding: 10px;
	border: 1px solid #999999;
	background: #ffffff;
	display: block;
}

	}