@charset "utf-8";

/*=================================================

	共通

=================================================*/
html{
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body{
	font-size: 1.5em;
	line-height: 1.2;
	color: #333333;
	font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Meiryo", "Yu Gothic", sans-serif;
	
}

a:hover{
	opacity: .8;
}

.pc{
	display: block;
}

.sp{
	display: none;
}

.br-pc{
	display: block;
}

.br-sp{
	display: none;
}

/* slick 読み込み完了後に表示する */
.slider{
	opacity: 0;
}

.slick-initialized{
    opacity: 1;
}
/* --- */

.all-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px 0 30px 0;
    background-image: url(../img/bar_anime.gif);
    background-repeat: repeat-x;
    background-position: center top;
    position: relative;
}

.content {
    display: flex;
    flex-wrap: wrap;
}

.side {
    width: 330px;
    background-color: #FCF9E2;
}

.main-area {
	width: calc(100% - 330px);
}

/*=================================================

	ヘッダー

=================================================*/
.header{
	
}

.header__inner{
	width: 260px;
	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;
	font-family: "Arial";
}

/*
	グローバルナビゲーション
=====================================*/
.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: 25px;
    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;
    font-family: "Arial";
}
/*
	ここまで
=====================================*/

.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; */
    height: 680px;
}

.news__item {
    padding: 0px 15px 12px;
    margin-top: 20px;
    border-bottom: 1px dashed #959495;
}

.news__item-txt{
	display: flex;
}

.news__time{
	margin-right: 30px;
	/* line-height: 1.4; */
}

.news__title {
    /* line-height: 1.4; */
}

.news__title a:hover{
	text-decoration: underline;
}

.news__item-photo-gp {
    display: flex;
    margin-top: 10px;
}

.news__item-photo {
    margin-right: 10px;
    max-width: 250px;
    width: 100%;
}

.news__item-photo:last-child {
    margin-right: 0px;
}

.news__item-photo img{
	width: 100%;
}

.box-row {
	margin: 10px 0 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/*=================================================

	フッター

=================================================*/
.footer{

}

.footer__inner{

}

.f-address-group {
	display: none;
}

.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;
	font-family: "Arial";
}

.f-title__logo{
	margin-left: 10px;
}


.f-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-right: 15px;
    margin-bottom: 5px;
}

.f-menu li{
	border-right: 1px solid #999999;
}

.f-menu li:last-of-type{
	border-right: none;
}

.f-menu li a{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 25px;
    font-size: 1.4rem;
    padding: 0px 15px;
}

.f-menu li:first-of-type a{
    padding-left: 0px;
}

.f-menu li:last-of-type a{
    padding-right: 0px;
}

.f-menu li a:hover{
	opacity: 1;
	text-decoration: underline;
}

.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: 100px;
    background-color: #655D5B;
    font-size: 4.5rem;
    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: 2.5rem;
	letter-spacing: .05em;
	font-family: "Arial";
}

.mid-title:before {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	width: 8px;
	height: 50px;
	background-color: #fff;
	transform: translateY(-50%);
}

.mid-inner{
	padding: 0 15px;
}

/*
	パンくずリスト
=====================================*/
.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: 20px 40px;
    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: 17px;
}

.mid-heading:after {
	right: 17px;
}

.mid-section__inner {
    padding: 0 17px;
}

.teacher-name {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.teacher-name span{
	margin-right: 30px;
}

.teacher-row{
	display: flex;
	margin: 0 0 60px 0;
}

.teacher-about {
    font-size: 1.5rem;
    padding: 5px 15px 0 0;
	overflow-wrap: break-word;
    word-wrap: break-word;
}

.teacher-about .mb{
	line-height: 160%;
	margin-bottom: 20px;
}

.teacher-about .mb40{
	line-height: 160%;
	margin-bottom: 40px;
}

.teacher-about a{
	color: #0000ff;
	text-decoration: none;
}

.teacher-about a:hover{
	color: #112598;
}

.teacher-about a:visited{
	color: #0000ff;
	text-decoration: none;
}

.teacher-pic {
    margin-right: 25px;
}

.student-name{
    font-size: 2rem;
    font-weight: bold;
	margin-bottom: 20px;
}

.student-name span{
	margin-right: 50px;
}

/*==============================================================================
	
	業績・出版

==============================================================================*/
.cart-btn-box {
  max-width: 248px;
  margin: 0 auto;
}

a.cart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  position: relative;
  background: #655D5B;
  border: 1px solid #655D5B;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.cart-btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -5px;
}
a.cart-btn:hover {
  background: #fff;
  color: #655D5B;
}
a.cart-btn:hover:before {
  border-top: 2px solid #655D5B;
  border-right: 2px solid #655D5B;
}

/* カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/
#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 2em auto;
    max-width: 865px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* リンクテキストの下線を非表示 */
a.card-link {
    text-decoration: none;
	flex: 1 0 auto;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
	margin: 10px auto 0 auto;
}

.card-figure {
    margin: 0;
    padding: 0;
}

/* カードレイアウトのタイトル部分 */
.card-title {
    margin: 0.6em 0 0;
    color: #333;
    text-align: center;
    font-size: 1.8em;
}

/* カードレイアウトの説明文部分 */
.card-text-tax {
    margin: 0;
    padding: 1em;
    color: #333333;
    overflow-wrap: break-word;
    word-wrap: break-word;
}


/* カードレイアウトを1カラムで配置 */
.card-list {
    margin: 0.5em auto;
    padding: 0;
    width: 100%;
    background: #f0f0f0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
}

