﻿@charset "UTF-8"
/*
  スタイルシート　2025.09.02 改訂 by  H.Ishikawa
  PC対応( web幅1110px=左5px+content1105px) file名：pc-width1110.css
  アコーディオン表示　高麗小中　バージョン
*/


*:before,*:after
{
  box-sizing: border-box;
}


/*
============================================================
ＰＣ用学校名画像表示開始(web幅1110px＝左5px＋画像1105px) ===
*/
#school-image1110
{
  margin: 5px 0px 0px 5px;
  podding: 0px;
  width: 1105px;
  height: 170px;
  vertical-align: bottom;
  object-fit: cover;
}


#school-name1110
{
  margin: 0px;
  podding: 0px;
  position:absolute;
  top:62px;
  left: 195px;
  font-family: 'Sawarabi Mincho', sans-serif;
  text-shadow: 0 0 0.2em rgba(0,0,0,1);
  font-size: 2.82rem;
  color: rgba(255,255,255);
  letter-spacing: 0.08em;
  white-space: nowrap;
}
/*
ＰＣ用学校名画像表示終了(web横サイズ=1110px) =====================
==================================================================
==================================================================
モバイル用学校名画像非表示開始(web横サイズ370px=左5px+画像365px)==
*/
#school-image370
{
  display: none;
}

#school-name370
{
  display: none;
}
/*
モバイル用学校名画像非表示開始(web横サイズ370px=左5px+画像365px)==
==================================================================
==================================================================
body領域開始  ====================================================
*/
body
{
  background-color: #f9f9f9;
  font-family: sans-s  font-size: 1.0rem;
}

div
{
  margin: 0px;
}

a
{
  text-decoration: none;
  color: #0066c0; /* Amazon色:#0066c0 Google色:#1a0dab Youtube色:#0033cc */
}
a:hover
{
  text-decoration: underline;
}  

/*
================================================================
お知らせ領域とright-side領域を横並び開始　======================

*/
.box0
{
  display:flex;
}
/*
お知らせ領域とright-side領域を横並び終了　======================
================================================================
================================================================
お知らせ開始 ===================================================
*/
#oshirase
{
  box-sizing: border-box;
  margin: 5px 0px 0px 5px;
  padding: 0px;
  width: 735px;
  height: 260px;
  border-radius: 1px;
  background-color: #fefefe;
  border-top: 1px solid;
  border-top-color: #ccc;
  border-right: 1px solid;
  border-right-color: #ccc;
  border-bottom: 1px solid;
  border-bottom-color: #ccc;
  border-left: 1px solid;
  border-left-color: #ccc;
}

#oshirase h2
{
  box-sizing: border-box;
  margin: 0px;
  width: 733px;
  height: 30px;
  background-color: #f1f1f1;
  border-radius: 1px;
  text-align: center;
  vertical-align: middle;
  color: #666666;
  font-size: 1.4rem;
}

