@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500&family=Zen+Maru+Gothic:wght@400;500&display=swap');

balon
.bg-dark {
padding: 0;
}
.btn-sm {
    margin-top : 10px ;
}
.breadcrumb   {
  background-color: #ffffff ;
}
 .btn-light  {
  background-color :#ffc107 ;
}
.btn-light:hover {
   background-color: #edb50c;
}
.clearfix > .badge-secondary:before,  article >span.badge-secondary:before {
  font-family: "Font Awesome 5 Free";
    content: "\f02C ";
}
/*ブログ内キャプション付き画像スタイル*/
figure {
    float: left;             /* 左に寄せて後続を右に回り込ませる */
    margin: 0px 7px 7px 0px; /* 外側に余白を加える(右に7px・下に7px) */

}
figure img {
    display: block;          /* 余計な余白が出ないようにする */
    margin: 0px 0px 3px 0px; /* 下側にだけ3pxの余白を追加 */
    padding: 8px; 
    border: 1px solid #ccc;    
    border-color: #ddd #ccc #bbb #ccc;    
    background-color: #fff;   
}
figcaption {
    font-size: 0.9em;        /* 文字サイズを90%に */
    text-align: center;      /* 中身をセンタリング */
}
div.imagearea:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
/* ここまで*/

/* -------------------------------------------------------- */
/* ------------------------------------------- 文字関係 --SP */
/* -------------------------------------------------------- */


/* 文字列選択時の色設定 */
::-moz-selection {
  background: #5DDBBC;
  color: white;
  text-shadow: none;
}
::selection {
  background: #5DDBBC;
  color: white;
  text-shadow: none;
}
.green {
  color: #5DDBBC;
}
.purple {
  color: #7E77CA;
}
/* マーカー線・緑 */
a.green {
  color: #5DDBBC;
}

