/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 17 2026 | 01:23:36 */
.mv_pc {
  display: block;
}
.mv_sp {
  display: none;
}



#Home .classInfo{
	padding-top:100px;
	padding-bottom:100px;
	background-image: url(https://sakudesign.jp/actionpark/wp-content/uploads/2026/05/bg_ico1.png);
    background-repeat: no-repeat;
    background-position: 3% 95%;
    background-size: 247px 235px;
}
#Home .classInfo pre{
	 font-size: 55px;
   font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #E40C7F;
  line-height: 1.2;
  text-align: center;
	letter-spacing:2px;
}
#Home .classInfo h1{
	  font-size: 18px;
   font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: center;
	margin-bottom:30px;
}
#Home .classInfo .column img{
	border-radius:15px;
}
#Home .classInfo h2{
	  font-size: 22px;
   font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: center;
	margin-top:5px;
	margin-bottom:3px;
	color:#E40C7F;
}
#Home .classInfo p{
	line-height:1.5;
}
#Home .classInfo .btn {
  color: #FFF;
	margin-top:30px;
}
#Home .classInfo .btn a {
  position: relative;
    padding-top: 12px;
    padding-right: 25px;
    padding-left: 50px;
    padding-bottom: 12px;
  text-decoration: none;
  color: #FFF;
  background-color: #E40C7F;
   font-size: 16px;
  font-weight: 500;
	 font-family: "Zen Kaku Gothic New", sans-serif;
	border-radius:100px;
}
#Home .classInfo .btn a:hover {
  background-color: #E40C7F;
  opacity: 0.7;
}

#Home .classInfo .btn a:before {
  background: url(https://sakudesign.jp/actionpark/wp-content/uploads/2026/05/ico_arrow_pink.svg);
  content: "";
  width: 20px;
  height: 20px;
  left: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


#Home .price{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#E5F7FF;
}
#Home .price pre{
	 font-size: 55px;
   font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #29AEEB;
  line-height: 1.2;
  text-align: center;
	letter-spacing:2px;
}
#Home .price h2{
	  font-size: 18px;
   font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: center;
	margin-bottom:20px;
}
#Home .price h3{
	  font-size: 22px;
   font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
	color:#29AEEB;
    margin-bottom: 3px;
    margin-top: 20px;
}
#Home .price .left p{
	  font-size: 20px;
   font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
	margin-top:5px;
}
#Home .price p.note{
	text-align:center;
	margin-top:30px;
}

/* 全体の背景色（画像の薄い水色を再現） */
#Home .price .left .price-table-container {
 font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
}

#Home .price .left .price-table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: collapse; /* 境界線を重ねる */
  border-style: hidden; /* 外枠の二重線を防ぐ */
	margin-top:10px;
}

#Home .price .left .price-table th, 
#Home .price .left .price-table td {
  padding: 15px 15px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  border: 4px solid #E5F7FF; /* 白い太枠線 */
	vertical-align: middle;
}

/* 左側のカテゴリー（青背景・白文字） */
#Home .price .left .category-cell {
  background-color: #4eb8e9;
  color: #ffffff;
  width: 45%;
}

/* 中央のコース名（青背景・白文字） */
#Home .price .left .course-cell {
  background-color: #4eb8e9;
  color: #ffffff;
  width: 35%;
}

/* 右側の価格（白背景・黒文字） */
#Home .price .left .price-cell {
  background-color: #ffffff;
  color: #333333;
  width: 20%;
}

/* セクション間の区切りを強調する場合 */
#Home .price .left .border-top {
  border-top: 6px solid #fff;
}

/* スマホ表示向けの調整 */
@media (max-width: 600px) {
  #Home .price .left .price-table th, 
  #Home .price .left .price-table td {
    padding: 15px 5px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  /* テーブルの各要素をブロック要素に変更して縦並びを可能にする */
  #Home .price .left .price-table, 
  #Home .price .left .price-table tbody, 
  #Home .price .left .price-table tr, 
  #Home .price .left .price-table th, 
  #Home .price .left .price-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  #Home .price .left .price-table tr {
    margin-bottom: 15px; /* 行ごとの間隔 */
    border: 0px solid #fff;
  }

  /* 左側のカテゴリー（年中〜など）をヘッダーのように見せる */
  #Home .price .left .category-cell {
    background-color: #0288d1; /* 少し色を濃くして区切りを明確に */
    padding: 15px 10px !important;
    font-size: 1.2rem;
  }

  /* コース名 */
  #Home .price .left .course-cell {
    padding: 12px 10px !important;
    border-bottom: 2px solid #fff; /* 下線を追加 */
  }

  /* 価格（白背景に黒文字） */
  #Home .price .left .price-cell {
    padding: 15px 10px !important;
    font-size: 1.3rem;
    color: #333; /* 価格を強調 */
    font-weight: 500;
  }

  /* rowspan（セル結合）がブロック化で無効になるため、
     不要な隙間や表示崩れを防ぐ設定 */
  #Home .price .left .price-table th[rowspan] {
    height: auto;
  }
}


