@charset "utf-8";
/* CSS Document */
body{
	font-family: "Noto Sans JP", sans-serif;
}
#container{
	position: relative;
}
header{
	background-repeat: no-repeat;
}
#site-header{
	padding: 0px;
	background-color: rgba(255,255,255,0.40);
}
#top-bac{	
}
#nav{
}
#header-nav li a {
	text-align: center;
}	
header p{
	display: block;
	align-content: center;
	background-color: rgba(255,255,255,1.00);
	border-radius:15px 0;
	padding: 10px 20px;
	margin: 0 auto;
}
#header-logo,
#header-logo-sp{
}
#header-nav{
}
.top_news{
	background-color: #FFFAE0;
	border-radius: 15px;
	padding: 10px;
	margin-top: 50px;
}
.yellow{
	background-color: #FFFAE0;
	border-radius: 15px;
}
#update{
	background-color: #F5FFEA;
}
.top-design{
	background-color: #F5FFEA;
	margin-top: 50px;
}
.nav-overlay{
	  background-color: rgba(255, 255, 255, 0.95);
}
.update_rightbox{
	background-color: #FFF;
	border: 1px solid #333;
	border-radius: 15px;
	padding: 10px;
	margin: 10px 0;
}

.magin50{
	margin: 45px 0 60px;
}
#status{
	margin-top:50px; 
}
.Status_ul{
	
}
.Status_ul li{
	list-style: none;
	border-bottom: dotted 1px #79D2F8;
	padding: 3px 0 0 3px;
}
#cta{
	margin-top:50px; 
}

.blue{
	color: #79D2F8;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	color: #582625;
	font-family: "Zen Maru Gothic", sans-serif;
}
.card{
	height: 100%;
}
#cta{
	background-color:#F5FFEA ;
	padding-bottom: 300px;
	align-content: center;
}
#ctainner{
	width: 80%;
	margin: 0 auto;
}
#cta img{
}
#ctaimg img{
	width: 18%;
	margin: 1%;
}

.design-top,
.design-bottom {
  display: block;
  width: 100%; /* 親要素に合わせる場合 */
}
#footer{
	background-color: #79D2F8;
	margin-top:-200px; 
}
#footer_menu ul{
	list-style: none;
}
#footer_menu ul li {
	color: #fff;
	padding-right:20px;
}
#footer_menu hr{
	border: none;
  height: 2px; 
  background-image: linear-gradient(to right, #fff 50%, rgba(255,255,255,0) 50%);
  background-size: 4px 100%; 
  background-repeat: repeat-x;
	margin-bottom: 30px;
}
#footer_menu ul ul{
  list-style: none; /* デフォルトの丸ぽっちを消す */
}

#footer_menu ul ul li {
	color: #fff;
  position: relative;
  padding-left: 1em; /* 横棒が入るスペースを空ける */
	flex-shrink: 0;
}
#footer_menu ul li a,
#footer_menu ul ul li a{
	text-decoration: none;
	color: #fff;
}

/* 文字の前に横棒を合成する */
#footer_menu ul ul li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: bold;   
}
h1 {
	width: 85%;
	margin: 0 auto;
}
h1 img{
	width: 100%;
	height: auto;
}
/* lower-layer */
	#philosophy{
		list-style: none;
  padding-left: 0;
}
	#philosophy li{
		position: relative;
  padding-left: 1.5em;
		font-size: 20px;
  line-height: 1.9;
		color: #582625;
		font-weight: bold;
	}
	#philosophy li::before{
content: "";
  position: absolute;
  left: 0;
  top: 0.6em;          /* 文字の高さに合わせる調整用 */
  width: 12px;          /* 四角の横幅 */
  height: 12px;         /* 四角の縦幅 */
  background: #79D2F8; /* ★好きな色 */
  border-radius: 3px;
	}
.textbox{
  width: 100%;
  max-width: 700px; /* 全体の横幅（お好みで変更してください） */
  margin: 0 auto;
	padding: 10px 20px;
}

.textbox dl{
  display: grid;
  grid-template-columns: 150px 1fr; 
  gap: 15px 0; /* 行と行の間のすき間（上下 15px、左右 0） */
  margin: 0;
  padding: 0;
}