/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (min-width: 768px) {
    .card-list {
        margin: 0.5em 0;
        width: calc(98% / 2); /* 100%幅を2で割るという指定 */
    }
}

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 992px) {
    .card-list {
        width: calc(98% / 3); /* 100%幅を3で割るという指定 */
    }
    
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(100% / 3);
    }
}

ol.gakkai-kouen{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding: 0.1em 0.1em 0.1em 0;
}

ol.gakkai-kouen li{
  position:relative;
  line-height: 30px;
  margin: 7px 0 10px 30px;
  padding-left: 10px;
	padding-right: 10px;
  font-weight: bold;
  background: #fef6f3;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

ol.gakkai-kouen li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -40px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  background: #F6A38B;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

ol.gakkai-kouen li:after{
  content:"";
  display: block;
  position: absolute;
  left: -10px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #F6A38B;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*==============================================================================
	
	活動報告

==============================================================================*/
.activities-title {
	font-size: 1.5em;
	font-weight: bold;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
	position: relative;
	margin: 0 0 15px 0;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #F6A38B;
}

.activities-title:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #333;
}

/*==============================================================================
	
	アクセス

==============================================================================*/
.g-map{
	width: 885px;
}

.g-map iframe{
	width: 100%;
	height: 500px;
}

.picture-box__img{
	margin: 0 0 10px 0;
}

.picture-box__img img{
	width: 100%;
}

/*====================================
	レスポンシブ　テーブル デフォルト
=====================================*/
table.table-res{
	width: 100;
	border-collapse: collapse;
	margin: 0px auto 40px auto;
}
 
table.table-res th{
	padding: 10px;
	border: 1px solid #999999;
	background: #FCF9E2;
}
 
table.table-res td{
	padding: 10px;
	border: 1px solid #999999;
	background: #ffffff;
}

/*==============================================================================

	お問い合わせ

==============================================================================*/

#formWrap {
	max-width:800px;
	margin:0 auto;
	line-height:120%;
	font-size:100%;
}
table.formTable{
	width:100%;
	margin:0 auto 20px auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:20px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

input{
	padding: 10px;
}

.must {
    display: block;
    background-color: #C00;
    padding: 4px 5px;
    font-size: 10px;
    color: #FFF;
    float: left;
    margin: 0px 5px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #ccc;
}

.inquiry_text{
	line-height: 200%;
}

.inquiry_text_indent{
	text-indent: 2.5em;
}

.submit_btn{
	text-align: center;
	margin: 10px uto 20px auto;
}

.error_messe{
	color: #FF0004;
	margin: 0;
	padding: 25px 0 0 0;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:100%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:100%;
	padding:5px;
	font-size:110%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}


/*==============================================================================

	Google検索ボックス

==============================================================================*/
/** 外枠に色を付けて角丸にする */
.gsc-control-cse
{
	margin: 0px !important;
	padding: 0px !important;
	border: 1px solid #bababa !important;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
 
/** 外枠内側のマージンを0にする */
.gsc-search-box
{
	margin: 0px !important;
}
 
 
/** キーワード入力部分のボーダーを消し、角丸にする */
.gsc-input-box 
{
    border: none !important;
	border-radius: 30px !important;
	-webkit-border-radius: 30px !important;
	-moz-border-radius: 30px !important;
}
 
 
/** キーワード入力部分の左側に20ピクセル余白を入れる */
.gsib_a
{
	padding-left: 20px !important;
}
 
 
 
/** 検索ボタンを無色透明にし、線を消す */
.gsc-search-button-v2
{
	margin: 0px !important;
	padding-top: 5px !important;
	padding-bottom: 6px !important;
	padding-right: 14px !important;
	padding-left: 14px !important;
	background-color: transparent !important;
	color: #BD4122 !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
	cursor:pointer;
}
 
 
 
/** 検索ボタンのアイコンの色と大きさを設定 */
.gsc-search-button-v2 svg 
{
    fill: #666666!important;
    width: 18px;
    height: 18px;
}
 
/** placeholderの色設定 */
input:placeholder-shown {    color: #bababa; }
 
/* Google Chrome, Safari, Opera 15+, Android, iOS */
input::-webkit-input-placeholder {    color: #bababa; }
 
/* Firefox 18- */
input:-moz-placeholder {    color: #bababa; opacity: 1; }
 
/* Firefox 19+ */
input::-moz-placeholder {   color: #bababa; opacity: 1; }
 
/* IE 10+ */
input:-ms-input-placeholder {   color: #bababa !important; }

/*==============================================================================
	
	新着情報一覧

==============================================================================*/
.news__list_2_wrap{

}

.news__list_2 {

}

.news__item_2 {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px 12px;
    margin-top: 20px;
    border-bottom: 1px dashed #959495;
}

.news__time_2{
	margin-right: 30px;
}

.news__title{
}

.news__title_2{
	display: block;
}

.news__title_2 a:hover{
	text-decoration: underline;
}

/*  ページネーション */

.pagination{
	margin-top: 30px;
}

.pagination__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination__item {
    margin: 0 2px;
}

.pagination__item a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination__item.current a{
	color: #fff;
    background-color: #BD4122;
    pointer-events: none;
}

.pagination__item a:hover{
	color: #fff;
    background-color: #BD4122;
    opacity: 1;
}

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

    .pagination__item{
		display: none;
	}

    .pagination__item.first,
	.pagination__item.prev,
	.pagination__item.next,
	.pagination__item.last,
	.pagination__item.current{
		display: block;
	}
    
	.pagination__item a {
		font-size: 1.4rem;
	}


}