/* コンテナ（外側の薄い水色背景） */
#Home .price .right .price-table-container {
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	margin-top:10px;
}

/* テーブル本体 */
#Home .price .right .price-table-simple {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border-collapse: collapse;
  border-style: hidden;
}

/* 共通のセル設定 */
#Home .price .right .price-table-simple th,
#Home .price .right .price-table-simple td {
  padding: 15px 15px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  border: 4px solid #E5F7FF; /* 白い太枠線 */
}

/* 左側：カテゴリー（青背景・白文字） */
#Home .price .right .category-cell {
  background-color: #4eb8e9;
  color: #ffffff;
  width: 60%;
}

/* 右側：価格（白背景・黒文字） */
#Home .price .right .price-cell {
  background-color: #ffffff;
  color: #333333;
  width: 40%;
  font-size: 1.5rem; /* 価格を少し大きく */
}

/* --- スマホ用表示 (768px以下) --- */
@media (max-width: 768px) {
  #Home .price .right .price-table-simple,
  #Home .price .right .price-table-simple tbody,
  #Home .price .right .price-table-simple tr,
  #Home .price .right .price-table-simple th,
  #Home .price .right .price-table-simple td {
    display: block;
    width: 100%;
  }

 #Home .price .right .price-table-simple tr {
    margin-bottom: 20px; /* 行ごとの余白 */
  }

  #Home .price .right .category-cell {
    padding: 15px 10px;
    border-bottom: none; /* カテゴリーと価格の間の線を消す（一体感を出す場合） */
  }

  #Home .price .right .price-cell {
    padding: 20px 10px;
    border-top: 2px solid #eee; /* 境目に薄い線をいれる */
  }
}


#Home .instructor{
	padding-top:100px;
	padding-bottom:100px;
	background-image: url(https://sakudesign.jp/actionpark/wp-content/uploads/2026/05/bg_ico2.png);
    background-repeat: no-repeat;
        background-position: 98% 30px;
    background-size: 228px 182px;
}
#Home .instructor pre{
	 font-size: 55px;
   font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #E40C7F;
  line-height: 1.2;
  text-align: center;
	letter-spacing:2px;
}
#Home .instructor h2{
	  font-size: 18px;
   font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: center;
	margin-bottom:30px;
}
#Home .instructor .column img{
	border-radius:15px;
}
#Home .instructor h3{
	  font-size: 22px;
   font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: center;
	margin-top:5px;
	margin-bottom:3px;
	color:#E40C7F;
}
#Home .instructor p{
	line-height:1.5;
}


#Home .rentalStudio{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#E5F7FF;
	background-image: url(https://sakudesign.jp/actionpark/wp-content/uploads/2026/05/bg_ico3.png);
    background-repeat: no-repeat;
        background-position: 2% 30px;
    background-size: 249px 178px;
}
#Home .rentalStudio pre{
	 font-size: 55px;
   font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #29AEEB;
  line-height: 1.2;
  text-align: center;
	letter-spacing:2px;
}
#Home .rentalStudio h2{
	  font-size: 18px;
   font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: center;
	margin-bottom:40px;
}
#Home .rentalStudio img{
	border-radius:20px;
}
#Home .rentalStudio h3{
	  font-size: 28px;
   font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
	margin-bottom:5px;
	color:#29AEEB;
}
#Home .rentalStudio p{
	  font-size: 18px;
	margin-bottom:30px;
}
#Home .rentalStudio .btn {
  color: #FFF;
	margin-top:30px;
}
#Home .rentalStudio .btn a {
  position: relative;
    padding-top: 12px;
    padding-right: 25px;
    padding-left: 50px;
    padding-bottom: 12px;
  text-decoration: none;
  color: #FFF;
  background-color: #29AEEB;
   font-size: 16px;
  font-weight: 500;
	 font-family: "Zen Kaku Gothic New", sans-serif;
	border-radius:100px;
}
#Home .rentalStudio .btn a:hover {
  background-color: #29AEEB;
  opacity: 0.7;
}