.textbox dl dt {
  grid-column: 1;
	color: #582625;
}

.textbox dl dd {
  margin: 0;      /* ブラウザ特有の余白を消す */
  grid-column: 2;       /* 残りの横幅をすべて使う */
}
.supportnew{
	padding: 10px 20px;
	margin: 20px 0;
}


.googlemap{
	margin-top: 50px;
	text-align: center;
}
.googlemap itrame{
	display: inline-block;
	max-width: 100%;
}
.month {
	height: auto;
	border-radius: 15px;
	border: solid 1px #333;
	margin-bottom: 1em;
}
.month h3 {
	background: #79D2F8;
	display: block;
	border-radius: 15px 15px 0 0;
	margin: 0px;
	padding: 15px;
}
.month p {
	margin: 0;      /* ブラウザ特有の余白を消す */
  grid-column: 2;
	padding: 15px;
}
.month a {
	text-decoration: none;
}
.month_base {
	padding: 0 1em 0 1em;
}
.schedule{
	
}
.bbct{
	background: #79D2F8;
	color: #fff;
}
.mg{
	background: #F5FFEA;
}
.pdf_view{
	background: #FFFAE0;
}
.pdf_view h3{
	display: block;
	width: 100%;
	background: #79D2F8;
	padding: 15px 0;
}
.old-menu{
	background: #FFFAE0;
	border-radius: 15px ;
	padding: 10px 20px;
	width: 200px;
	margin: 10px ;
}
.old-menu a{
	text-decoration: none ;
}

.old-menu_container{
	display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 5px 0;
	justify-content: center;
}
.om_menu{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFAE0;
    border: 1px solid #f0e3b6;
    border-radius: 20px;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: bold;
    color: #555;
    min-width: 130px;
    box-sizing: border-box;
    transition: all 0.2s ease;
    text-decoration: none;
    cursor: pointer;
}
.om_menu:hover {
    background: #fff3bd;
	transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.request-old{
	border-radius: 15px;
	background: #F7F7F7;
	padding: 15px;
}
.request-old dl{
	display: grid;
  grid-template-columns: 150px 1fr; 
  gap: 15px 0; /* 行と行の間のすき間（上下 15px、左右 0） */
  margin: 0 auto;
  padding: 0;
}
.request-old dt{
	font-weight: bold;
  grid-column: 1;
	color:#5AB8E0; 
}
.request-old dd{
	margin: 0;      /* ブラウザ特有の余白を消す */
  grid-column: 2;
}
.request-old hr{
	width: 100%;
}
.address dt{
	color: #582625;
	font-weight: normal;
}
.address dd{
	margin: 0;      /* ブラウザ特有の余白を消す */
  grid-column: 2;
}
@media (min-width: 768px){
header{
	}
.top-bg{
	background-image: url("../../o-himawari/_shared/img/header_bg.png");
	padding:0 0 80px;
	height: 480px;
	background-size: 100% contain;
	}
header p{
	width: 26%;
}
header h2{
	margin: 80px 0 30px;
	}
#header-logo-sp{
	display: none;
	}
#btn-header{
		position: absolute;
		right: 80px;
		top: 120px;
	}	
#top_news,
#update,
#status,
#lower-layer,
#download {
	padding: 0% 10% 0% 3%;
}
	/*field*/
.card80{
	width: 80%;
}
.card20{
	width: 20%;
}
.card60{
	width: 60%;
}
.card40{
	width: 40%;
}
.card70{
	width: 70%;
}
.card30{
	width: 30%;
}
.card50{
	width: 50%;
}
.maginright{
	margin-right: 30px;
}
	.cardright{
		margin-left: 10px;
	}
	#top_news h2,
