@charset "UTF-8";
/* ==========================
    ベースカラーの設定 
=============================*/
/*トップページnavの色*/
/* ==========================
    Compass、Sass各種設定
=============================*/
/*768以上はPC表示*/
/*767以下はスマホ表示・bootstrapはsm*/
.font_0C497C {
  color: #0C497C;
}

.font_medium {
  font-weight: 500;
}

.sub_navi_box {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sub_navi_box ul li {
  list-style: none;
  display: inline;
  margin-left: 50px;
  margin-right: 50px;
  height: 70px;
  line-height: 70px;
}

/* ====================
    共通スペース
======================*/
.space_05_t {
  margin-top: 5px;
}

.space_10_t {
  margin-top: 0.8rem;
}

@media screen and (min-width: 768px) {
  .space_10_t {
    margin-top: 10px;
  }
}
.space_20_t {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .space_20_t {
    margin-top: 20px;
  }
}

.space_30_t {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .space_30_t {
    margin-top: 30px;
  }
}

.space_50_t {
  margin-top: 50px;
}

.space_05_b {
  margin-bottom: 5px;
}

.space_10_b {
  margin-bottom: 10px;
}

.space_20_b, .space_30_b {
  margin-bottom: 20px;
}

.space_50_b {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .space_50_b {
    margin-bottom: 50px;
  }
}

.font_right {
  text-align: right;
}

/* ====================
    背景色
======================*/
/* ====================
    タイトル
======================*/
h2 {
  width: 100%;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  border-bottom: 2px solid #E3E3E3;
  padding-top: 34px;
  padding-bottom: 34px;
}

/* ====================
   学校紹介
======================*/
@media screen and (min-width: 768px) {
  .school_detail_left {
    width: 805px;
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .school_detail_box_right {
    width: 220px;
    float: right;
  }
}

/* 学校の写真*/
.school_photo {
  background-color: #EBEBEB;
}

.school_photo_box {
  position: relative;
  overflow: hidden;
  height: 47vw;
}
.school_photo_box .school_photo_img {
  max-width: none;
  position: absolute;
  height: 50vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .school_photo_box {
    height: 750px;
      max-height: 46.8vw;
  }
  .school_photo_box .school_photo_img {
      width: 100vw;
    height: 750px;
      max-width: 1600px;
      max-height: 46.8vw;
      height: auto;
  }
}

.school_box_illustrat {
  position: relative;
}
.school_box_illustrat img {
  width: 18.6vw;
  position: absolute;
  bottom: -7px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .school_box_illustrat {
    margin: auto;
  }
  .school_box_illustrat img {
    bottom: -151px;
    width: auto;
  }
}

/* 学校名と校章の共通設定 */
h3[class^="school_name"] {
  color: #0C497C;
  font-size: 22px;
  background-position: 15px center;
  padding: 24px;
  line-height: 1.5;
  font-weight: 200;
  padding-left: 70px;
}
@media screen and (min-width: 768px) {
  h3[class^="school_name"] {
    font-size: 50px;
    height: 140px;
    line-height: 140px;
    padding: 0;
    padding-left: 135px;
    background-position: left center;
    background-size: auto;
  }
}

/* 高知中学・高校（学園） */
.school_name_gakuen {
  background-image: url(../img/school/kochigakuen/school_badge.png);
  background-size: 43px;
}

/* 学芸 */
.school_name_gakgei {
  background-image: url(../img/school/gakugei/school_badge.png);
  background-size: 43px;
}

/* 中央 */
.school_name_chuo {
  background-image: url(../img/school/chuo/school_badge.png);
  background-size: 43px;
}

/* 清和 */
.school_name_seiwa {
  background-image: url(../img/school/seiwa/school_badge.png);
  background-size: 43px;
}

/* 太平洋 */
.school_name_taiheiyo {
  background-image: url(../img/school/taiheiyo/school_badge.png);
  background-size: 43px;
}

/* 土佐 */
.school_name_tosa {
  background-image: url(../img/school/tosa/school_badge.png);
  background-size: 43px;
}

/* 土佐塾 */
.school_name_tosajuku {
  background-image: url(../img/school/tosajuku/school_badge.png);
  background-size: 43px;
}

/* 土佐女子 */
.school_name_tosajoshi {
  background-image: url(../img/school/tosajoshi/school_badge.png);
  background-size: 43px;
}

/* 明徳 */
.school_name_meitoku {
  background-image: url(../img/school/meitoku/school_badge.png);
  background-size: 43px;
}

/* 学校の紹介全体にかかるbox */
@media screen and (min-width: 768px) {
  .school_detail {
    margin-top: 80px;
  }
}

/* 土佐塾　特徴の小見出し */
.school_blue_title {
  color: #0C497C;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .school_blue_title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.data_list {
  list-style-type: none;
  margin-left: 16px;
}
.data_list li {
  line-height: 2;
  padding-bottom: 10px;
}
.data_list li:before {
  content: '● ';
  margin-left: -16px;
  color: #0C497C;
}

@media screen and (min-width: 768px) {
  .data_list {
    list-style-type: none;
    margin-left: 20px;
  }
  .data_list li {
    padding-bottom: 15px;
  }
  .data_list li:before {
    content: '● ';
    margin-left: -20px;
  }
}
/* 清和「学校長からのメッセージ」で使ったリスト */
.data_list2 {
  padding-top: 1rem;
  list-style-type: none;
}

.data_list2 li {
  line-height: 2;
  padding-bottom: 10px;
}

.data_list2 li:before {
  content: '◇ ';
}

@media screen and (min-width: 768px) {
  .data_list2 {
    list-style-type: none;
  }

  .data_list2 li {
    padding-bottom: 15px;
  }

  .data_list2 li:before {
    content: '◇ ';
  }
}
/* 概要　*/
.outline_box {
  width: 100%;
  margin-bottom: 10px;
}

/*　囲みタイトル　*/
.outline_tilte {
  display: inline-block;
  border: 1px solid #0C497C;
  text-align: center;
  color: #0C497C;
  margin-right: 1rem;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .outline_tilte {
    width: 160px;
  }
}

/* 概要 表2 */
.outline_table2 {
  display: table;
  width: 100%;
}

.outline_th2 {
  border: 1px solid #0C497C;
  text-align: center;
  color: #0C497C;
  margin-right: 1rem;
  width: 80px;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 2px;
}

@media screen and (min-width: 768px) {
  .outline_th2 {
    width: 160px;
  }
}
.outline_td2 {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 200%;
  display: table-cell;
  margin-bottom: 2px;
}

/* 概要 表 */
.outline_table {
  margin-top: 30px;
  display: table;
  width: 100%;
}

.outline_th {
  border-bottom: 2px #fff solid;
  width: 20%;
  background-color: #0C497C;
  text-align: center;
  color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 2;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .outline_th {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.outline_td {
  border-bottom: 2px #fff solid;
  border-left: 2px #fff solid;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #F5F5F5;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 200%;
  display: table-cell;
}
@media screen and (min-width: 768px) {
  .outline_td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/*　地図　*/
.outline_map_box {
  margin: 20px -10px 0;
}
@media screen and (min-width: 768px) {
  .outline_map_box {
    margin: 40px 0;
  }
}

/*　地図　明徳　*/
.outline_map_title1 {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .outline_map_title1 {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.outline_map_title2 {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .outline_map_title2 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
/* iframeを画面いっぱいに広げる設定 */
.outline_map {
  width: 100%;
  position: relative;
  padding-bottom: 70%;
  overflow: hidden;
}
.outline_map iframe {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*　Photo Garally　*/
.photo_garally_title {
  text-align: center;
  line-height: 150%;
  color: #0C497C;
  font-weight: 200;
  font-size: 22px;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .photo_garally_title {
    font-size: 36px;
    margin: 60px 0 40px;
  }
}

.photo_garally {
  margin-bottom: 5px;
  padding-left: 2.5px;
  padding-right: 2.5px;
}
@media screen and (min-width: 768px) {
  .photo_garally {
    margin-bottom: 18px;
    padding-left: 9px;
    padding-right: 9px;
  }
}
.headteacher_name{
    font-size: 18px;
}
@media screen and (min-width: 768px) {
.headteacher_name{
    font-size: 20px;
}
}
.headteacher_l{
    width: 100%;
}
@media screen and (min-width: 768px) {
.headteacher_l{
    width: 520px;
    float: left;
}
}
.headteacher_r{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
.headteacher_r{
    width: 250px;
    float: right;
    margin-top: 30px;
    margin-bottom: 0px;
}
}
.headteacher_r img {
    width: 70%;
}
@media screen and (min-width: 768px) {
.headteacher_r img {
    width: 250px;
}
}
.font-size-18 {
    font-size: 14px;
}
@media screen and (min-width: 768px) {
.font-size-18 {
    font-size: 18px;
}
}

/*# sourceMappingURL=school_sub.css.map */