#Home .rentalStudio .btn a:before {
  background: url(https://sakudesign.jp/actionpark/wp-content/uploads/2026/05/ico_arrow_blue.svg);
  content: "";
  width: 20px;
  height: 20px;
  left: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#Home .newsArea {
	padding-top:100px;
	padding-bottom:120px;
}
#Home .newsArea pre {
 font-family: "Lato", sans-serif;
	font-size:55px;
	font-weight:600;
	color:#E40C7F;
	line-height: 1.3;
}
#Home .newsArea h2 {
	font-size:16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight:500;
}
#Home .newsArea ul li{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
}
#Home .newsArea .date{
	font-size:16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight:500;
	color:#E40C7F;
	padding-left:10px;
	width: 90px;
}
#Home .newsArea .title{
	font-size:16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight:400;
	color:#333;
}
#Home .newsArea p.goList{
	font-size:16px;
	text-align:right;
	margin-top:10px;
}





@media (max-width: 833px) {
  .mv_pc {
    display: none;
  }
  .mv_sp {
    display: block;
  }
	
	#Home .classInfo{
	padding-top:50px;
	padding-bottom:50px;
		padding-left:50px;
		padding-right:50px;
		background-image: none;
}
#Home .classInfo pre{
	 font-size: 38px;
}
#Home .classInfo h1{
	  font-size: 16px;
	margin-bottom:20px;
}
#Home .classInfo .column img{
	border-radius:15px;
}
#Home .classInfo h2{
	  font-size: 22px;
	margin-top:5px;
	margin-bottom:3px;
}
#Home .classInfo p{
	line-height:1.5;
}
	
	#Home .price{
	padding-top:50px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
#Home .price pre{
	 font-size: 38px;
}
#Home .price h2{
	  font-size: 16px;
	margin-bottom:15px;
}
#Home .price h3{
	  font-size: 18px;
    margin-bottom: 3px;
    margin-top: 15px;
}
#Home .price .left p{
	  font-size: 18px;
	margin-top:5px;
}
#Home .price p.note{
	text-align:left;
	margin-top:20px;
}
	
	
	#Home .instructor{
	padding-top:50px;
	padding-bottom:50px;
		padding-left:50px;
		padding-right:50px;
	background-image: none;
}
#Home .instructor pre{
	 font-size: 38px;
}
#Home .instructor h2{
	  font-size: 16px;
	margin-bottom:20px;
}
#Home .instructor .column img{
	border-radius:15px;
}
#Home .instructor h3{
	  font-size: 22px;
	margin-top:5px;
	margin-bottom:3px;
	color:#E40C7F;
}
#Home .instructor p{
	line-height:1.5;
}

	
	#Home .rentalStudio{
	padding-top:50px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
	background-image: none;
}
#Home .rentalStudio pre{
	 font-size: 38px;
}
#Home .rentalStudio h2{
	  font-size: 16px;
	margin-bottom:20px;
}
#Home .rentalStudio img{
	border-radius:15px;
}
#Home .rentalStudio h3{
	  font-size: 24px;
}
#Home .rentalStudio p{
	  font-size: 16px;
	margin-bottom:20px;
}
#Home .rentalStudio .btn {
  color: #FFF;
	margin-top:20px;
	justify-content:center;
}
	
	#Home .newsArea {
	padding-top:40px;
	padding-bottom:60px;
		padding-left:15px;
		padding-right:15px;
}
#Home .newsArea pre {
	font-size:42px;
	text-align:center;
}
#Home .newsArea h2 {
	font-size:14px;
	margin-bottom:15px;
	text-align:center;
}
#Home .newsArea ul li{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
#Home .newsArea .date{
	font-size:16px;
	margin-right:200px;
	padding-left:0px;
}
#Home .newsArea .title{
	font-size:16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	color:#333;
}
#Home .newsArea p.goList{
	font-size:16px;
	text-align:right;
	margin-top:10px;
}
	
	
}