#update h2,
#status h2,
#download h2{
	padding:30px 0  0 100px ;
}
	.address{
	margin: 50px auto;
	width: 50%;
}
.address dl{
	display: grid;
  grid-template-columns: 150px 1fr; 
  gap: 15px 0; /* 行と行の間のすき間（上下 15px、左右 0） */
  margin: 0 auto;
  padding: 0;
}
}
@media (max-width: 767px){
	.nav-overlay__link {
  display: inline-block;
  padding: 15px;
  font-size: 18px;
  transition: color .3s;
}
	header{	
		background-size: cover;
	}
	.top-bg{
		background-image: url("../../o-himawari/_shared/img/sp-bg.png");
		height: 635px;
	}
	header h2{
		margin: 60px 0 30px;
}
	header p{
	width: 90%;
}
	#site-header{
		width: 100%;
	}
	#btn-header{
	display: none;
		}
	#header-logo-sp{
		width: 60%;
		height: auto;
	}
	#header-logo{
		display: none;
	}
#nav{
	z-index: 100;
}
#top_news,
#status ,
#update,
#download {
	padding: 0% 2% 0%;
}
	#top_news h2,
#update h2,
#status h2,
#download h2{
	padding:10px 0  0 20px ;
}
	
	#ctaimg .card20{
		width: 45%;
	}
	
}
/* ナビゲーション */

/* SPナビ overlay-styles.css */

table {
    border-collapse: collapse;
    width: 100%;
  }
th,
td {
    border: 1px solid #ccc;
    padding: 10px;
  }
  /* 奇数行の背景色 */
tbody tr:nth-child(odd) {
    background-color: #FFFAE0;
  }
  /* 偶数行の背景色 */
tbody tr:nth-child(even) {
    background-color: #ffffff;
  }


/* 開閉バー */
.accord-bar {
	width: 100%;
   border: 1px solid #e2e8f0;
   border-radius: 8px;
   background-color: #ffffff;
   overflow: hidden;
   transition: all 0.3s ease;
	margin-top: 1em;
}
.accord-bar[open] {
   border-color: #3182ce;
   box-shadow: 0 2px 10px rgba(49, 130, 206, 0.1);
}
.accord-bar summary {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 16px 20px;
   font-weight: bold;
   cursor: pointer;
   list-style: none;
   user-select: none;
   background-color: #79D2F8;
   transition: background-color 0.2s ease;
}
.accord-bar summary::-webkit-details-marker {
   display: none;
}
.accord-bar summary:hover {
   background-color: #79D2F8;
}
.toggle-text {
	font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 6px;
}
.toggle-text::after {
    content: "開く";
}
.toggle-icon {
     display: inline-block;
     width: 12px;
     height: 12px;
     border-right: 2px solid #3182ce;
     border-bottom: 2px solid #3182ce;
     transform: translateY(-2px) rotate(45deg);
     transition: transform 0.3s ease;
}
.accord-bar[open] summary .toggle-text::after {
     content: "続きを読む";
        }
.accord-bar[open] summary .toggle-icon {
     transform: translateY(2px) rotate(-135deg);
}


/* 行事食テーブル */
.event_table {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(1, 1fr);
	background: #FFFAE0;
	text-align: center;
    }
.event_table img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    }
@media (min-width: 768px){
.event_table  {
    grid-template-columns: repeat(5, 1fr);
	padding: 1em 0;
}
.event_table_4  {
    grid-template-columns: repeat(4, 1fr);
}
.event_table_4 img {
    width: 80%;
    height: auto;
	margin: 0 auto;
    }
}
@media (max-width: 767px){
.event_table  {
        grid-template-columns: repeat(2, 1fr);
	padding: 1em 0;
}
}




/* クラスの様子ポップアップ */
.popup-overlay-target {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.popup-overlay-target:target {
    opacity: 1;
    pointer-events: auto;
}
.popup-overlay-close-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default;
    z-index: 1;
}
.popup-content {
    background-color: #ffffff;
    padding: 0 0 2em 0;
    border-radius: 15px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    transform: scale(0.85);
    transition: transform 0.3s ease;
    text-align: left;
}
.popup-overlay-target:target .popup-content {
    transform: scale(1);
}
.popup-content h2 {
    margin-bottom: 15px;
    color: var(--primary-color);
    font-size: 1.5rem;
}
.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    text-decoration: none;
    color: #000000;
    line-height: 1;
    transition: color 0.2s;
}
.popup-close:hover {
    color: #334155;
}