@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 934px) {/* 935以下の場合 */
    .hed_None935d {display: none;}/* ■を消す */
	.h_container1 {padding-top:6.25rem;}
}

@media screen and (min-width:935px) {/* 935以上の場合 */
    .hed_None935u {display: none;}/* ★を消す */
}


.h_container1 {
  background-image: url('../images/home/h_bg1.svg'), linear-gradient(to top, #ff9773 0%, #ff9773 12.5%, #ffffff 12.5%, #ffffff 100%);
  background-position: right top, center center;
  background-repeat: no-repeat;
  background-size: auto 65%, cover;
  background-color: #fff;
}

.h_container1_title_t2 {
  background: #ff9773;
  color: #fff;
  text-align: center;
  margin: 20px 0;
}

.slider-wrapper {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 2rem;
}

.h_info { background: #ff9773; color: #fff;}
.h_info_title {font-size:2.5rem; letter-spacing:0.2rem; margin:5px 0;}
.h_info_sub {}

@media only screen and (min-width: 769px) { 
.h_container1 {padding-right: 3rem; padding-left:3rem;}
.h_container1_title { width: 450px; margin-bottom: 100px;}
.h_container1_title_t1 { font-size: 2.52rem; }
.h_container1_title_t2 { font-size: 1rem; padding: 0.6rem; width: 340px;}
.h_container1_title_t3 { font-size: 1rem; line-height: 2rem; }
.h_info {padding: 3rem 3rem;}
.h_box1 { padding: 10rem 0 5rem;}
.h_box1_in { width: 80%; margin-left: auto; margin-right: 0;}
.intro-desc { max-width: 100%; padding-right:1.25rem; padding-bottom:2rem;}
.intro-catch h2 { font-size: 2.5rem;}
.intro-desc-inner{ padding-right:15px;}
}
@media only screen and (max-width: 768px) { 
.h_container1 {padding: 6.25rem 1rem 0 1rem;}
.h_container1_title { width: 270px; margin-bottom: 70px;}
.h_container1_title_t1 { font-size: 1.8rem; line-height:3rem;}
.h_container1_title_t2 { font-size: 0.8rem; padding: 0.4rem; width: 250px;}
.h_container1_title_t3 { font-size: 0.8rem; line-height: 1.8rem; }
.h_info {padding: 3rem 1rem;}
.h_box1 { padding: 3rem 0 2rem;}
.h_box1_in { width: 100%; margin:10px 0;}
.intro-content { padding: 0 1rem; }
.intro-desc { max-width: 100%; padding:2rem 0;}
.intro-catch h2 { font-size: 1.9rem;}
}

.intro-catch { flex: 1; min-width: 300px; padding-right:20px;}
.intro-catch h2 { font-weight: 400; line-height: 1.6; margin: 0; letter-spacing: 0.05em;}

.intro-desc-right { display: flex; justify-content: flex-end; align-items: flex-start;}
.intro-desc-inner { width: 100%; font-size: 0.9rem; line-height: 1.8; color: #333;}
.hero-image-full  { width: 100%; line-height: 0; overflow: hidden; }
.hero-image-full img { width: 100%; height: auto; display: block; }
.h_box1_in-links { margin-top: 2rem; border-top: 1px solid #ccc; }
.h_box1_in-link-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1rem 1.5rem 1rem;
  border-bottom: 1px solid #ccc;
  transition: background-color 0.3s ease;
  background-color: #fff;
}
.h_box1_in-link-item:hover { background-color: #fafafa; text-decoration: none;}
.h_box1_in-link-item:hover .h_box1_in-link-arrow { transform: translateX(5px); color: #f97316; text-decoration: none;}
.h_box1_in-link-title-group { display: flex; align-items: baseline; gap: 1rem; }
.h_box1_in-link-jp { font-size: 1.1rem; font-weight: 400; color: #111; }
.h_box1_in-link-en { font-size: 0.6rem; color: #666; letter-spacing: 0.05em; text-transform: uppercase; position: relative; top:-1px;}
.h_box1_in-link-more {
  font-size: 0.75rem;
  font-weight: 400;
  color: #333;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.h_box1_in-link-arrow {
  transition: transform 0.3s ease;
}



@media only screen and (min-width: 769px) {
  .h_box2  { padding: 0 3rem 0; background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 10%, rgba(143, 175, 175, 1) 10%);} 
}
@media only screen and (max-width: 768px) {
  .h_box2  { padding: 4rem 1rem 0; margin-top:-43px; background:#8fafaf;}
}
@media (max-width: 576px) {
  .h_box2 .col-6.col-sm-4:nth-child(3) { display: none; }
}

/* h_box2 全体の背景色（上書きされないように important） */


/* カード全体をリンク化 */
.h_box2 .card-link-wrap {
  text-decoration: none;
  color: inherit;
  display: block;
  border-radius: 20px;
}

/* ホバーでカード内側がふわっと色づく */
.h_box2 .card-link-wrap:hover .card {
  background: rgba(255,255,255,0.75);
  transition: background 0.3s ease-in-out;
}

/* カード本体 */
.h_box2 .card {
  border: none;
  border-radius: 20px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

/* 画像5:6比率 */
.h_box2 .img-wrap {
  position: relative;
  width: 100%;
  padding-top: calc(100% * 6 / 5);
  overflow: hidden;
}

.h_box2 .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

/* カード本文のレイアウト */
.h_box2 .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px;
}

/* タイトル（2行固定、高さ揃える） */
.h_box2 .card-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  min-height: 48px; /* 約2行分の高さ */
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 日付 */
.h_box2 .date {
  font-size: 12px;
  color: #555;
  margin-top: auto;
}

/* VIEW ALL ボタン（左側タイトル部分） */
.h_box2-title .btn-viewall {
  position: relative;
  display: inline-block;
  padding: 10px 50px 10px 40px;
  background: #fff;
  color: #333;
  border-radius: 25px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;}

.h_box2-title .btn-viewall::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333; 
  transform: rotate(45deg); 
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px; 
  transition: right 0.3s ease;}

.h_box2-title .btn-viewall:hover {
  background: #f0f0f0;
}

.h_box2-title .btn-viewall:hover::after {
  right: 15px;
}

/* タイトル側のデザイン */
.h_box2-title .small-title {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-bottom: 8px;
}

.h_box2-title .main-title {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 20px;
}





@media only screen and (min-width: 992px) { /* MD・SP用（992からはここを読み込む） */
  .h_box3 {
    background: url('../images/home/sc_marie_bg.svg') no-repeat;
    background-position: right 40px top 40px;
  }
  .h_box3-title { font-size: 2.25rem;}
}
@media only screen and (max-width: 991px) { /* MD・SP用（992からはここを読み込む） */
  .h_box3-title { font-size: 1.9rem;}
}
.h_box3 {
  padding: 80px 0 50px;
  background-color: #f8f8f8;
}
.h_box3-title {
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1rem;
}
.h_box3-text {
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 0;
}
.transition-colors {
  transition: background-color 0.3s ease;
}
.btn-school-cta {
  position: relative;
  display: inline-block;
  padding: 15px 60px 15px 40px;
  background-color: #a5afaf;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-school-cta::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -4px;
  transition: right 0.3s ease;
}

.btn-school-cta:hover {
  background-color: #8e9999;
  color: #fff;
}

.btn-school-cta:hover::after {
  right: 18px;
}

@media (max-width: 767.98px) {
  .btn-school-cta {
    font-size:90%;
  }
}



/* ------------------------------------
   PC（md以上）｜POINT 01｜POINT 02｜POINT 03｜
------------------------------------ */
.point-wrapper {
  position: relative;
  border-left: 1px solid #000; /* 左線 */
}

.point-box {
  position: relative;
  text-align: center;
  padding: 20px 40px;
  border-right: 1px solid #000; /* 右線 */
}

/* ------------------------------------
   スマホ（md未満）— POINT 01 —
------------------------------------ */
@media (max-width: 767.98px) {
  .point-wrapper { border-left: none; }
  .point-box { border-right: none; border-top: 1px solid #000; padding: 20px 10px; margin-bottom: 5px; }
  .point-box:last-child { border-bottom: 1px solid #000;}
}

/* ------------------------------------
   共通テキスト
------------------------------------ */
.point-box h3 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

.point-box p {
  font-size: 15px;
  line-height: 1.7;
}


.h_box4 a {color:#fff;text-decoration:none;}
.h_box4-bk,.h_box4-gr{transition:.3s ease-in-out;}
.h_box4-bk:hover,.h_box4-gr:hover{filter:brightness(50%);}
.h_box4-bk {background-color:#1d2124;}
.h_box4-gr {background-color:#99cc00;transition:.3s ease-in-out;}
.h_box4-gr:hover{filter:brightness(90%);}

@media only screen and (min-width: 769px) {/* MD・SP用（992からはここを読み込む） */
  .h_box4   {min-height:350px; margin:0; padding:0;}
}
@media only screen and (max-width: 768px) {/* PC用（991までの幅の場合に適応される） */
  .h_box4   { margin:0; padding:0;}
}


/* text ◇ ------------------------------*/
p {text-justify: inter-ideograph;}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height:1.7em;
	letter-spacing:0.1em;https://riplie.jp/coco_s/#
	font-weight: bold;
	margin: 0;
	text-rendering: optimizeLegibility;}

small {font-size: 75%;}

/* image ◇ ------------------------------*/

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
	transition: .5s;}
/* other ◇ ------------------------------*/
@media screen and  (min-width:992px) {
.max1600{max-width:1600px;margin:0 auto;padding:0 50px 30px;}
.max1400{max-width:1400px;margin:0 auto;padding:0 30px 30px;}
.max1200{max-width:1200px;margin:0 auto;padding:0 30px 30px;}
.max1100{max-width:1100px;margin:0 auto;padding:0 50px 30px;}
.max1000{max-width:1000px;margin:0 auto;padding:0 50px 30px;}
.max960{max-width:860px;margin:0 auto;padding:0 30px 30px;}
.max800{max-width:800px;margin:0 auto;padding:0 50px 30px;}
.max700{max-width:700px;margin:0 auto;padding:0 50px 30px;}
.max600{max-width:600px;margin:0 auto;padding:0 50px 30px;}
.max500{max-width:500px;margin:0 auto;padding:0 50px 30px;}
.max400{max-width:400px;margin:0 auto;padding:0 50px 30px;}
.max600ex{max-width:600px;margin:0 auto;padding:0 50px 30px;}
}
@media screen and (min-width:577px) and ( max-width:992px) {
.max1600{max-width:1600px;margin:0 auto;padding:0 30px 30px;}
.max1400{max-width:1400px;margin:0 auto;padding:0 30px 30px;}
.max1200{max-width:1200px;margin:0 auto;padding:0 30px 30px;}
.max1100{max-width:1100px;margin:0 auto;padding:0 30px 0px;}
.max1000{max-width:1000px;margin:0 auto;padding:0 30px 30px;}
.max960{max-width:860px;margin:0 auto;padding:0 30px 30px;}
.max800{max-width:800px;margin:0 auto;padding:0 30px 30px;}
.max700{max-width:700px;margin:0 auto;padding:0 30px 30px;}
.max600{max-width:600px;margin:0 auto;padding:0 30px 30px;}
.max500{max-width:500px;margin:0 auto;padding:0 30px 30px;}
.max400{max-width:400px;margin:0 auto;padding:0 30px 30px;}
.max600ex{max-width:600px;margin:0 auto;padding:0 30px 30px;}
}
@media only screen and (max-width: 576px) {
.max1600{max-width:1600px;margin:0 auto;padding:0 15px 30px;}
.max1400{max-width:1400px;margin:0 auto;padding:0 15px 30px;}
.max1200{max-width:1200px;margin:0 auto;padding:0 15px 30px;}
.max1100{max-width:1100px;margin:0 auto;padding:0 15px 0px;}
.max1000{max-width:1000px;margin:0 auto;padding:0 15px 30px;}
.max960{max-width:900px;margin:0 auto;padding:0 15px 15px;}
.max800{max-width:800px;margin:0 auto;padding:0 15px 30px;}
.max700{max-width:700px;margin:0 auto;padding:0 15px 30px;}
.max600{max-width:600px;margin:0 auto;padding:0 15px 30px;}
.max500{max-width:576px;margin:0 auto;padding:0 0px 30px;}
.max400{max-width:576px;margin:0 auto;padding:0 0px 30px;}
.max600ex{max-width:280px;margin:0 auto;padding:0 15px 30px;}
.br-sp { display:none; }
}
/* margin ◇ ------------------------------*/
.mt-50  { margin-top:-50px}
.mt05   { margin-top: 5px}
.mt10   { margin-top: 10px}
.mt15   { margin-top: 15px}
.mt20   { margin-top: 20px}
.mt30   { margin-top: 30px}
.mt40   { margin-top: 40px}
.mt50   { margin-top: 50px}
.mt60   { margin-top: 60px}
.mt70   { margin-top: 70px}
.mt80   { margin-top: 80px}
.mt90   { margin-top: 90px}

.mb05   { margin-bottom: 5px}
.mb10   { margin-bottom: 10px}
.mb15   { margin-bottom: 15px}
.mb20   { margin-bottom: 20px}
.mb30   { margin-bottom: 30px}
.mb40   { margin-bottom: 40px}
.mb50   { margin-bottom: 50px}
.mb60   { margin-bottom: 60px}
.mb70   { margin-bottom: 70px}
.mb80   { margin-bottom: 80px}
.mb90   { margin-bottom: 90px}

.mr05   {margin-right: 5px}
.mr10   {margin-right: 10px}
.mr15   {margin-right: 15px}
.mr20   {margin-right: 20px}

.ml05   {margin-left: 5px}
.ml10   {margin-left: 10px}
.ml15   {margin-left: 15px}
.ml20   {margin-left: 20px}


/* switching ◇ ------------------------------*/
@media only screen and (min-width: 992px) {
.mdsp { display: none !important; } /* MD・SP用（992からはここを読み込む） */
}
@media only screen and (max-width: 991px) {
.pc { display: none !important; } /* PC用（991までの幅の場合に適応される） */
}

/* media ◇ ------------------------------*/

@media screen and (min-width:480px) { 
    /*　for iPhone Landscape　(iPhone 横)　*/
}
@media screen and (min-width:768px) and ( max-width:1024px) {
    /*　for iPad 　*/
}
@media screen and (min-width:1024px) {
    /*　for PC　*/
}

/* ガター幅（余白）を調整 ◇ ------------------------------*/
.row-0   { margin-left:0px; margin-right:0px;} .row-0>div  { padding-right:0px; padding-left:0px;}
.row-10  { margin-left:-5px; margin-right:-5px;} .row-10>div { padding-right:5px; padding-left:5px;}
.row-20  { margin-left:-10px; margin-right:-10px;} .row-20>div { padding-right:10px; padding-left:10px;}
.row-30  { margin-left:-15px; margin-right:-15px;} .row-30>div { padding-right:15px; padding-left:15px;}
.row-40  { margin-left:-20px; margin-right:-20px;} .row-40>div { padding-right:20px; padding-left:20px;}
.row-50  { margin-left:-25px; margin-right:-25px;} .row-50>div { padding-right:25px; padding-left:25px;}
.row-60  { margin-left:-30px; margin-right:-30px;} .row-60>div { padding-right:30px; padding-left:30px;}

/* full screen navi ◇ ------------------------------*/
#toggle { position: fixed; top: 25px; right: 25px; z-index: 1000;}
#toggle-box { position: relative; width: 30px; height: 30px; cursor: pointer;}
#toggle-box > span { height: 2px; left: 7px; display: inline-block; background: #212529; position: absolute; transition: all .6s;}
#toggle-box > span:nth-child(1) { top: 11px; width: 50%;}
#toggle-box > span:nth-child(2) { top: 19px; width: 50%;}
.is-open #toggle-box > span {background: #212529;}
.is-open #toggle-box > span:nth-child(1) { top: 10px; left: 9px; transform: translateY(6px) rotate(-45deg); width: 40%;}
.is-open #toggle-box > span:nth-child(2) { top: 22px; left: 9px; transform: translateY(-6px) rotate(45deg); width: 40%;}
.is-open #nav-content {z-index: 999; transform: translateX(0);}

#nav-content {
    z-index: 900;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #f2f0e6;
    color: #212529;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    transform: translateX(100%);
    transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);}

.nav-content_in ul { margin: 15px 0 0 0; padding: 0; list-style: none; }
.nav-content_in li { margin: 0; padding: 0;}
.nav-content_in li a{
	display: block;
	font-weight: bold;
	border-top: 1px solid #f2f0e6;
	border-left: 1px solid #f2f0e6;
	border-right: 1px solid #f2f0e6;
	background-color: #fff;
	padding: 10px;
	text-decoration: none;
	color: #212529;}
.nav-content_in li:last-child a{border-bottom: 1px solid #f2f0e6;}
.nav-content_in li a:hover{background-color: #fbfbf8;}
.nav-content_in {
	max-width:600px;
	margin:0 auto;
	padding:15px;}


/* ヘッダー ◇ ------------------------------*/

.hd_title_sp {padding:25px 0 60px 15px;}
.hd_title_sp img{width:200px;}

/* コンテンツ幅を制限するコンテナ */
.h_container { width: 100%; margin:0 auto;}

/* コンテナのパディング (ブレークポイントを簡略化) */
@media (min-width: 640px) {
  .h_container { padding: 1.5rem;}
}
@media (min-width: 1024px) {
  .h_container { padding: 0.7rem 1rem;}
}

/* ナビゲーションバー */
.main-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6rem; /* h-24 (96px) */}

/* PC用レイアウト (ロゴ) */
.nav-spacer-left {
  flex: 1;
  display: flex;}

/* PC用レイアウト (中央ナビ) */
.nav-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;}

.nav-center a {
  color: #374151;
  font-size: 1rem; 
  letter-spacing:0.2rem;
  font-weight: 500;
  padding: 1rem 1rem; }

.nav-center a:hover { color: #f97316; }

/* PC用レイアウト (右側) */
.nav-right {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  gap: 0.8rem; }

/* お知らせ + サブナビ (右側の積み重ねエリア) */
.nav-right-stacked {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem; }

/* ボタン共通スタイル */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem; 
  font-weight: 500; 
  transition: background-color 0.2s ease;}

/* お知らせボタン */
.btn-notice {
  background-color: #ff9773;
  color: #ffffff;
  font-weight: 500;
  padding: 0.5rem 0.9rem;
  font-size: 0.875rem;}

.btn-notice:hover { background-color: #ff7555; color:#fff;}
.btn-notice i { font-size: 1.125rem; line-height: 1; margin-right: 0.2rem;}

/* サブナビ */
.sub-nav {
  display: flex;
  align-items: center;
  gap: 0.9rem; /* space-x-2 */
  font-size: 0.75rem;
  color: #4b5563; /* text-gray-600 */}

/* サブナビのリンク（2行対応） */
.sub-nav a       { text-align: center; color: #374151; line-height: 1.3;}
.sub-nav a:hover { color: #f97316;}
.sub-nav span    { color: #d1d5db;}

/* CONTACTボタン */
.btn-contact {
  background-color: #8fafaf;
  color: #ffffff;
  flex-direction: column;
  font-size: 0.6rem;
  width: 5rem; height: 5rem;
  flex-shrink: 0;}

.btn-contact:hover { background-color: #6b8e8d; color:#fff;}
.btn-contact i     { font-size: 1.5rem; line-height: 1.2; margin-bottom: 0.25rem; }



/* フッター ◇ ------------------------------*/

@media only screen and (min-width: 769px) {/* MD・SP用（992からはここを読み込む） */
  .site-footer      { background-color: #ffffff; padding: 2rem 3rem 1.5rem; position: relative;} 
}
@media only screen and (max-width: 768px) {/* PC用（991までの幅の場合に適応される） */
  .site-footer      { background-color: #ffffff; padding: 2rem 1rem 1.5rem; position: relative;}
}

.footer-container { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 3rem;}

.footer-left { flex: 2; max-width: 350px;}
.footer-logo { font-size: 2rem; font-weight: 500; display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.5rem; letter-spacing: 0.05em;}

/* 住所・電話 */
.footer-address, .footer-tel { font-size: 0.9rem; line-height: 1.6; margin: 0.25rem 0;}
.footer-tel { letter-spacing: 0.05em; }

/* 見学予約ボタン */

.footer-left .btn-footer {
  position: relative;
  display: inline-block;
  padding: 10px 50px 10px 40px;
  margin:1.5rem 0 4rem;
  background: #fff;
  color: #ff9773;
  border: 2px solid #ff9773;
  border-radius: 25px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-left .btn-footer::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ff9773;
  border-right: 2px solid #ff9773;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transition: right 0.3s ease, border-color 0.3s ease;
}

.footer-left .btn-footer:hover {
  background: #ff9773;
  color:#fff;
}

.footer-left .btn-footer:hover::after {
  right: 15px;
  border-color: #fff;
}


/* 会社情報・施設リスト */
.company-info  {width:350px;}
.company-name  { font-size: 1rem; font-weight: 500; margin-bottom: 1rem;}
.facility-list { list-style: none; padding: 0; margin: 0 0 3rem 0; font-size: 0.85rem; line-height: 1.8;}
.copyright     { font-size: 0.75rem; color: #333; }


/* 右側エリア (ナビゲーション) */
.footer-right { flex: 1; display: flex; justify-content: flex-end; min-width: 350px;}
.footer-nav      { list-style: none; padding: 0; margin: 0; display: flex; gap: 3rem;}
.footer-nav li a { font-weight: 400; font-size: 0.95rem; color: #000;}
.footer-nav li a:hover { color: #ff9773;}

.page-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 2.5rem;
  height: 150px;
  background-color: #ff9773;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 100;
  transition: background-color 0.3s ease;}

.page-top-btn:hover { background-color: #ff7555; color:#fff; text-decoration: none;}
.page-top-btn i     { font-size: 1.5rem; margin-bottom: 1rem;}
.page-top-btn span  { writing-mode: vertical-rl; text-orientation: mixed; font-size: 0.8rem; letter-spacing: 0.1em; font-weight: 500;}


/* トグルメニュー */
.menu{
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 101;}

.menu__line{
    background: #00ad7b;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;}

.menu__line.active{background-color: #fff;}
.menu__line--center{top: 9px;}
.menu__line--bottom{bottom: 0;}
.menu__line--top.active{top: 8px; transform: rotate(45deg);}
.menu__line--center.active{transform:scaleX(0);}
.menu__line--bottom.active{bottom: 10px; transform: rotate(135deg);}

/*gnav*/
.gnav{
    background: #ff9773;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100;}

@media screen and  (min-width:576px) { 
.gnav_eng_title{margin-top:15px; margin-left:30px;}}
@media only screen and (max-width: 576px) {
.gnav_eng_title{margin-top:15px; margin-left:15px;}}

.toggle_bt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  box-sizing: border-box;}


/* -------------------------------------------------------
           【主要部分】中央メニューコンテンツ
           ------------------------------------------------------- */
.mobile-menu-content {
    width: 100%;
    max-width: 320px; /* コンテンツの幅を制限 */
    text-align: center;
    padding: 20px;
}
/* メインリンク（園のこと、入園案内...） */
.menu-main-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 3rem 0;
    width: 100%;
}
.menu-main-nav li {
    width: 100%;
}
.menu-main-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 1rem 0;
    letter-spacing: 0.2em; /* 文字間隔を広めに */
    border-bottom: 2px solid #fff; /* 下線 */
    font-weight: 500;
    transition: opacity 0.3s;
}
/* 最初の項目の上にも線を入れる */
.menu-main-nav li:first-child a {
    border-top: 2px solid #fff;
}
.menu-main-nav a:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #fff;
}
/* 「しあわせ日和」ボタン */
.menu-blog-btn {
    display: block;
    background-color: #fff;
    color: #ff9773; /* テキスト色を背景色に合わせる */
    padding: 1rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 3rem;
    letter-spacing: 0.1em;
    /* box-shadow: 0 4px 6px rgba(0,0,0,0.1); 影を削除 */
    transition: transform 0.2s;
}
.menu-blog-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
    color: #ff9773;
}
.menu-blog-btn i {
    margin-right: 0.5rem;
    font-size: 1.1em;
}
/* 下部フッターエリア（CONTACTとサブリンク） */
.menu-footer-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem; /* 要素間の間隔 */
}
/* CONTACT 円形ボタン */
.menu-contact-circle {
    background-color: #fff;
    color: #ff9773;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    /* box-shadow: 0 4px 6px rgba(0,0,0,0.1); 影を削除 */
    transition: transform 0.2s;
}
.menu-contact-circle:hover {
    transform: scale(1.05);
    text-decoration: none;
    color: #ff9773;
}
.menu-contact-icon {
    font-size: 2.2rem; /* 文字を消したのでアイコンを少し大きく */
    margin: 0; /* マージンリセット */
}
/* テキスト削除に伴い不要になったスタイルは削除またはコメントアウト */
        /* .menu-contact-text { ... } */

        /* サブリンク（採用情報、企業の方...） */
.menu-sub-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.menu-sub-links li {
    margin-bottom: 0.8rem;
}
.menu-sub-links li:last-child {
    margin-bottom: 0;
}
.menu-sub-links a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    transition: opacity 0.3s;
}
.menu-sub-links a:hover {
    opacity: 0.8;
}