mark {
  color: inherit;
  font-weight: 500;
  background: none;
  background-image: -moz-linear-gradient(left, transparent 50%, #fff626 50%);
  background-image: -webkit-linear-gradient(left, transparent 50%, #fff626 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #fff626 50%);
  background-image: linear-gradient(to right, transparent 50%, #fff626 50%);
  background-repeat: repeat-x;
  background-size: 200% 50%;
  background-position: 0 bottom;
}
mark.active {
  background-position: -100% bottom;
  transition: 0.5s all ease;
}


sup {
  color: #5DDBBC;
}
.malinda {
  font-family: Malinda;
}
.show_sp {display: block;}
@media screen and (min-width: 958px){
  .show_sp {display: none;}
}
.show_pc {display: none;}
@media screen and (min-width: 958px){
  .show_pc {display: block;}
}
/* -------------------------------------------------------- */
/* --------------------------------------- 汎用ボタン設定 --SP */
/* -------------------------------------------------------- */
a.arrow::before {
  content: '';
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  display: inline-block;
  padding-right: 0.2em;
}

/* 使ってる */
a.round_btn {
  display: block;
  width: 90%;
  max-width: 450px;
  margin: 3em auto;
  padding: 18px 60px 17px 50px;
  background: linear-gradient(270deg, #5DDBBC, #7E77CA);
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  /* border-radius: 40px; */
  position: relative;
}
a.round_btn::after {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate3d(0,-50%,0);
  font-size: 1em;
  transition: 0.3s;
}
a.round_btn[href$="pdf"]::after {
  font-family: "Font Awesome 5 Free";
  content: '\f56d';
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate3d(0,-50%,0);
  font-size: 1.8em;
}
/* 使ってる */
a.def_btn {
  padding: 12px;
  display: block;
  background: linear-gradient(270deg, #ffc107, #ffe000);
  background-size: 120% 100%;
  background-position: left top;
  color: #000;
  text-align: center;
  font-size: 0.9em;
  border-radius: 3px;
  width: 90%;
  /* min-width: 340px; */
  max-width: 200px;
  max-width: 150px;
  margin: 1em auto 0;
  position: relative;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  transition:  0.3s;
}
a.def_btn:hover {
  background-position: right bottom;
}
a.def_btn.big {
  padding: 30px 16px;
  font-size: 1.2em;
}
a.def_btn::after {
  font-family: "Font Awesome 5 Free";
  content: '\f101';
  font-weight: 900;
  font-size: 1em;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate3d(0,-50%,0);
  transition: 0.3s;
}
a.def_btn:hover::after,
a.round_btn:hover::after {
  transform: translate3d(4px,-50%,0);
}
a.round_btn[href$="pdf"]:hover::after {
  transform: translate3d(0px,-40%,0);
}
a.dl_btn {
  display: inline-block;
  color: white;
  font-size: 1.6rem;
  line-height: 1;
  padding: 14px 20px;
  border-radius: 50px;
  background: #7E77CA;
  text-decoration: none;
}
a.dl_btn:hover {
  opacity: 0.8;
}

/* デフォルトのテキストエリア */
.def_text a{
  color: #7e77ca;
  color: #495057;;
}
.def_text a[target="_blank"] {
  line-height: 2;
  text-decoration: underline;
}
.def_text a[target="_blank"]::before {
  font-family: "Font Awesome 5 Free";
  content: '\f2d2';
  font-weight: 400;
  display: inline;
  margin: 0 0.2em;
}
.def_text a[href$="pdf"] {
  line-height: 2;
  text-decoration: underline;
}
.def_text a[href$="pdf"]::before {
  content: none;
}
.def_text a[href$="pdf"]::after {
  font-family: "Font Awesome 5 Free";
  content: '\f1c1';
  font-weight: 900;
  display: inline;
  margin: 0 0.2em;
}

.iframe_text {
  height: 300px;
  overflow-y: scroll;
  font-size: 1.2rem;
  border: 1px solid #999;
  background: white;
  padding: 0 2%;
}
.iframe_text dt {
  font-weight: 700;
  margin: 1em 0;
}
/* デフォルトのテキストエリア */
.def_text {
  line-height: 1.9;
}
.def_text > p {
  margin-top: 2em;
  margin-bottom: 2em;
}

/* フォントサイズ設定 */
.small_font {
  font-size: 0.6em;
}
.mid_font {
  font-size: 0.8em;
}
.normal_font {
  font-size: 1em;
}
.large_font {
  font-size: 1.1em;
}
.more_font {
  font-size: 1.3em;
  line-height: 1.5;
}
.most_font {
  font-size: 1.8em;
  line-height: 1.5;
}
.extra_font {
  font-size: 2.8em;
  line-height: 1.5;
}
.bold {
  font-weight: bold;
}
/* 段落揃え設定 */
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}

/* -------------------------------------------------------- */
/* ------------------------------- ヘッダーポジション --SP */
/* -------------------------------------------------------- */
.ccHeaderArea {
 margin-top:42px;
}
@media screen and (max-width: 425px) {
.ccHeaderArea {
 margin-top:11px;
}
}
.home_head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  width: 100%;
}
.UpMove {
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-name: UpAnime;
}
@keyframes UpAnime{
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(-100px);
  }
}
.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 958px){
  @keyframes UpAnime{
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 1;
      transform: translateY(-120px);
    }
  }
  .DownMove {
    animation: DownAnime 0.5s forwards;
  }
  @keyframes DownAnime{
    from {
      opacity: 1;
      transform: translateY(-120px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

/* スペース（マージンボトム）の調整 */
.no_space {
  margin-bottom: 1rem !important;
}
.normal_space {
  margin-bottom: 2rem !important;
}
.more_space {
  margin-bottom: 3rem !important;
}
.most_space {
  margin-bottom: 4rem !important;
}
@media screen and (min-width: 520px) {
  .extra_space {
    margin-bottom: 10rem !important;
  }
}
.def_table {
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  margin-bottom: 1em;
}
.def_table tr,
.def_table th,
.def_table td {
  border: 1px solid #ccc;
  padding: 1em 1em 0.9em;
  padding: 0.5em 1em 0.4em;
  vertical-align: middle;
  line-height: 1.7;
}
.def_table thead th {
  text-align: center;
  white-space: nowrap;
  background: #eee;
  width: 20%;
}
.def_table tbody th {
  text-align: center;
  white-space: nowrap;
}
.fees_table .total {
  text-align: center;
  background: #eee;
  font-weight: 700;
}
table.def_table caption {
  caption-side: top;
  text-align: center;
  font: 1.5em bold;
}

.tel_list {}
.tel_list dt {
  font-weight: 700;
  margin-bottom: 1em;
}
.tel_list dd {
  margin-bottom: 2em;
  font-size: 1.5em;
  padding-bottom: 0.2em;
  border-bottom: 1px dashed silver;
}
.defcap {
  margin-top: 0.8em;
  font-size: 0.8em;
  line-height: 1.5;
  color: #999;
}
.navbar {
    padding-top: 0 !important ;
    padding-bottom: 0 !important ;
}
a.navbar-brand:before {
    content: "";
    display: inline-block;
    width: 1.45rem;
    height: 1.45rem;
    background: url(https://www.kagawa-edu.jp/sankoh01/file/2442) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 0 3px 0;
}
.comment{
    background:#EEEEEE;
    border: 1px solid #666666;
    padding: 20px;
    font-size: 1.2em;
}
div.noshadow img {
    display: block;    
    max-width: 100%;   
    height: auto;    
    padding: 8px;    
    margin: 0;    
    border: 1px solid #ccc;    
    border-color: #ddd #ccc #bbb #ccc;    
    background-color: #fff;    
    position: relative;    
    left: -6px;    
    top: -6px;    
    overflow: hidden;
}
div.photo-caption {
    font-size: 13px;    
    color: navy;    
    padding: 0 2px 0 5px;
}
div.photo {
    padding: 8px;    
    margin: 8px;
}
div.al-left{
    float:left;
}

div.photo:after,div.photo:before{
    content: "";    
    clear: both;    
    display: block;
}
.clearfix::after {
    content: "";  
    display: block;  
    clear: both;
}
h2 .main-content{
    font-size: 129%;    
    font-weight: normal;    
    padding: 5px 15px;    
    border: 1px solid #ddd;    
    box-shadow: inset 0 -2px 0 0 #84ae60;    
    background: #f1f4ef;
    margin-bottom: 0;
}
h1.entry-title {
    background: #f9f9f9 no-repeat url(https://www.kagawa-edu.jp/sankoh01/file/143) 15px 29px;
    border-top: 2px solid #969696;    
    border-bottom: 1px solid #d6d6d6;    
    padding: 16px 20px 16px 40px;    
    line-height: 1.2;    
    font-size: 192%;    
    font-weight: normal;    
    margin: 0 0 20px;
}
.mb-2 p {
  margin-bottom : 10px ;
}
<!--
.entry-content {
    _overflow: visible;_
    height: 1px; 
    zoom: 1;
}
-->
.entry-content p {
    margin-bottom: 12px;    
    line-height: 21px;
}
.entry-headings {
	background: #383d90 no-repeat url(/sankoh01/file/145) left top;
	padding-left: 20px;
	margin: 24px 0 14px;
	padding: 10px 16px 9px;
}

.entry-content .blockB {
    float: none;   
    margin-top:20px; 
    padding-left:5px;
    padding-right:5px;
}
@media screen and (max-width: 480px){
.entry-content .blockB img{
     float:left;
}}
img {
    font-family: sans-serif;    
    line-height: 1;    
    vertical-align: bottom;
}
.entry-content:after, .blockB:after {
    content: ".";    
    display: block;    
    visibility: hidden;    
    clear: both;    
    height: 0px;    
    font-size: 0px;
}

/*
.entry-content .blockA {
    margin-top:30px;
}
.entry-content .wrapBlockA {
}
.entry-content .wrapBlockAline {
    border-bottom: solid 1px #e0e0e0;
}
.entry-content .wrapBlockBline {
    float: left;
    width: 480px;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.entry-content .line {
    padding-bottom: 21px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e0e0e0;
}
.entry-content .blockA .line {
    padding-bottom: 21px;
    margin-bottom: 21px;
}
.entry-content .blockB .line {
    padding-bottom: 14px;
    margin-bottom: 16px;
}
*/
.entry-content h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 130.77% !important;
	line-height: 1;
	color: #ffffff;
}
.entry-content p {
    margin-bottom: 12px;
    line-height: 21px;
}
.entry-content p.lastChild {
    margin-bottom: 0;
    line-height: 21px;
}
.entry-content .alignleft {
    float: left;
    display: block;
    margin-top: 4px;
}
.entry-content img.alignleft {
    margin-right: 20px;
}
.entry-content a {
    text-decoration: underline;
}
.entry-content a:hover {
    text-decoration: none;
}
.floatWrap01A {
    margin-bottom: 13px;
}
.floatWrap01A::after, .entry-content::after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0px;
    font-size: 0px;
}
.floatWrap01A.lastChild {
    margin-bottom: 0;
}
.floatedBox01A {
    overflow: hidden;
    zoom: 1;
}
.floatLeftImg01A {
    float: left;
    margin-right: 20px;
}
.floatLeftImg01A img {
    margin: 4px 0 3px;
}
.clear {
    clear: both;
}
.blockA:after, .entry-content:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0px;
    font-size: 0px;
}
.announcement_contents_main h3 {
    background: repeat-x url(/sankoh01/file/142) left bottom;    
    color: #34398a;    
    font-weight: bold;    
    font-size: 136.4% !important /* 18px */;    
    line-height: 1.2;    
    margin: 32px 0 11px;    
    padding: 0 0 9px;
}
.tableFormat01 table {
    border-top: 2px solid #acacac !important;
    width: 100%;
    font-size: 100%;
    display: block;
    overflow-x: scroll;
   white-space: nowrap;
   -webkit-overflow-scrolling: touch;
}
.tableFormat01 table td {
    padding: 12px 9px 9px;
    border: 1px solid #d9d9d9 !important;
    background: #ffffff !important;
    font-weight: normal;
    vertical-align: top;
}

ul, div, img {
    list-style: none;
    font-weight: normal;
}
ul, li, p {
    padding: 0;
    border: 0;
    list-style: none;
}
hr  {
    border-top: 1px solid rgba(0, 0, 0, 0.0);
    clear:both;
}
button .btn::before {
    clear:both;
}
blockquote.quote {
    border-left: 2px solid #cccccc;
    padding-left: 5px;
    margin: 0px 0px 0px 25px;
}
.entry-content ul.format01 {
    margin: 16px;    padding: 0;
}
.entry-content ul.format01 li {
    font-size:1rem;    
    margin: 5px 0;    
    background: url(/sankoh01/file/146) no-repeat left 7px;    
    padding-left: 13px;    
    list-style: none;
}
.card-header.bg-default,.card-header.bg-danger,.card-header.bg-primary,.card-header.bg-success,.card-header.bg-warning,.card-header.bg-info {
    background-image : url(https://www.kagawa-edu.jp/sankoh01/file/2690);
    background-repeat : repeat-x;
    background-position : center center;
}
@media screen and (max-width:480px) {
  div.container {
     padding-left:5px ;
     padding-right:5px ;
}
div.noshadow img {
    display: block;    
    max-width: 100%;   
    height: auto;    
    padding: 0px;    
    margin: 0; 
    border:none;     
    background-color: #fff;    
    position: relative; 
    left: 0;    
    top: 0;        
    overflow: hidden;
}
figure img {
    display: block;          /* 余計な余白が出ないようにする */
    max-width:100%;
    height:auto;
    margin: 0; 
    padding: 0px;
    border: none;
    background-color: #fff;   
}
.navbar-brand {
    margin: 0 !important;
}
.navbar  {
    padding-right : 0.5rem;
    padding-left : 0.5rem;
    padding-top:0 !important;
    padding-bottom:0 !important;
}
.navbar-toggler {
    padding: 0.25rem 0.25rem;
}
div.photo {
    padding: 0;    
}
}
@media and screen and (min-width:720px) {
display:none;
}}

$color-white: #fff;
$color-green: #4b8d71;
$color-brown: #8c5404;

.o-table {
  overflow-x: scroll;
  white-space: nowrap;
  table {
    width: 100%;
    th {
      color: $color-white;
      font-weight: bold;
      text-align: center;
      background-color: $color-brown;
      padding: 10px;
    }
    td {
      color: $color-white;
      font-weight: bold;
      text-align: center;
      background-color: $color-green;
      padding: 10px;
    }
  }
}
/* -------------------------------------------------------- */
/* -------------------------------------- #レイアウト設定 --SP */
/* -------------------------------------------------------- */

/* --------------------------サイト全体背景-------------------------- */
#body_wrapper {
  position: relative;
  height: 100%;
  background-attachment: fixed;
  background-image: url('asset/bgTriL.png'),url('asset/bgTriR.png');
  background-repeat: repeat-y;
  background-position: left, right;
  background-size: 20%, 20%;
  overflow: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio:2){
  #body_wrapper {
    background-image: url('asset/bgTriL@2x.png'),url('asset/bgTriR@2x.png');
  }
}