#oshirase dl
{
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  width: 713px;
  height: 208px;
  font-size: 1.1rem;
  overflow-y: scroll;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

#oshirase dl dt
{
  width: 10%;
  margin-left: 0px;
  text-align: left;
  color: #333333;
}

#oshirase dl dd
{
  width: 90%;
  margin-left: 0px;
  color: #333333;
}

#color
{
  color: #dd2266;
  font-weight:  bold;
}
/*
お知らせ終了 =================================================
==============================================================
==============================================================
お知らせ右側のサイド領域の開始 ===============================
*/
#right-side
{
  box-sizing: border-box;
  margin: 5px 0px 0px 5px;
  padding: 0px;
  width: 365px;
  height: 260px;
  border-radius: 1px;
  background-color: #fefefe;
  border-top: 1px solid;
  border-top-color: #ccc;
  border-right: 1px solid;
  border-right-color: #ccc;
  border-bottom: 1px solid;
  border-bottom-color: #ccc;
  border-left: 1px solid;
  border-left-color: #ccc;
}

#right-side h2
{
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  width: 364px;
  height: 30px;
  background-color: #38b48b;
  border-radius: 1px;
  text-align: center;
  vertical-align: middle;
  color: #fefefe;
  font-size: 1.2rem;
}

#right-side ul
{
  margin: 0px 5px 0px 0px;
  padding: 0px 0px 0px 15px;
  width: 350px;
  height: 228px;
  font-size: 0.85rem;
  overflow-y: scroll;
  text-align: left;
  color: #555555;
  list-style-type: none;
}

#right-side ul li
{
  margin-top: 3px;
  padding: 0px;
  line-height:19px;
  text-decoration: none;
  word-break: break-all;
}
/*
お知らせ右側のサイド領域の終了 =========================
========================================================
========================================================
item(項目)開始                ==========================
*/
.box
{
  box-sizing: border-box;
  margin: 0px;
  padding-top: 0px;
}
	
.box1,.box2,.box3,.box4,.box5
{
  display:flex;
  text-align: left;
}

.item
{
  box-sizing: border-box;
  position: relative;	
  margin:  5px 0px 0px 5px;
  width: 365px;
  padding: 0px;
  background-color: #fefefe;
  border-top: 1px solid;
  border-top-color: #ccc;
  border-right: 1px solid;
  border-right-color: #ccc;
  border-left: 1px solid;
  border-left-color: #ccc;
}

.item_click h2
{
  position: absolute;
  margin: 0px;
  padding: 30px 0px 30px 0px;
  width:365px;
  left: 0px;
  top: 85px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: rgba(255,255,255,0.3);
  text-shadow: 0 0 0.9rem #000;
}

.item_click img
{
  margin:  0px;
  padding: 0px;
  width: 363px;
  object-fit: fill;
}

audio
{
  position: absolute;
  top: 245px;
  width: 363px;
  margin:  0px;
  padding: 0px 0px 0px 0px;
  height: 30px;
  background-color: #fefefe;
}

#audio ul
{
  box-sizing: border-box;
  position: absolute;
  margin:  0px;
  padding: 7px 5px 0px 15px;
  top: 280px;
  width: 365px;
  height: 35px;
  background-color: #fefefe;
  list-style-type: none;
  font-size: 0.9rem;
}
/*
==================================================================
item（項目）画像直下に表示する２行のリストの開始 =================
*/
.display_box ul
{
  box-sizing: border-box;
  position: absolute;
  top: 245px;
  width: 363px;
  margin: 0px;
  padding: 6px 5px 3px 15px;
  background-color: #fefefe;
  list-style-type: none;
  font-size: 0.9rem;
}

.display_box li
{
  margin-top: 0px;
  padding: 5px 0px 0px 0px;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  word-break: break-all;
  color: #555555;
}

/*
item（項目）画像直下に表示する２行のリストの終了 =================
==================================================================
==================================================================
item（項目）のアコーディオンの開始 ===============================
*/
input
{
  display: none;
}

.hidden_box ul
{
  box-sizing: border-box;
  width: 363px;
  margin: 0px; 
  padding: 0px 5px 0px 15px;
  background-color: #fefefe;
  list-style-type: none;
  font-size: 0.9rem;
}

.hidden_box li
{
  margin-top: 0px;
  padding: 0px;
  height: 0px;
  color: #555555;
  text-decoration: none;
  text-align: left;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
   transition: all 0.5s;
}

.hidden_box li img
{
  width: 335px;
  margin:  0px;
  padding: 0px 10px 0px 0px;
  height: all;
  object-fit: fill;
}

label
{
  display: inline-block;
  margin: 0px;
  padding: 0px;
  height: 312px;
  background-color: #fefefe;
  cursor: pointer;
}
/*
アコーディオンメニュー処理開始  ==================================
==================================================================
==================================================================
改行なし and 写真なしのitem（項目）のアコーディオン処理開始  =====
*/
#hidden_box_bar01:checked ~ #links01 li,  /*　項目１　「沿革」　　　　　　*/
#hidden_box_bar02:checked ~ #links02 li,  /*　項目２　「概要」　　　　　　*/
#hidden_box_bar03:checked ~ #links03 li,  /*　項目３　「校歌」　　　　　　*/
#hidden_box_bar04:checked ~ #links04 li,  /*　項目４　「行事予定」　　　　*/
#hidden_box_bar05:checked ~ #links05 li,  /*　項目５　「たより・お知らせ」*/
#hidden_box_bar08:checked ~ #links08 li,  /*　項目８　「まなびの道具箱」　*/
#hidden_box_bar10:checked ~ #links10 li,  /*　項目１０「相談室」　　　　　*/
#hidden_box_bar11:checked ~ #links11 li,  /*　項目１１「所在地・☎」　　　*/
#hidden_box_bar12:checked ~ #links12 li   /*　項目１２「リンク」　　　　　*/
{
  height: 20px;
  opacity: 1;
}
/*
改行なし and 写真なしitem（項目）のアコーディオン処理終了  ========
===================================================================
===================================================================
改行あり or 写真ありのitem（項目）のアコーディオン処理開始  =======
*/
#hidden_box_bar06:checked ~ #links06 li,  /*　項目６　「授業」 　 　　　　*/
#hidden_box_bar07:checked ~ #links07 li,  /*　項目７　「トピックス」    　*/
#hidden_box_bar09:checked ~ #links09 li   /*　項目９　「学校・環境」    　*/
{
  word-break: break-all;
  height: auto;
  vertical-align: midle;
  text-align: left;
}
/*
改行あり or 写真ありのitem（項目）のアコーディオン処理終了  ========
====================================================================
アコーディオンメニュー処理終了  ====================================
====================================================================
item(項目)終了  ====================================================
====================================================================
*/