.outer_wrap {
  width: 100%;
  padding: 80px 0;
  margin: 0 auto;
  position: relative;
  /* overflow: hidden; */
  /* background: #555; */
}
@media screen and (min-width: 958px){
  .outer_wrap {
    padding: 120px 0;
  }
}
.inner_wrap {
  width: 92vw;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 520px){
  .inner_wrap {
  }
}
@media screen and (min-width: 958px){
  .inner_wrap {
    width: 80vw;
    max-width: 1110px;
  }
}
.full_wrap {
  width: 100%;
  padding: 0 3%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 520px){
  .full_wrap {
    padding: 0 40px;
  }
}
@media screen and (min-width: 958px){
  .full_wrap {
    padding: 0 80px;
  }
}
/* -------------------------------------------------------- */
/* ---------------------------------------- ユーティリティ --SP */
/* -------------------------------------------------------- */
/* 画像の幅を100%にする */

.fit img {
  width: 100%;
  border:none;
}
img.fit {
  width: 100%;
}

div img.full {
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
}

.clear {
  background: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* -------------------------------------------------------- */
/* --------------------------------------------- 部活動一覧 */
/* -------------------------------------------------------- */
/* 段落揃え設定 */
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}

.club_list_wrapper {}
.club_list_wrapper > ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}
.club_list_wrapper > ul > li {
  flex-basis: 50%;
  margin-bottom: 15px;
  padding: 0 3px;
}
.club_pict {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.club_pict img {
  width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.club_pict img:hover {
  transform: scale(1.05);
}
.club_name {
  font-size: 1.15em;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
  padding: 7px 0 0 10px;
  z-index: 0;
}
.club_name::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 15px solid #7e77ca;
  border-left: 0px;
  border-right: 15px solid transparent;
  border-bottom: 0;
}
.club_name a > span {
  display: block;
  font-size: 0.8rem;
}
.club_meta {
  font-size: 0.8em;
  margin-bottom: 18px;
}
.club_post {
  line-height: 1.9;
  text-align: justify;
}
@media screen and (min-width: 520px){
  .club_list_wrapper > ul > li {
    flex-basis: 33.333%;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .club_name {
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 18px;
    position: relative;
    padding: 10px 0 0 10px;
    z-index: 0;
  }
  .club_name::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 15px solid #5DDBBC;
    border-left: 0px;
    border-right: 15px solid transparent;
    border-bottom: 0;
  }
}
/* -----------------クラブ個別ページ----------------- */
.club_pict_list {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 80px;
}
.club_pict_list > li {
  width: 100%;
  height: 100%;
}
.club_pict_list p {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.club_pict_list  img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ------------クラブ slick Arrows------------ */
.club_pict_list .slick-prev{
    left: 25px;
}
.club_pict_list .slick-next{
    right: 25px;
}

/* -------------ブログ・ニュース・クラブ紹介本文------------- */
.article_news_body {
  line-height: 1.9;
  margin: 0 auto;
  max-width: 1140px;
  max-width: 940px;
}
/* .article_news_body h1 { font-size: 2em; } */
.article_news_body h2 { font-size: 1.5em; font-weight: 500;}
.article_news_body h3 { font-size: 1.17em; font-weight: 500;}
.article_news_body h4 { font-size: 1.12em; font-weight: 500;}
.article_news_body h5 { font-size: .83em; font-weight: 500;}
.article_news_body h6 { font-size: .75em; font-weight: 500;}

.article_news_body p {
  margin: 1em 0;
  font-size: 1em;
}
.article_news_body p:last-child {
  margin-bottom: 0;
}
.article_news_body img {
  width:auto;
  max-width: 100%;
  height:auto;
}
.article_news_body figure {
  margin: 4em auto;
}
.article_news_body figcaption {
  margin-top: 0.8em;
  font-size: 0.9em;
  line-height: 1.5;
  color: #999;
}
/* -------------------------------------------------------- */
/* --------------------------------------- スクロール関係 --SP */
/* -------------------------------------------------------- */
.js_fade {
  opacity: 1;
  transition: 0.8s ease-in-out;
  top: 0px;
  right: 0px;
  left: 0px;
  position: relative;
}
.fade_down {
  top: 40px;
  opacity: 0;
}
.fade_left {
  left: -30px;
  opacity: 0;
}
.fade_right {
  left: 30px;
  opacity: 0;
}
.fadein {
  opacity: 0;
  top: 40px;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.blur {
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.unenue {
  animation: uneri 2s linear -2s infinite alternate;
}

@keyframes uneri {
  0% {
    transform: translate(0px, -5px);
  }
  25% {
    transform: translate(5px, -2px);
  }
  50% {
    transform: translate(3px, 0px);
  }
  75% {
    transform: translate(-2px, 2px);
  }
  100% {
    transform: translate(2px, 0px);
  }
}

/* -------------------------------------------------------- */
/* ------------------------------------ #タイトル周り設定 --SP */
/* -------------------------------------------------------- */
.top_title {
  font-size: 2.8rem;
  font-size: 2.4rem;
  text-align: center;
  position: relative;
  z-index: 1000;
  letter-spacing: 0.2em;
  flex-basis: 100%;
  min-width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 520px){
  .top_title {
    font-size: 4rem;
    font-size: 3.8rem;
  }
}
.top_title > span {
  display: block;
  font-size:0.8em;
  font-family: 'Caveat', cursive;
  margin-bottom: 0.4em;
  font-weight: normal;
  letter-spacing: normal;
  transform: rotate(-3deg);
  color: #5DDBBC;
}
.top_title::after {
  content: '';
  display: block;
  margin: 0.8em auto 0;
  width: 37px;
  height: 59px;
  background-image: url('./images/120th-pillars.png');
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 520px){
  .top_title {
    margin-bottom: 2em;
  }
  .top_title::after {
    margin: 0.6em auto 0;
    width: 37px;
    height: 59px;
  }
}
.top_title.margin_ed1 {
  padding-top: 2em;
  margin-bottom: -25px;
}

.lead {
  width: 100%;
  max-width: 1260px;
  padding: 0 4%;
  margin: 2em auto;
  font-size: 1.7rem;
  font-weight: 400;
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Noto Sans JP',sans-serif;
  line-height: 2;
  text-align: center;
  position: relative;
}
.lead > span {
  color: #5DDBBC;
}
/* .lead > span {
  display: inline-block;
} */

.top_title + .lead {}


@media screen and (min-width: 520px){
  .lead {
    font-size: 1.6rem;
    padding: 0 8%;
  }
}
@media screen and (min-width: 958px){
  .lead {
    font-size: 1.8rem;
    padding: 0 8%;
  }
}
.lead > p {
  margin: 2em auto;
  position: relative;
}

.title_wrapper {
  width: 100%;
  margin: 0 auto 4em;
  padding-top: 20%;
}
@media screen and (min-width: 520px){
  .title_wrapper {
    padding-top: 80px;
  }
}
@media screen and (min-width: 958px){
  .title_wrapper {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px){
  .title_wrapper {
    padding-top: 120px;
  }
}
/* -------------------------------------------------------- */
/* ---------------------------------------- content_wrapper */
/* -------------------------------------------------------- */
.content_wrapper {
  position: relative;
  width: 100%;
  margin: 50px auto;
  /* padding-top: 20%; */
  padding-bottom: 20%;
  background: white;
  background: rgba(255,255,255,0.8);
}
@media screen and (min-width: 520px){
  .content_wrapper {
    width: 97%;
    width: 100%;
    margin: 40px 0 40px auto;
    /* padding-top: 80px; */
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 958px){
  .content_wrapper {
    margin: 30px 0 30px auto;
    /* padding-top: 80px; */
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px){
  .content_wrapper {
    /* padding-top: 120px; */
    padding-bottom: 120px;
  }
}
/* -------------------------------------------------------- */
/* --------------------------------- index_head_wrapper--SP */
/* -------------------------------------------------------- */
.index_head_wrapper {
  position: relative;
  margin-top: 100px;
}
.content_head_wrapper {
  position: relative;
  margin-top: 100px;
  font-family: 'Caveat', cursive;
  font-size: 3em;
}
.content_head_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  /* background: silver; */
  background-image: url('asset/header/defcobg@2x.jpg');
  background-size: cover;
  background-position: center center;
}
.content_head_wrapper.club {
  background-image: url('asset/header/clubheadimg@2x.jpg');
}
@media screen and (min-width: 520px){
  .content_head_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
    background-size: cover;
    background-position: center center;
  }
  .content_head_wrapper.club {
    background-image: url('asset/header/clubheadimg@3x.jpg');
  }
}
@media screen and (min-width: 958px){
  .content_head_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
    height: 300px;
    background-image: url('asset/header/defcobg@3x.jpg');
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (min-width: 958px){
  .index_head_wrapper {
    padding: 30px 2% 0 6%;
  }
  .index_head_wrapper,
  .content_head_wrapper {
    position: relative;
    margin-top: 120px;
  }
}
.content_head_wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #5DDBBC, #7E77CA);
  background-size: cover;
  opacity: 0.3;
}
.content_head_wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
  url('asset/header/head_bgsp_l@2x.png'),
  url('asset/header/head_bgsp_r@2x.png');
  background-size: auto 60%, auto 60%;
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  opacity: 0.8;
}
@media screen and (min-width: 520px){
  .content_head_wrapper::after {
    background-image:
    url('asset/header/head_bgpc_l@2x.png'),
    url('asset/header/head_bgpc_r@2x.png');
    background-size: auto 90%, auto 90%;
    background-position: left top, right bottom;
    background-repeat: no-repeat;
  }
}
.content_head_wrapper > h1 {
  position: relative;
  font-size: 1.4em;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 520px){
.content_head_wrapper > h1 {
  position: relative;
  font-size: 0.8em;
  z-index: 1;
  color: #fff;
}}
/* -------------------------------------------------------- */
/* ------------------------------- 学校案内(about)設定 --SP */
/* -------------------------------------------------------- */
.about_wrapper {}
/* --------------------------学校概要-------------------------- */
.about_info {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-flow: column wrap;
}
.about_info img {
  width: 100%;
}
@media screen and (min-width: 520px){
  .about_info {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .about_info > div {
    flex-basis: 47.5%;
  }
}
/* ------------------------基本情報------------------------ */
.about_datawrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-flow: column wrap;
}
@media screen and (min-width: 520px){
  .about_datawrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .about_datawrap div:first-child {
    order: 2;
    flex-basis: 54.5%;
  }
  .about_datawrap div:last-child {
    order: 1;
    flex-basis: 45.5%;
    /* transform: translateX(-14vw); */
  }
}
.about_data {
  display: flex;
  justify-content: center;
  position: relative;
}
.about_data dl {
  line-height: 2;
  padding: 0 1em;
  margin: 0 auto 2em;
}
.about_data dt {
  color:#5DDBBC;
  float: left;
  clear: both;
  padding: 0.6em 1em 0.5em 0;
  font-weight: 700;
  font-size: 0.9em;
}
.about_data dd {
  padding: 0.5em 0;
  margin-left: 3em;
  padding-left: 2em;
}
/* --------------------------校訓-------------------------- */
.about_koukun {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-flow: column wrap;
}
.about_koukun img {
  width: 100%;
}
@media screen and (min-width: 520px){
  .about_koukun {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .about_koukun > div {
    flex-basis: 47.5%;
  }
}
/* --------------------------ほんまもん-------------------------- */
.about_honmamon {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-flow: column wrap;
}
.about_honmamon > div:nth-child(1) {
  display: flex;
  align-items: flex-end;
  flex-basis: 90%;
  margin: 0 auto;
}
.about_honmamon img {
  width: 100%;
}
.about_honmamon figcaption {
  white-space: nowrap;
}
.about_honmamon > div:nth-child(1) > figure:nth-child(1){
  flex-basis: 65%;
}
.about_honmamon > div:nth-child(1) > figure:nth-child(2){
  flex-basis: 35%;
}
@media screen and (min-width: 520px){
  .about_honmamon {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row-reverse nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .about_honmamon > div:nth-child(1) {
    flex-basis: 47.5%;
    margin: 0;
  }
  .about_honmamon > div:nth-child(2) {
    flex-basis: 47.5%;
  }
}
/* --------------------------校章-------------------------- */
.about_symbol {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-flow: column wrap;
}
.about_symbol > div:nth-child(1) {
  display: flex;
  align-items: flex-end;
  flex-basis: 90%;
  margin: 0 auto;
}
.about_symbol img {
  width: 100%;
}
.about_symbol figcaption {
  white-space: nowrap;
}
.about_symbol > div:nth-child(1) > figure:nth-child(1){
  flex-basis: 65%;
}
.about_symbol > div:nth-child(1) > figure:nth-child(2){
  flex-basis: 35%;
}
@media screen and (min-width: 520px){
  .about_symbol {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row-reverse nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .about_symbol > div:nth-child(1) {
    flex-basis: 47.5%;
    margin: 0;
  }
  .about_symbol > div:nth-child(2) {
    flex-basis: 47.5%;
  }
}
/* --------------------------校歌-------------------------- */
.kowrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-flow: column wrap;
  margin-bottom: 40px;
}
.about_ {anthem
  width: 90%;
  margin: 0 auto;
}
.anthem_director {
  font-weight: 700;
  border-bottom: 1px solid;
  padding-bottom: 1em;
}
@media screen and (min-width: 520px){
  .kowrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .kowrap div:first-child {
    order: 1;
    flex-basis: 54.5%;
  }
  .kowrap div:last-child {
    order: 2;
    flex-basis: 45.5%;
    /* transform: translateX(-14vw); */
  }
  .about_anthem {
    padding-left: 5%;
    margin: 0 auto;
  }
}
/* -------------------------------------------------------- */
/* ----------------------------------------------- 学校行事 */
/* -------------------------------------------------------- */
.event_container {
  display: flex;
  flex-flow: column nowrap;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 40px;
  border-bottom: 1px solid silver;
  padding-bottom: 40px;
}
.event_container figure {
  position: relative;
}
.event_container figure::before,
.event_container figure::after {
  position: absolute;
  content: '';
  display: block;
  width: 20%;
  max-width: 250px;
  padding-top: 20%;
  background-image: url('asset/garland1.svg');
  background-repeat: no-repeat;
  background-position: top center;
  opacity: 0.8;
}
.event_container figure::before {
  top: 0;
  left: 0;
  transform: translate(-20%, -20%);
}
.event_container figure::after {
  top: 0;
  right: 0;
  transform: translate(20%, 20%) rotateY(-180deg);
}
.event_container img {
  width: 100%;
  border:none !important;
}
.event_container dt {
  flex: 0 1 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.event_container dt span:nth-child(1) {
  font-size: 2em;
  color: #666;
  font-style: italic;
}
.event_container dt span:nth-child(2) {
  font-size: 5em;
  color: #5DDBBC;
  font-style: italic;
  font-weight: 500;
  position: relative;
  padding-right: 2rem;
}
.event_container dt span:nth-child(2)::after {
  content: '月';
  font-size: 1.4rem;
  color: #666;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.event_container:nth-child(n + 6) dt span:nth-child(2) {
  color: #7e77ca;
}
.event_container .balloon{
  margin-top: 20px;
  margin-bottom: 20px;
}
.other_event {
  margin-top: 0;
}
.other_event li {
  display: inline-block;
  margin-top: 0.5em;
  padding-right: 0.5em;
}
.other_event li::before {
  content: '■';
  margin-right: 3px;
}
.other_event li:nth-child(odd)::before {
  color: #5DDBBC;
}
.other_event li:nth-child(even)::before {
  color: #7e77ca;
}


@media screen and (min-width: 520px){
  .event_container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 50px;
    padding-bottom: 50px;
  }
  .event_container:last-child {
    border-bottom: none;
  }
  .event_container dt {
    justify-content: flex-end;
    flex: 0 1 25%;
  }
  .event_container dt span:nth-child(1) {
    font-size: 1.5em;
  }
  .event_container dt span:nth-child(2) {
    font-size: 3.5em;
  }
  .event_container > dd {
    flex: 0 1 60%;
  }
  .other_event {
    margin-top: 0;
  }
  .other_event li {
    display: block;
    padding-right: 0;
    margin-top: 0.5em;
  }
  .other_event li:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 958px){
  .event_container {
    width: 97%;
    justify-content: space-around;
  }
  .event_container dt span:nth-child(1) {
    font-size: 1.5em;
  }
  .event_container dt span:nth-child(2) {
    font-size: 3em;
  }
}

/* -------------------------吹き出し設定------------------------- */
.balloon {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 auto 0;
  position: relative;
  clear:both;
}
.balloon > .text {
  flex: 1 1;
  flex-basis: auto;
  line-height: 1.7;
  text-align: justify;
  position: relative;
  background: #f7f7f7;
  color: #707070;
  border-radius: 10px;
  padding: 24px 28px;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}
.balloon > .text::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right: 6px solid #f7f7f7;
  left: -10px;
  top: 20px;
  transform: skewY(30deg);
}
.balloon > .text h1 {
  color: #5DDBBC;
  font-weight: 500;
}
.balloon > .icon {
  flex: 0 0;
  flex-basis: 40px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border: 1px solid silver;
  border-radius: 50%;
  background-image: url('./images/icon_toramaru-2.png');
  background-size: cover;
  position: relative;
  top: 3px;
}
.balloon > .icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.balloon > .icon.male {
  background-image: url('asset/teacher-m.png');
}
.balloon > .icon.toramaru {
  background-image: url('./images/icon_toramaru-2.png');
}
.balloon> .icon.seitokai-f {
  background-image: url('asset/seitokai-f.png');
}
.balloon > .icon.kyoto {
  background-image: url('asset/student-f.png');
}
.balloon > .icon::after {
  content: attr(data-icon);
  position: absolute;
  display: block;
  bottom: -2.5em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7em;
  text-align: center;
  white-space: nowrap;
}
.balloon > .icon.shokudo::after {
  content: 'みんなの食堂プロジェクトリーダー';
}
.balloon > .icon.toramaru::after {
  content: 'トラ丸';
}
.balloon > .icon.::after {
  content: '教頭';
}
@media screen and (min-width: 520px){
  .balloon {
    display: flex;
    flex-flow: row nowrap;
    /* background: silver; */
    margin: 0 0 0 30px;
    position: relative;
  }
  .balloon > .icon {
    flex-basis: 75px;
    width: 75px;
    height: 75px;
    margin-right: 20px;
  }
}
/* -------------------教育方針コンセプト------------------- */
.policy_wrap {

}
.policy_img {
  padding: 0 3%;
  transition: all 0.3s ease-in-out;
}
.policy_lead {
  width: 100%;
  padding: 0 8%;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  text-align: justify;
  position: relative;
}
.policy_lead h2 {
  padding: 0;
  margin-top: 3em;
  margin-bottom: 1em;
}
@media screen and (min-width: 520px){
  .policy_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .policy_img {
    padding: 0 10%;
  }
  .policy_lead {
    font-size: 1.2em;
    padding: 0 10%;
  }
  .policy_lead h2 {
    padding: 0 5%;
    margin-top: 2em;
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 958px){
  .policy_wrap {
    width: 100%;
    max-width: 1260px;
    padding: 0 80px;
    margin: 0 auto;
  }
  .policy_img {
    padding: 0 12%;
  }
  .policy_lead {
    font-size: 1.2em;
    padding: 0;
  }
  .policy_lead h2 {
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 1900px){
  .policy_wrap {
    width: 100%;
    max-width: 1980px;
    padding: 0 160px;
    margin: 0 auto;
    display: flex;
    align-items: center
  }
  .policy_img {
    padding: 0;
    flex-basis: 52%;
  }
  .policy_lead {
    font-size: 1em;
    padding: 0 0 0 3%;
    flex-basis: 48%;
  }
  .policy_lead h2 {
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1.5em;
  }
}

/* -------------------------その他の教育------------------------- */
.sub_facilities_wrapper {
  margin: auto -2%;
}
.sub_facilities_wrapper ul {
  width: 100%;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.sub_facilities_wrapper li {
  flex-basis: 49%;
  margin-bottom: 48px;
}
.sub_facilities_wrapper li img {
  width: 100%;
}
.sub_facilities_wrapper figure {
  width: 100%;
}
.sub_facilities_wrapper h2 {
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 1em 0 0.75em
  margin-bottom: 0 ;
}
.sub_facilities_wrapper h2 > span {
  color: #5DDBBC;
}
.sub_facilities_wrapper p  {
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 520px){
  .sub_facilities_wrapper {
    margin: 0 -1%;
  }
  .sub_facilities_wrapper ul {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  .sub_facilities_wrapper li {
    flex-basis: 50%;
    padding: 0 1%;
  }
  .sub_facilities_wrapper h2 {
    font-size: 1.125em;
    padding: 1.2em 0 1em
  }
  .fac_long {
    flex-basis: 66.666%;
    flex: 2 1;
  }
}
@media screen and (min-width: 958px){
  .sub_facilities_wrapper li {
    flex-basis: 33.333%;
    padding: 0 1%;
  }
}
figcaption h2 {
  text-align : left ;
}
figcaption p {
  text-align : left ;
}

/* ------------------カリキュラム------------------ */
.scroll_area {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;n
  white-space: nowrap;
}
.curriculum_scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top:0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);

}
@media screen and (min-width: 520px){
  .curriculum_scroll {
    display: none;
  }
}
.scroll_area::-webkit-scrollbar {
  height: 5px;
}
.scroll_area::-webkit-scrollbar-track {
  background: #ccc;
}
.scroll_area::-webkit-scrollbar-thumb {
  background: #5DDBBC;
}
.curriculum {
  font-size: 0.8em;
  margin-right: 3px;
  margin-bottom: 3px;
  table-layout: fixed;
  box-sizing: border-box;
  white-space: nowrap;
}
.curriculum tr {
  border-bottom: 1px solid #fff;
}

.curriculum th {
  background: #eee;
  border: 1px solid #fff;
  color: #333;
  text-align: center;
  vertical-align: middle;
}

.curriculum td {
  border: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  padding: 1em 1em;
  line-height: 1.5;
  background: #caf2e8;
}
.curriculum td:nth-child(even) {
  background: #dff6f0;
}
.curriculum thead th {
  padding: 1em 0.5em;
}
.curriculum tbody th,
.curriculum tbody td {
  padding: 2em 0.5em;
  color: #333;
}
.curriculum .sentaku2 {
  background: #84dbc5;
}
.curriculum .sentaku3 {
  background: #afdbd0;
}
.curriculum_cap {
  padding:  10px 16px;
  margin-top: 6px;
  background: #fff;
}
.curriculum_cap h3 {
  font-size: 1em;
  font-weight: 500;
  padding: 6px 0 2px;
  margin-bottom: 3px;
  border-bottom: 1px solid silver;
}
.curriculum_cap h3::before {
  content: '●';
  color:#5DDBBC;
  margin-right: 0.3em;
}
.curriculum_cap p {
  font-size: 0.8em;
  line-height: 1.5;
}
@media screen and (min-width: 520px){
  .curriculum {
    width: 100%;
    white-space: normal;
  }
  .curriculum thead th {
    padding: 1em 0;
  }
  .curriculum tbody th,
  .curriculum tbody td {
    padding: 1.5em 0;
  }
}
.scroll_area figcaption {
  font-size: 0.8em;
}
/* -------------------------------------------------------- */
/* -------------------------------------------- 三高生の1日 */
/* -------------------------------------------------------- */
.schedule_wrapper {}
.schedule_container {
  margin-top: 4em;
}
.schedule_container li {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  position: relative;
}
.schedule_container li::before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 0%;
  border-radius: 10px;
  background: #007bff;
  margin-top: 25px;
  top: 0;
  left: 5px;
  transform: translateX(-50%);
  transition: all 1s ease-in-out;
}
.schedule_container li.active::before {
  height: 101%;
}
.schedule_container.first li:last-child.active::before {
  height: 138%;
}
.schedule_container.second li:last-child.active::before {
  height: 125%;
}
.schedule_container li::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #007bff;
  margin-top: 25px;
  top: 0;
  left: 0;
}
.schedule_container li:first-child::after {
  width: 18px;
  height: 18px;
  left: -4px
}
.schedule_title {
  font-size: 1.4em;
  text-align: left;
  color: #777;
  margin-bottom: 1em;
  position: relative;
  letter-spacing: 0.3em;
}
.schedule_container li:nth-child(even) h1 {
  text-align: left;
}
.schedule_title span {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  font-size: 50px;
  margin-bottom: 8px;
  font-family: 'Caveat', cursive;
  color: #007bff;
  transform: rotate(0deg);
  letter-spacing: 0;
}
.clock::before,
.clock2::before,
.clock3::before {
  content: '';
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.clock::before {
  background-image: url('./images/clock-1.png');
}
.clock2::before {
  background-image: url('./images/clock-2.png');
}
.clock3::before {
  background-image: url('./images/clock-3.png');
}

.schedule_main {
  padding-top: 50px;
  position: relative;
}
.schedule_main figure {
  position: relative;
    margin: 30px calc(50% - 50vw);
}
.schedule_main figure img {
  /* border-radius: 20px; */
}
.schedule_main figcaption {
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.schedule_container figure {
  padding: 0 20px 0 0;
  padding: 0;
  position: relative;
}
.schedule_container figure img {
  position: relative;
  width: 100%;
  border-radius: 20px;
}
.schedule_container li > p {
  line-height: 1.6;
  text-align: justify;
  margin-top: 1em;
  font-size: 1em;
  padding: 0 1em;
}
.schedule_container li figcaption {
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.schedule_point {
  background: #007bff;
  position: absolute;
  top: -70px;
  right: -40px;
  width: 120px;
  padding-top: 120px;
  border-radius: 50%;
  transform: rotate(10deg);
}
.schedule_point > p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}
.schedule_main figure img.menuboard {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
/* .schedule_point.menuboard {
  background-image: url('./images/snap/DSC01153@1x.jpg');
  background-size: cover;
} */

.schedule_wrapper .pause_br {
  position: absolute;
  bottom: -50%;
  right: -20px;
  width: auto;
  height: 200px;
}
.schedule_wrapper .pause_r {
  position: absolute;
  bottom: 50%;
  top:-125px;
  right: -20px;
  width: auto;
  height: 125px;
}
.schedule_wrapper .pause_l {
  position: absolute;
  bottom: 50%;
  top:-125px;
  right: 0px;
  width: auto;
  height: 125px;
}
.schedule_wrapper .pause_br,
.schedule_wrapper .pause_r,
.schedule_wrapper .pause_l {
  border-radius: 0;
}
.schedule_wrapper .bodymaker {
  position: absolute;
  top: -70px;
  right: -40px;
  width: 120px;
  height: auto;
}
.schedule_wrapper .menuboard {
  position: absolute;
  top: -100px;
  right: 0px;
  width: auto;
  height: 120px;
  z-index: 1;
}
.schedule_main figure img.menuboard{
  border-radius: 50%;
  width: auto;
  height: 120px;
}
.schedule_wrapper .menuboard_caption {
  padding-right: 130px;
}
.menuboard_bg {
  position: absolute;
  top: 15% !important;
  right: 65%;
  width: 100%;
  max-width: 250px;
  height: auto;
  transform: translateY(30%);
}
.shoes_bg {
  position: absolute;
  top: 5%;
  right: 60%;
  width: 100%;
  max-width: 400px;
  height: auto;
}
.menuboard_bg img, .shoes_bg img {
  width: 100%;
}
img.lunch {
  position: absolute;
  top: -10%;
  left: 0%;
  bottom: auto;
  right: auto;
  width: 50%;
  background-color:rgb(0,0,0,0);
  border:none;
  z-index: 9999;
}
img.seeyou {
  position: absolute;
  top: auto;
  left: auto;
  bottom: -5%;
  right: 0;
  width: 50%;
  background-color:rgb(0,0,0,0);
  border:none;
}

@media screen and (min-width: 520px){
  .schedule_wrapper .pause_br {
    position: absolute;
    bottom: -250px;
    right: -90px;
    width: auto;
    height: 440px;
  }
  .schedule_wrapper .pause_r {
    position: absolute;
    top: -155px;
    bottom: auto;
    right: -55px;
    width: auto;
    height: 150px;
  }
  .schedule_wrapper .pause_l {
    position: absolute;
    top: -155px;
    bottom: auto;
    right: auto;
    left: -55px;
    width: 150px;
    height: auto;
  }
  .schedule_wrapper .bodymaker {
    position: absolute;
    bottom: 60%;
    right: -40px;
    width: 150px;
    height: auto;
  }
  .schedule_main figure img.menuboard{
    position: absolute;
    top: -130px;
    bottom: auto;
    right: -40px;
    width: auto;
    height: 200px;
    transform: rotate(5deg);
  }
  .schedule_wrapper .menuboard_caption {
    padding-right: 0;
  }
  img.lunch {
    position: absolute;
    top: 50%;
    left: -5%;
    bottom: auto;
    right: auto;
    width: 50%;
    background-color:rgb(0,0,0,0);
    border:none;
  }
  .menuboard_bg {
    position: absolute;
    top: 5% !important;
    right: 65%;
    width: 100%;
    max-width: 450px;
    height: auto;
    transform: translateY(30%);
  }
  img.seeyou {
    position: absolute;
    top: auto;
    left: auto;
    bottom: -5%;
    right: -5%;
    width: 50%;
  }

}
@media screen and (min-width: 958px){
  .schedule_wrapper .pause_r {
    position: absolute;
    top: -130px;
    bottom: auto;
    right: -70px;
    width: 150px;
    height: auto;
  }
  .schedule_wrapper .pause_l {
    position: absolute;
    top: -130px;
    bottom: auto;
    right: auto;
    left: -70px;
    width: 150px;
    height: auto;
    z-index: 0;
  }
  .menuboard_bg {
    position: absolute;
    top: 5% !important;
    right: 65%;
    width: 100%;
    max-width: 530px;
    height: auto;
    transform: translateY(40%);
  }
}
@media screen and (min-width: 1280px){
  .menuboard_bg {
    position: absolute;
    top: 5% !important;
    right: 65%;
    width: 100%;
    max-width: 650px;
    height: auto;
    transform: translateY(40%);
  }
}

.accessboygir2 {
  width: 30%;
  position: absolute;
  bottom: -10px;
  left: -10px;
}
.accessboygir2 img {
  width: 100%;
}
@media screen and (min-width: 520px){
  .schedule_main {
    padding-top: 50px;
    position: relative;
  }
  .schedule_container {
    display: flex;
    flex-flow: row wrap;
  }
  .schedule_main figure {
    position: relative;
      margin: auto;;
  }
  .schedule_main figure img {
    border-radius: 20px;
  }
  .schedule_container li {
    flex: 0 1;
    flex-basis: 50%;
    padding-left: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
    position: relative;
  }
  .schedule_container li:nth-child(even) {
    transform: translateY(50%);
  }

  .schedule_container li::before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 0%;
    border-radius: 4px;
    /* background: #7E77CA; */
    /* margin-top: 40px; */
    top: 0;
    left: auto;
    right: 0;
    transform: translateX(50%);
    transition: all 1s 0.3s ease-in-out;
  }
  .schedule_container li:nth-child(even)::before {
    top: 0;
    left: 0;
    right: auto;
    transform: translateX(-50%);
  }
  .schedule_container li.active::before {
    height: 52%;
  }
  .schedule_container.first li:last-child.active::before,
  .schedule_container.second li:last-child.active::before {
    height: 90%;
  }
  .schedule_container li::after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 0;
    left: auto;
    right: 0;
    transform: translateX(50%);
  }
  .schedule_container li:first-child::after {
    width: 24px;
    height: 24px;
      left: auto;
  }
  .schedule_container li:nth-child(even)::after {
    top: 0;
    left: 0;
    right: auto;
    transform: translateX(-50%);
  }
  .schedule_container li h1 {
    text-align: right;
    color: #777;
  }
  .schedule_container li:nth-child(even) h1 {
    text-align: left;
  }
  .schedule_container li:nth-child(even) h1 span {
    left: 0;
    right: auto;
  }
  .schedule_container li:nth-child(odd) h1 span {
    left: auto;
    right: 0;
  }
  .schedule_container li:nth-child(odd) .schedule_point {
    left: -40px;
    right: auto;
  }
  .schedule_container figure {
    padding: 0;
  }
}
/*  スクールライフない画像の枠を外す
.uni_step img {
  border:none;
}

/* ページ全体をフェードイン */
body {
  opacity: 0;
  animation: fadein 1.5s ease-in forwards;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* 幅だけ指定のimgにも仮想サイズを与える */
img:not([width]) { aspect-ratio: attr(data-ar ratio); }
/* 例：<img data-ar="16/9"> のように比率を埋めておくとレイアウトが安定 */

/* 切替対象に指定（.slideshowや各スライド要素に） */
.slideshow img {
  backface-visibility: hidden;
  transform: translateZ(0);     /* GPUヒント */
  will-change: opacity, transform;
}

/* 切替対象だけ最適化（全部に付けない） */
.slideshow img {
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: opacity, transform;
}