@charset "UTF-8";

/* clearfix */

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:before {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}


/*リンク
-------------------------------------*/
a {
    text-decoration: none;
    color: #333333 !important;
    transition: .3s ease-in-out;
    background-color: transparent;
}
a:hover, a:active {
    opacity: 0.5;
}
.btn-basic {
	text-align: center;
}
.btn-basic a {
	position: relative;
	width: 200px;
	height: 44px;
	display: flex;
	justify-content:center;
	align-items:center;
	background: #FEF0E7;
	margin: 0 auto;
	font-size: 14px;
	border-radius: 22px;
}
.btn-basic a::after {
	position: absolute;
	content: "";
	right: 15px;
	top: 16px;
	width: 12px;
	height: 12px;
	background: url(../new_img/common/icon-arrow.png) no-repeat center center;
	background-size: contain;
}
.btn-search {
	text-align: center;
}
.btn-search a {
	position: relative;
	width: 300px;
	height: 50px;
	padding-left: 15px;
	padding-right: 0;
	display: flex;
	justify-content:center;
	align-items:center;
	background: #FEF0E7;
	margin: 0 auto;
	font-size: 14px;
	border-radius: 25px;
}
.btn-search a::after {
	position: absolute;
	content: "";
	left: 16px;
	top: 16px;
	width: 16px;
	height: 16px;
	background: url(../new_img/common/icon-search.png) no-repeat center center;
	background-size: contain;
}
.btn-square {
	text-align: center;
}
.btn-square a {
	position: relative;
	width: 300px;
	height: 50px;
	text-align: center;
	display: flex;
	justify-content:center;
	align-items:center;
	background: #FA6E00;
	color: #fff;
	margin: 0 auto;
	font-size: 14px;
	border-radius: 7px;	
}
.btn-square a img {
	width: 7px;
	margin-left: 10px;
}

@media screen and (max-width: 768px){
	.btn-search a {
		width: 100%;
		max-width: 380px;
		height: 45px;
		padding-left: 15px;
	}
	.btn-square a {
		width: 100%;
		max-width: 380px;
		padding-left: 15px;
	}
}


/*レスポンシブ
-------------------------------------*/
.show-pc {
	display: block;
}
.show-sp {
	display: none;
}

@media screen and (max-width: 768px){
	.show-pc {
		display: none;
	}
	.show-sp {
		display: block;
	}
}

/*レイアウト
-------------------------------------*/
#wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 !important;
	text-align: left;
	overflow: hidden;
}
.top-main {
	padding: 0 0 100px;
}
.top_container {
    width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.container {
    width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

@media screen and (max-width: 1600px) and (min-width: 941px) {
	.container {
	  /* width: 60% !important; */
	  max-width: 1000px;
	  /* margin: 0 auto; */
	}
  }
  

.content-box {
	width: 750px;
	margin-left: 20%;
	overflow: visible;
}

@media screen and (max-width: 1500px){
	.content-box {
		margin-left: 30%;
	}
}
@media screen and (max-width: 1100px){
	.content-box {
		width: 710px;
		margin-left: 23%;
	}
}
@media screen and (max-width: 939px){
	#wrapper {
		margin: 70px 0 0;
	}
	.content-box {
		width: 100% !important;
		padding: 0 10%;
		margin: 0 auto !important;
	}
}
@media screen and (max-width: 768px){
	.content-box {
		width: 100%;
		padding: 0 4%;
		margin: 0 auto !important;
	}
}

/*共通スタイル
-------------------------------------*/
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

/* PC ヘッダ
-------------------------------------*/

/* 固定メニュー */
#header-pc {
	position: fixed;
	display: block;
	left: 0;
	top: 6%;
	width: 20%;
	height: auto;
	max-height: 660px;
	z-index: 20000;
	transition: opacity 0.25s ease;
}

/* footer が見えたときに付けるクラス */
#header-pc.is-hidden-by-footer {
	opacity: 0;
	pointer-events: none;
}

#header-pc-box {
	width: 100%;
	height: 100%;
	max-width: 260px;
	border: 1px solid #C9C9C9;
	border-radius: 0 50px 50px 0;
	background: #fff;
}
#header-navi-pc {
	margin: 16% 16% 16% 20%;
}
#header-navi-pc .logo {
}
#header-navi-pc ul {
	margin-top: 15%;
	width: 100%;
}
#header-navi-pc ul li a {
	display: block;
	width: 100%;
	padding-bottom: 5%;
	position: relative;
	font-size: 14px;
}
#header-navi-pc ul li a::after {
	position: absolute;
	content: "";
	right: 0;
	top: 10px;
	width: 10px;
	height: 10px;
	background: url(../new_img/common/icon-arrow.png) no-repeat center center;
	background-size: contain;
}
#header-navi-pc .navi-btn-pass {
	margin-top: 15%;
}
#header-navi-pc .navi-btn-pass a {
	width: 100%;
	height: 65px;
	display:flex;
	justify-content:center;
	align-items:center;
	line-height: 1.4em;
	background: #FEF0E7;
	border-radius: 10px;
	font-size: 13px;
	text-align: center;
}
#header-navi-pc .navi-btn-register {
	margin-top: 15%;
}
#header-navi-pc .navi-btn-register a {
	width: 100%;
	height: 40px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius: 10px;
	line-height: 1;
	border: 1px solid #C9C9C9;
	font-size: 13px;
	text-align: center;
}
#header-navi-pc .navi-btn-login {
	margin-top: 7%;
}
#header-navi-pc .navi-btn-login a {
	width: 100%;
	height: 40px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius: 10px;
	line-height: 1;
	background: #FFDB00;
	font-size: 13px;
	text-align: center;
}
#header-navi-pc .navi-btn-others {
	margin-top: 7%;
}
#header-navi-pc .navi-btn-others a {
	width: 100%;
	height: 40px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius: 10px;
	line-height: 1;
	border: 1px solid #C9C9C9;
	font-size: 13px;
	text-align: center;
}

@media screen and (max-width: 940px){
	#header-pc {
		display: none;
	}
}

/* ドロワー */
#infomation-navi-pc {
	position: fixed;
	display: block;
	left: 0;
	top: 10%;
	width: 50%;
	max-width: 630px;
	max-height: 550px;
	height: 80%;
	z-index: 19000;
	background: #FFDDD8;
	padding: 2% 2% 6% 90px;
	border-radius: 0 50px 50px 0;
}
.infomation-navi-pc-ttl {
	font-size: 18px;
	margin-bottom: 4%;
}
.infomation-navi-pc-ttl img {
	margin-right: 10px;
}
#infomation-navi-pc ul {
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: repeat(3, 30%);
	grid-template-rows: repeat(3, 30%);
	gap: 5%;
}
#infomation-navi-pc ul li {
	background: #fff;
	text-align: center;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; 
}
#infomation-navi-pc ul li img {
	margin-top: 5px;
}
#infomation-navi-pc ul li p {
	font-size: 14px;
	line-height: 1.4;
	height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; 
	margin-top: 12px;
}
/* ▼ ドロワーの開閉（初期は完全に左外へ） */
#infomation-navi-pc {
  transform: translateX(-100%);
  transition: transform 480ms cubic-bezier(.22,1,.36,1);
}
/* JSで --target-x をpxで与え、開く時にその位置へスライド */
#infomation-navi-pc.is-open {
  transform: translateX(var(--target-x, 0px));
}
/* ▼ オーバーレイ（#wrapper の上に敷く） */
#drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(201, 201, 201, 0.6); /* #C9C9C9 の半透明 */
  /* z-index: 18500; ヘッダー(20000)・ドロワー(19000)より下 */
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}
#drawer-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* SP ヘッダ＆フッタ
-------------------------------------*/
/* SPヘッダ固定メニュー */
#header-sp {
	position: fixed !important;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 70px;
	z-index: 18000;
	background: rgba(255, 255, 255, 0.9);
	transform: translateY(0);
    transition: transform .25s cubic-bezier(.22,1,.36,1), background-color .2s;
    will-change: transform;
    backface-visibility: hidden;
}
/* 下スクロールで隠す */
#header-sp.is-hidden {
	transform: translateY(-100%);
}
/* 上スクロールで素早く出す */
#header-sp.is-revealed {
	transform: translateY(0);
	transition-duration: .7s;
}
/* スクロール中は背景を少しだけ不透明寄りに */
#header-sp.is-scrolled {
background: rgba(255,255,255,0.95);
}
/* ユーザーが動きを減らす設定のときはアニメ無効化 */
@media (prefers-reduced-motion: reduce) {
  #header-sp { transition: none !important; }
}

#header-sp .logo {
	text-align: center;
	margin-top: 7px;
}
#header-sp .logo img {
	max-width: 100px;
}
#header-sp ul {
	position: absolute;
	display: block;
	right: 10px;
	top: 0;
	width: 80px;
}
#header-sp ul li {
	margin: 2px 0 0 0 ;
	padding: 0;
}

@media screen and (min-width: 941px){
	#header-sp {
		display: none;
	}
}

/* SPフッタ固定メニュー */
#footer-navi-sp {
	position: fixed !important;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	z-index: 22000;
	background: linear-gradient(
    to top,
    #FA6E00 0%,        /* 下端から */
    #FA6E00 80%,       /* 下80%まで塗る */
    transparent 80%,   /* 80%より上は透明 */
    transparent 100%
	);
}
#footer-navi-sp ul {
  display: grid;
  list-style: none;
  justify-items: center;
  align-items: baseline;
  grid-template-columns: 1fr 1fr 2fr 1fr 1fr;
  margin: 0 auto;
  padding: 0;
  max-width: 500px;
}
#footer-navi-sp li {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer-navi-sp li img {
  display: block;
  height: auto;
}

@media screen and (min-width: 941px){
	#footer-navi-sp {
		display: none;
	}
}

/* SPフッタ全画面ドロワー */
#footer-drawer-sp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 19000;
	opacity: 0;
	pointer-events: none;
	transition: opacity 280ms ease;
}
/* 背景の暗幕 */
#footer-drawer-sp::before {
  content: "";
  position: fixed;
  inset: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 280ms ease;
}
#footer-drawer-sp.is-open::before {
  opacity: 1;
}
#sp-menu {
	width: 100%;
	margin: 15px auto;
	padding: 0 5%;
	opacity: 0;
	transform: translateY(6%);
	transition:
    transform 360ms cubic-bezier(.22,1,.36,1),
    opacity 220ms ease;
}
/* 開いた状態 */
#footer-drawer-sp.is-open {
	opacity: 1; 
	pointer-events: auto;
}
#footer-drawer-sp.is-open::before {
	opacity: 1;
}
#footer-drawer-sp.is-open #sp-menu { 
	opacity: 1;
	transform: translateY(0);
}

/* 背面スクロール抑止 */
body.modal-open {
	overflow: hidden;
	touch-action: none;
}

#sp-menu-header {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #C9C9C9;
	margin-bottom: 10px;
	position: relative;
}
#sp-menu-header img.sp-menu-home {
	position: absolute;
	top: 5px;
	left: 0;
	width: 27px;
	height: auto;
}
#sp-menu-header img.sp-menu-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: auto;
}
#sp-menu-box {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
#sp-menu-box .navi-btn-pass {
	margin-bottom: 5%;
}
#sp-menu-box .navi-btn-pass a {
	width: 100%;
	height: 50px;
	display:flex;
	justify-content:center;
	align-items:center;
	line-height: 1.4em;
	background: #FEF0E7;
	border-radius: 10px;
	font-size: 15px;
	text-align: center;
}
#sp-menu-box .navi-btn-pass a img {
	width: 8px;
	height: auto;
}
.sp-menu-ttl {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 6px;
	padding: 0;
}
.sp-menu-btns {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10%;
  border-top: 1px solid #C9C9C9;
}
.sp-menu-btns {
}
.sp-menu-btns > li {
  position: relative;
  flex: 1 1 0;
  height: clamp(56px, 11vh, 96px);
  display: flex;
}
.sp-menu-btns > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8%;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  padding-right: 16px;
  box-sizing: border-box;
}
.sp-menu-btns > li img {
	display: block;
	height: auto;
}
.sp-menu-btns > li p {
  margin: 0;
  line-height: 1.35;
  text-align: left;
}
.sp-menu-btns > li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../new_img/common/icon-arrow.png") no-repeat center / contain;
  pointer-events: none;
}

@media screen and (min-width: 941px){
	#footer-drawer-sp {
		display: none;
	}
}

/* -----------------------------------
上に戻るボタン
----------------------------------- */
/* 共通スタイル */
a#backtotop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #FFDB00;
  z-index: 80;
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* 最初は非表示 */
a#backtotop.backtotop-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* フッター手前で「止まった状態」にする */
a#backtotop.backtotop-stopped {
  position: absolute;
  bottom: auto;
}

a#backtotop::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(45deg);
  top: 20px;
  right: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}

a#backtotop:hover::before {
  top: 16px;
}

@media screen and (max-width: 768px){
	a#backtotop {
		right: 10px;
		bottom: 80px;
	}
}


/*トップページ
-------------------------------------*/

/*メインビジュアル*/
#top-mv {
	background: url(../new_img/top/top-bg-main.png) no-repeat center top;
	background-size: cover;
	margin: 0 auto;
	padding-bottom: 120px;
}
#top-mv-box {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	overflow: hidden;
}
#top-mv h1 {
	position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}
img.top-mv-pc {
	max-width: 1600px;
	width: 110% !important;
	margin-left: -5%;
	margin-bottom: 40px;
}
img.top-mv-sp {
	width: 100%;
}
.top-pass-r,
.top-pass-l {
	width: 350px;
}
.top-pass-r {
	float: right;
}
.top-pass-l {
	float: left;
}
.top-pass-r p {
	font-weight: 500;
}
.top-pass-r a {
	display: inline-block;
	line-height: 1;
	background: #fff;
	border: 1px solid #C9C9C9;
	border-radius: 5px;
	text-align: center;
	width: 200px;
	padding: 18px;
	font-size: 13px !important;
	margin: 20px 0;
	position: relative;
}
.top-pass-r a::after {
	position: absolute;
	content: "";
	right: 12px;
	top: 19px;
	width: 13px;
	height: 13px;
	background: url(../new_img/common/icon-arrow.png) no-repeat center center;
	background-size: contain;
}
.top-pass-link-s {
	text-align: center;
	margin-top: 20px;
}
.top-pass-link-s a {
	font-size: 16px;
	padding-right: 20px;
	display: inline-block;
	position: relative;
}
.top-pass-link-s a::after {
	position: absolute;
	content: "";
	right: 0;
	top: 10px;
	width: 13px;
	height: 13px;
	background: url(../new_img/common/icon-arrow.png) no-repeat center center;
	background-size: contain;
}

@media screen and (min-width: 1600px){
	img.top-mv-img {
		width: 1600px;
		margin-left: 0;
	}
}
@media screen and (max-width: 1100px){
	.top-pass-r,
	.top-pass-l {
		width: 47%;
	}
}
@media screen and (max-width: 940px){
	#top-mv {
		padding-bottom: 80px;
	}
	img.top-mv-pc {
		width: 110% !important;
		margin-left: -10%;
		margin-bottom: 30px;
	}
	.top-pass-r,
	.top-pass-l {
		width: 48%;
	}
}
@media screen and (max-width: 768px){
	#top-mv {
		background-image: none;
		background-color: #fef0e7;
		padding-bottom: 50px;
		border-bottom-left-radius: 800px 200px;
		border-bottom-right-radius: 800px 200px;
		margin-left: -100px;
		margin-right: -100px;
		padding-left: 100px;
		padding-right: 100px;
	}
	.top-pass-r,
	.top-pass-l {
		width: 100%;
	}
	.top-pass-r {
		float: none;
		margin-bottom: 20px;
	}
	.top-pass-l {
		float: none;
	}
	img.top-mv-sp {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 440px){
	#top-mv {
		padding-bottom: 40px;
	}
	img.top-mv-sp {
		margin-bottom: 35px;
	}
}

/*恐竜アニメ*/
.scene {
	position: relative;
	margin: 0 auto;
}
.dino {
	position:absolute;
	width: 84px;
	left:0;
	top:0;
	transform: translate(-50%, -100%);
	pointer-events:none; z-index:2;
}
.dino-img {
	display:block;
	width:100%;
	height:auto;
}
.dino-bob {
	display:inline-block;
}

@media screen and (max-width: 1280px){
	.dino {
		width: 70px !important;
	}
}
@media screen and (max-width: 940px){
	.dino {
		width: 60px !important;
	}
}
@media screen and (max-width: 480px){
	.dino {
		width: 40px !important;
	}
}

/*ページ内ナビ*/
#top-navi .content-box {
	margin-top: -110px;
}
#top-navi .content-box ul {
  display: flex;
  list-style: none;
  justify-content:space-between;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0;
  padding: 0;
  gap: 35px;
}
#top-navi .content-box ul li {
}
#top-navi a img {
	width: 100%;
	height: auto;
	transition: transform 0.3s ease;
}
#top-navi a:hover {
	opacity: 1 !important;
}
#top-navi a:hover img {
	transform: scale(1.1);
	opacity: 1 !important;
}

@media screen and (max-width: 940px){
	#top-navi .content-box {
		margin-top: -40px !important;
	}
}
@media screen and (max-width: 768px){
	#top-navi .content-box {
		margin-top: -20px !important;
	}
	#top-navi .content-box ul {
	  display: grid;
	  justify-content:space-between;
	  grid-template-columns: 1fr 1fr;
	  grid-template-rows: 1fr 1fr;
	  gap: 15px;
	 }
}

/* お知らせ */
#news {
	margin-top: 80px;
}
#news h2 {
	font-size: 19px;
	font-weight: 800;
	text-align: center;
	width: 100%;
	height: 24px;
	background: url(../new_img/top/top-bg-news-ttl.png) no-repeat center center;
	background-size: contain;
	line-height: 1;
	padding-top: 3px;
}
#top-news {
	margin: 20px auto 30px;
}
#top-news dl {
	padding: 20px 0;
	margin: 0;
	border-bottom: 1px solid #C9C9C9;
}
#top-news dl:last-child {
	border: none;
}
#top-news dt {
	float: left;
	width: 15%;
	font-size: 13px;
}
#top-news dd {
	float: left;
	width: 85%;
	font-size: 14px;
}

@media screen and (max-width: 768px){
	#news {
		margin-top: 50px;
	}
	#news h2 {
		font-size: 18px;
		width: 100%;
		height: 18px;
		background: url(../new_img/top/top-bg-news-ttl.png) no-repeat center center;
		background-size: contain;
		line-height: 1;
		padding-top: 3px;
	}
	#top-news {
		margin: 10px auto 20px;
	}
	#top-news dl {
		padding: 12px 0;
		margin: 0;
		border-bottom: 1px solid #C9C9C9;
	}
	#top-news dt {
		float: none;
		width: 100%;
		font-size: 12px;
		margin: 0;
		padding: 0;
	}
	#top-news dd {
		float: none;
		width: 100%;
		font-size: 13px;
		margin: 0;
		padding: 0;
	}
}

/* 子育て情報 */
#childcare {
	margin-top: 80px;
}
#childcare h2 {
	text-align: center;
	font-size: 23px;
	margin-bottom: 35px;
}
#childcare h2 span {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}
#childcare-content {
	width: 100%;
	background: #FFDDD8;
	padding-bottom: 40px;
}
#childcare-content .content-box {
	position: relative;
	text-align: center;
}
#childcare-content .content-box .childcare-fukudashi {
	position: absolute;
	top: -20px;
	left: 70px;
	width: 145px;
}
#childcare h3 {
	font-size: 22px;
	display: inline-block;
	border-bottom: 5px solid #fff;
	padding-bottom: 5px;
	margin: 35px auto;
}
#childcare h3 img {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
#childcare-navi {
	max-width: 480px;
	margin: 0 auto;
	width: 100%;
	height: 446px;
}
#childcare-navi ul {
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: repeat(3, 30%);
	grid-template-rows: repeat(3, 30%);
	gap: 5%;
}
#childcare-navi ul li { 
}
#childcare-navi ul li a {
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}
#childcare-navi ul li a:hover {
	opacity: 1;
	transform: scale(1.1);
}
#childcare-navi ul li a:hover img,
#childcare-navi ul li a:hover p {
	opacity: 0.5;
}
#childcare-navi ul li img {
	margin-top: 5px;
}
#childcare-navi ul li p {
	font-size: 14px;
	line-height: 1.4;
	height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; 
	margin-top: 12px;
}
p.childcare-ttl-p {
	text-align: center;
	font-size: 15px;
	padding: 30px 0 5px !important;
	letter-spacing: 0.1em;
	font-family:"Zen Maru Gothic", "Noto Sans JP", system-ui, -apple-system, Segoe UI, Roboto, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans CJK JP", "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif;
}

/* 船アニメーション */
/* 船の基本スタイル */
.ship {
  position: absolute;
  left: 120%;
  top: calc(-1 * var(--ship-overhang, 40px)); /* はみ出し量を変数化 */
  width: var(--ship-width, 171px);
  height: auto;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 2;
}
.ship.is-ready {
  opacity: 1;
}
.ship-bob {
  width: 100%;
  height: auto;
}
.ship-img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px){
	#childcare {
		margin-top: 60px;
	}
	#childcare h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#childcare h2 span {
		font-size: 16px;
		margin-bottom: 5px;
	}
	#childcare-content {
		width: 100%;
		background: #FFDDD8;
		padding-bottom: 40px;
	}
	#childcare-content .content-box {
		position: relative;
		text-align: center;
	}
	#childcare-content .content-box .childcare-fukudashi {
		position: absolute;
		top: -20px;
		left: 70px;
		width: 145px;
	}
	#childcare h3 {
		font-size: 18px;
		display: inline-block;
		border-bottom: 3px solid #fff;
		padding-bottom: 5px;
		margin: 0 auto 25px;
	}
	#childcare h3 img {
		width: 18px;
		height: 18px;
		margin-right: 10px;
	}
	#childcare-navi {
		max-width: 480px;
		margin: 0 auto;
		width: 100%;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		padding-bottom: 5%;
	}
	#childcare-navi ul {
		width: 98%;
		height: auto !important;
		display: grid;
		grid-template-columns: repeat(2, 50%);
		grid-template-rows: auto;
		grid-auto-rows: minmax(70px, auto);
		align-content: start;  
		gap: 3%;
	}
	#childcare-navi ul li {
		position: relative;
		flex: 1 1 0;
		height: 70px;
		display: flex;	 
	}
	#childcare-navi ul li a {
		width: 100%;
		height: 100%;
		background: #fff;
		text-align: center;
		border-radius: 20px;
		display: flex;
		gap: 6%;
		padding: 0 6%;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		box-sizing: border-box;
	}
	#childcare-navi ul li a:hover {
		opacity: 1;
		transform: scale(1.1);
	}
	#childcare-navi ul li a:hover img {
		opacity: 0.5;
	}
	#childcare-navi ul li img {
		margin-top: 0;
		display: block;
		max-width:25px;
	}
	#childcare-navi ul li p {
		font-size: 13px;
		line-height: 1.4;
		height: 50px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center; 
		margin: 0;
		text-align: left;
	}
	#childcare-navi li::after {
	  content: "";
	  position: absolute;
	  right: 6%;
	  top: 50%;
	  transform: translateY(-50%);
	  width: 12px;
	  height: 12px;
	  background: url("../new_img/common/icon-arrow.png") no-repeat center / contain;
	  pointer-events: none;
	}
}


/* トップページ 中エリア */
.top-center-container {
    width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: url(../new_img/top/top-bg-event.png) no-repeat right top;
}
@media screen and (max-width: 768px){
	.top-center-container {
		background: none;
	}
}

/* こどもの遊び場 */
#playground {
	padding-top: 80px;
}
#playground-box {
	background: #00ADE1;
	padding: 35px 0;
	border-radius: 20px;
	color: #fff;
}
.playground-txt {
	float: left;
	width: 60%;
	text-align: center;
}
.playground-txt p {
	color: #fff;
}
.playgrond-pc-img {
	float: right;
	width: 40%;
	padding-right: 30px;
}
#playground-box h2 {
	font-size: 22px;
	letter-spacing: 0.1em;
	display: inline-block;
	border-bottom: 5px solid #fff;
	color: #fff;
	padding-bottom: 5px;
	margin: 0 auto 20px;
}
#playground-box h2 img {
	width: 32px;
	vertical-align: top;
	margin-right: 10px;
}
.playground-btn {
	margin-top: 20px;
	text-align: center;
}
.playground-btn a {
	position: relative;
	width: 230px;
	height: 48px;
	display: flex;
	justify-content:center;
	align-items:center;
	background: #fff;
	margin: 0 auto;
	font-size: 13px;
	border-radius: 24px;
}
.playground-btn a::after {
	position: absolute;
	content: "";
	left: 15px;
	top: 16px;
	width: 16px;
	height: 16px;
	background: url(../new_img/common/icon-search.png) no-repeat center center;
	background-size: contain;
}

@media screen and (max-width: 768px){
	#playground {
		padding-top: 40px;
	}
	#playground-box {
		padding: 25px 35px;
	}
	.playground-txt {
		float: none;
		width: 100%;
		text-align: center;
	}
	.playgrond-pc-img {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	#playground-box h2 {
		font-size: 18px;
		letter-spacing: 0.1em;
		display: inline-block;
		border-bottom: 3px solid #fff;
		padding-bottom: 5px;
		margin: 0 auto 20px;
	}
	#playground-box h2 img {
		width: 24px;
		vertical-align: top;
		margin-right: 7px;
	}
	#playground-box img.show-sp {
		max-width: 300px;
		width:100%;
		margin: 20px auto 0;
	}
	.playground-btn {
		margin-top: 20px;
		text-align: center;
	}
	.playground-btn a {
		width: 235px;
		font-size: 14px;
	}
	.playground-btn a::after {
		position: absolute;
		content: "";
		left: 15px;
		top: 16px;
		width: 16px;
		height: 16px;
		background: url(../new_img/common/icon-search.png) no-repeat center center;
		background-size: contain;
	}
}

/* 新着イベント情報 */
#event {
	margin-top: 80px;
}
.event-ttl {
	text-align: center;
}
#event h2 {
	font-size: 22px;
	letter-spacing: 0.1em;
	display: inline-block;
	border-bottom: 5px solid #a5806e;
	padding-bottom: 5px;
	margin: 0 auto 40px;
}
#event h2 img {
	width: 36px;
	vertical-align: top;
	margin-top: -8px;
	margin-right: 14px;
	transform-origin: 50% 10%;
}
/* 「リンリンリン♪」のアニメーション（ループ用） */
@keyframes ringBell {
  0%   { transform: rotate(0deg); }
  10%  { transform: rotate(15deg); }
  20%  { transform: rotate(-12deg); }
  30%  { transform: rotate(10deg); }
  40%  { transform: rotate(-8deg); }
  50%  { transform: rotate(6deg); }
  60%  { transform: rotate(-4deg); }
  70%  { transform: rotate(2deg); }
  80%  { transform: rotate(-1deg); }
  100% { transform: rotate(0deg); }
}
/* アイコンが見えた瞬間にアニメーション開始 → ずっとループ */
.icon-music.ring {
  animation: ringBell 1.6s ease-in-out infinite;
}

/* イベントスライダー */
.slider-area {
  position: relative;
  overflow: visible; /* ボタンはみ出しOK */
}
.swiper {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 50px;
}
.slider-area .slide {
    overflow: hidden;
    -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1), opacity 1s;
    transition: .8s cubic-bezier(.2, 1, .2, 1), opacity 1s;
}
.slider-area .slide-media {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 140%;
}
.slider-area .slide-media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider-area .slide-date {
    font-size: 13px;
    line-height: 1;
    display: -webkit-box;
    overflow: hidden;
    letter-spacing: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.slider-area h3.slide-title {
	font-size: 15px;
	color: #a5806e;
    line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0 15px;
}	
.slider-area .slide-content {
    margin-top: 15px;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.slider-area .swiper-slide:not(.swiper-slide-visible) .slide {
	pointer-events: none;
	opacity: 0.3;
}
.swiper-button-disabled {
    pointer-events: none !important;
    opacity: 0;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ddd;
  border-radius: 50%;
  color: #fff;
}
.swiper-button-prev { left: -8%; }
.swiper-button-next { right: -8%; }
.swiper-button-prev svg,
.swiper-button-next svg,
.swiper-button-prev .swiper-navigation-icon,
.swiper-button-next .swiper-navigation-icon {
  width: 32%;
  height: 32%;
  display: block;
  object-fit: contain;
}
.swiper-button-prev .swiper-navigation-icon,
.swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-next .swiper-navigation-icon,
.swiper-button-next svg {
  transform: none;
}

@media (max-width: 768px) {
	#event {
		margin-top: 50px;
	}
	#event h2 {
		font-size: 18px;
		letter-spacing: 0.1em;
		display: inline-block;
		border-bottom: 3px solid #a5806e;
		padding-bottom: 5px;
		margin: 0 auto 40px;
	}
	#event h2 img {
		width: 28px;
		vertical-align: top;
		margin-top: -2px;
		margin-right: 10px;
		transform-origin: 50% 10%;
	}
	.swiper {
		margin-bottom: 30px;
	}
	.slider-area h3.slide-title {
		font-size: 14px;
	    margin: 7px 0 12px;
	}
	.slider-area .slide-date {
	    margin-top: 15px;
	}
	.slider-area .slide-content {
	    margin-top: 10px;
	    font-size: 13px;
	}
	.swiper-button-prev,
	.swiper-button-next {
	  width: 30px;
	  height: 30px;
	}
  .swiper-button-prev { left: -4%; }
  .swiper-button-next { right: -4%; }
}

/* 子育て特集記事 */
#feature {
	padding-top: 80px;
}
#feature h2 {
	text-align: center;
	font-size: 22px;
	padding: 80px auto 30px;
}
.feature-bg {
	position: relative;
	background: url(../new_img/top/top-bg-feature.png) left top no-repeat;
	background-size: 100% auto;
	padding: 80px 10% 60px;
}
#feature-links {
	display: flex;
	justify-content: space-between;
	gap: 60px;
	margin: 30px auto 40px;
}
#feature-links li {
	width: 50%;
}
#feature-links p {
	font-size: 14px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.feature-img {
	position: relative;
	overflow: hidden;
	padding-top: 70%;
	margin-bottom: 10px;
}
.feature-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.feature-date {
	font-size: 13px;
}
.feature-img-clip {
	position: absolute;
	width: 66px;
	top: 0;
	left: 60px;
}
.feature-img-crayon {
	position: absolute;
	width: 70px;
	bottom: 80px;
	right: -10px;

	/* 振り子の支点（少し先端寄り） */
	transform-origin: 80% 70%;

	/* 左右に小さく揺れるだけの動き */
	animation: crayonSimple 2.6s ease-in-out infinite;
}

/* 左 → 右 → 左のシンプルな動き */
@keyframes crayonSimple {
  0%   { transform: translateX(0) rotate(-4deg); }
  25%  { transform: translateX(-12px) rotate(-5deg); }
  50%  { transform: translateX(0) rotate(-3deg); }
  75%  { transform: translateX(12px) rotate(-2deg); }
  100% { transform: translateX(0) rotate(-4deg); }
}

.feature-img-crayon-line {
	position: absolute;
	width: 132px;
	bottom: 70px;
	right: 50px;
}
.feature-txt p {
	font-weight: 500;
	line-height: 1.4;
}

/* クリップアニメ */
.clip-anime[data-anim="clip-drop"] {
  opacity: 0;
  transform: translateY(-80px);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s ease;
}

.clip-anime.is-inview[data-anim="clip-drop"] {
  opacity: 1;
  transform: translateY(0);
}
@keyframes clipBounce {
  0%   { transform: translateY(-80px); opacity: 0; }
  70%  { transform: translateY(4px); opacity: 1; }
  100% { transform: translateY(0); }
}
.clip-anime.is-inview[data-anim="clip-drop"] {
  animation: clipBounce 0.8s cubic-bezier(0.25, 1, 0.5, 1) both;
}

@media (max-width: 768px) {
	#feature {
		padding-top: 40px;
	}
	#feature .content-box {
		padding: 0 !important;
	}
	#feature h2 {
		text-align: center;
		font-size: 18px;
		padding: 50px auto 20px;
	}
	.feature-bg {
		background: url(../new_img/top/top-bg-feature-sp.png) center top no-repeat;
		background-size: 100% auto;
		padding: 26% 4% 40px;
	}
	#feature-links {
		display: block;
		gap: 0;
		margin: 0 auto 20px;
	}
	#feature-links li {
		width: 100%;
		padding: 20px 0;
		overflow: hidden;
	}
	#feature-links li:first-child {
		border-bottom: 1px solid #C9C9C9;
	}
	#feature-links li a {
		display: block;
	}
	.feature-txt {
		float: right;
		width: 48%;
	}
	#feature-links p {
		font-size: 14px;
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.feature-img {
		float: left;
		width: 49%;
		height: auto;
		aspect-ratio: 10 / 7;
		overflow: hidden;
		padding-top: 0;
		margin-bottom: 0;
	}
	.feature-img img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.feature-date {
		font-size: 12px;
		margin-top: 0;
		padding-top: 0;
	}	
}

/* レシピ */
#recipe {
	background: #DFEE86;
	width: 100%;
	margin: 0 !important;
	padding: 50px 0;
}
#recipe-box {
}
#recipe-txt {
	float: left;
	width: 35%;
	text-align: center;
}
#recipe-txt .recipe-icon {
	width: 28px;
	margin-bottom: 7px;
}
#recipe-txt .rexipe-ttl-p {
	font-size: 13px;
	margin-bottom: 7px;
}
#recipe-txt h2 {
	font-size: 22px;
	display: inline-block;
	border-bottom: 5px solid #fff;
	padding-bottom: 10px;
	margin: 0 auto 20px;
}
#recipe .btn-basic {
	margin: 30px 0 60px;
}
#recipe .btn-basic a {
	background: #fff;
}
.recipe-dino {
	width: 196px;
}
#recipe-list {
	float: right;
	width: 57%;
}
#recipe-list ul li {
	padding-bottom: 20px;
}
#recipe-list ul li:last-child {
	padding-bottom: 0;
}
#recipe-list ul li a {
	display: flex;
	gap: 20px;
}
#recipe-list ul li div {
	width: 50%;
	display: flex;
	align-items: center;
	font-weight: 500;
}
.recipe-img {
	width: 100%;
	height: auto;
	aspect-ratio: 10 / 7;
	overflow: hidden;
	position: relative;
}
.recipe-img img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 768px) {
	#recipe {
		padding: 30px 0;
	}
	#recipe-txt {
		float: none;
		width: 100%;
	}
	#recipe-txt .recipe-icon {
		width: 28px;
		margin-bottom: 7px;
	}
	#recipe-txt .rexipe-ttl-p {
		font-size: 13px;
		margin-bottom: 3px;
	}
	#recipe-txt h2 {
		font-size: 18px;
		display: inline-block;
		border-bottom: 3px solid #fff;
		padding-bottom: 7px;
		margin: 0 auto 15px;
	}
	#recipe-txt h2 img {
		width: 20px;
		display: inline;
		margin-right: 7px;
	}
	#recipe .btn-basic {
		margin: 30px 0 0;
	}
	#recipe-list {
		float: none;
		width: 100%;
	}
	#recipe-list ul {
		display: flex;
		width: 100%;
		margin-top: 30px;
	}
	#recipe-list ul li {
		width: 50%;
		padding-bottom: 0;
		padding-left: 5%;
	}
	#recipe-list ul li:first-child {
		padding-right: 5%;
		padding-left: 0;
		border-right: 1px solid #fff;
	}
	#recipe-list ul li:last-child {
		display: none;
	}
	#recipe-list ul li a {
		display: block;
		gap: 0;
	}
	#recipe-list ul li div {
		width: 100%;
		display: block;
	}
	#recipe-list ul li div p {
		font-size: 13px;
		line-height: 1.4em;
		margin-top: 10px;
	}
}

/* SNS */
#sns {
	padding-top: 80px;
	text-align: center;
}
#sns h2 {
	font-size: 22px;
	display: inline-block;
	border-bottom: 5px solid #A5806E;
	padding-bottom: 10px;
	margin: 0 auto 45px;
}
#sns h3 {
	font-size: 20px;
	color: #4EC564;
	margin-bottom: 15px;
}
#sns h2 img {
	width: 30px;
	margin-right: 7px;
}
#sns-txt {
	float: left;
	width: 45%;
}
#sns-btns {
	float: right;
	width: 48%;
}
#sns-2bans {
	margin-top: 30px;
}
#sns-2bans img {
	width: auto !important;
	max-height: 40px;
}
.sns-2bans-l {
	float: left;
	width: 50%;
	padding-right: 5%;
	border-right: 1px solid #C9C9C9;
}
.sns-2bans-r {
	float: right;
	width: 50%;
	padding-left: 5%;
}
#sns-bans {
	margin-top: 50px;
}
#sns-bans ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#sns-bans ul li {
	width: calc((100% - 20px * 2) / 3);
	display: flex;
	align-content: center;
	justify-content: center;
}

@media (max-width: 768px) {
	#sns {
		padding-top: 40px;
	}
	#sns h2 {
		font-size: 18px;
		border-bottom: 3px solid #A5806E;
		padding-bottom: 7px;
		margin: 0 auto 30px;
	}
	#sns h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#sns h2 img {
		width: 23px;
	}
	#sns-txt {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	#sns-btns {
		float: none;
		width: 100%;
	}
	#sns-2bans {
		margin-top: 20px;
	}
	#sns-bans {
		margin-top: 30px;
	}
	#sns-bans ul {
		gap: 12px;
	}
	#sns-bans ul li {
		width: calc((100% - 12px) / 2);
	}
}

/* ふく育パスポート
-------------------------------------*/
#passport #wrapper {
	background: url(../new_img/subpage/bg-passport.png);
}
#passport-header {
	width: 100%;
	background: #FFE200;
	text-align: center;
	padding: 25px;
}
#passport-header h1 {
	font-size: 22px;
}
#passport section {
	margin-top: 45px;
}
#passport .whitebox {
	border-radius: 30px;
	background: #fff;
	padding: 40px;
}
#passport .whitebox h2 {
	font-size: 21px;
	margin-bottom: 40px;
	padding: 3px 25px;
	position: relative;
}
#passport .whitebox h2::before {
	position: absolute;
	content:'';
	width: 6px;
	height: 33px;
	border-radius: 3px;
	background: #FA6E00;
	top: 0;
	left: 0;
}

@media screen and (max-width: 940px){
	#detail_top {
		margin-top: 70px;
	}
}
	
@media (max-width: 768px) {
	#passport-header {
		text-align: left;
		padding: 20px 5%;
	}
	#passport-header h1 {
		font-size: 16px;
		letter-spacing: 0;
	}
	#passport section {
		margin-top: 20px;
	}
	#passport .whitebox {
		border-radius: 15px;
		padding: 25px;
	}
	#passport .whitebox h2 {
		font-size: 18px;
		margin-bottom: 20px;
		padding: 0 20px;
		position: relative;
	}
	#passport .whitebox h2::before {
		position: absolute;
		content:'';
		width: 4px;
		height: 22px;
		border-radius: 2px;
		background: #FA6E00;
		top: 2px;
		left: 0;
	}	
}

/* about */
#about .smartphone {
	width: 106px;
	float: left;
	margin-left: 10px;
}
#about-txt {
	float: right;
	width: 500px;
}
#about-txt h3 {
	font-size: 18px;
	color: #FA6E00;
	line-height: 2em;
	margin-bottom: 5px;
}
#about-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top :20px;
}
#about-btns li {
	width: calc((100% - 20px) / 2);
}
#about-btns li a {
	display: block;
	width: 100%;
	height: 50px;
	align-content: center;
	justify-content: center;
	font-size: 14px;
	text-align: center;
}
a.about-register {
	background:#FA6E00;
	border-radius: 7px;
	color: #fff;
	position: relative;
}
#about-btns li a img {
	width: 7px;
	margin-left: 5px;
}

@media (max-width: 768px) {
	#about .smartphone {
		width: 72px;
		float: left;
		margin-left: 0;
		margin-right: 10%;
	}
	#about-txt {
		float: none;
		width: 100%;
	}
	#about-txt .clearfix {
		margin-bottom: 20px;
	}
	#about-txt h3 {
		font-size: 15px;
		line-height: 1.6em;
		margin: 0;
		padding-top: 10px;
		padding-left: 20px;
	}
	#about-btns {
		display: block;
		margin-top :20px;
	}
	#about-btns li {
		width: 100%;
	}
	#about-btns li a {
		display: block;
		width: 100%;
		height: 50px;
		align-content: center;
		justify-content: center;
		font-size: 14px;
		text-align: center;
	}
	a.about-register {
		margin-bottom: 10px;
	}	
}

/* service */

#service-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom:40px;
}
#service-btns li {
	width: calc((100% - 16px) / 3);
}
#service-btns li a {
	display: block;
	width: 100%;
	height: 50px;
	align-content: center;
	justify-content: center;
	font-size: 14px;
	text-align: center;
	position: relative;
	border-radius: 7px;
}
#service-btns li a::after {
	position: absolute;
	content: "";
	right: 10px;
	top: 20px;
	width: 12px;
	height: 12px;
	background: url(../new_img/common/icon-arrow.png) no-repeat center center;
	background-size: contain;
}
.border-box {
	border-bottom: 2px solid #FA6E00;
	padding-bottom: 50px;
	margin-bottom: 40px;
}
a.service-login {
	background: #FFE200;
}
a.service-faq {
	background: #FEF0E7;
}
a.service-guide{
	border: 1px solid #C9C9C9;
}
#service h3 {
	font-size: 20px;
	margin: 40px 0 20px;
}
#service h3 img {
	margin-right: 10px;
}
#service h3 img.icon-star {
	width: 25px;
}
#service h3 img.icon-crown {
	width: 30px;
}
#premium-service h3 {
	color: #FA6E00;
}
#service-list li {
	padding: 25px 0;
	border-top: 1px solid #C9C9C9;
}
#service-list li:first-child {
	border-top: none;
}
#service-list li a {
	display: block;
}
#service-list .service-date {
	font-size: 12px;
	color: #808080;
	margin-bottom: 5px;
}
/*start---------------- 20251126森下追記 ----------------*/
p.service-icon {
  /* タグを横並びにしつつ、必要なら折り返し */
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  white-space: normal;
  margin: 0;              /* ← pタグの上下デフォルト余白を消す */
}
/*end---------------- 20251126森下追記 ----------------*/

p.service-icon span {

/*start---------------- 20251126森下追記 ----------------*/
  /* 各タグ共通の見た目 */
  display: inline-flex;
  align-items: center;
  padding: 3px 15px;
  font-size: 12px;
  border-radius: 3px;
  line-height: 1;
  margin: 0;   /* 余白は gap に任せる */
/*end---------------- 20251126森下追記 ----------------*/
}

/*start---------------- 20251126森下追記 ----------------*/
/* 市町名（service-place）は1行目に出す（幅は文字ぶんだけ） */
p.service-icon .service-place {
  order: 1;
  margin-bottom: 4px;      /* 下に少し余白 */
}

/* 「改行だけを担当する」見えないflexアイテム */
p.service-icon::after {
  content: "";
  flex-basis: 100%;        /* ここで1行まるごと使って折り返す */
  order: 2;
  width: 0;
  height: 0;
}

/* カテゴリ（service-category）は2行目以降で横並び＆折り返し */
p.service-icon .service-category {
  order: 3;
  white-space: nowrap;     /* 「教育・習い事」が途中で折れないように */
}
/*end---------------- 20251126森下追記 ----------------*/

/* 20251126 森下追記：プレミアム優待のラベルは上寄せにする */
#premium-shops .service-icon {
  align-content: flex-start;
  transition: height 0.25s ease;  /* ← 高さの変化をアニメーション */
}


p.service-icon span.service-place {
	border: 1px solid #B0B0B0;	
}
p.service-icon span.service-category {
	background: #FA6E00;
	color: #fff;
}
#service-list dt {
	margin: 8px 0 3px;
	font-weight: 500;
	color: #4D4D4D;
}
#service-list dd {
	font-size: 13px;
}

@media (max-width: 768px) {
	#service-btns {
		display: block;
		margin-bottom:40px;
	}
	#service-btns li {
		width: 100%;
		margin-bottom: 15px;
	}
	#service-btns li a {
		display: block;
		width: 100%;
	}
	#service-btns li a::after {
		right: 40px;
		top: 20px;
	}
	.border-box {
		padding-bottom: 40px;
		margin-bottom: 20px;
	}
	#service h3 {
		font-size: 16px;
		margin: 40px 0 10px;
	}
	#service h3 img {
		margin-right: 8px;
	}
	#service h3 img.icon-star {
		width: 20px;
	}
	#service h3 img.icon-crown {
		width: 22px;
	}
	#service-list {
		margin-bottom: 15px;
	}
	#service-list li {
		padding: 20px 0;
	}
	#service-list dt {
		margin: 8px 0 3px;
		font-size: 14px;
	}
}

/* プレミアム店スライダー */
#premium-shops {
	margin: 0 10%;
}
#premium-shops .swiper {
	margin: 50px 0 30px;
}
#premium-shops .slide-date {
    font-size: 12px;
    line-height: 1;
    display: -webkit-box;
    overflow: hidden;
    letter-spacing: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #808080;
}
#premium-shops
.premium-img {
	width: 100%;
	height: auto;
	margin: 10px 0 12px;
	aspect-ratio: 10 / 7;
	overflow: hidden;
	position: relative;
}
.premium-img img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#premium-shops dt {
	margin: 8px 0 3px;
	font-weight: 500;
	color: #4D4D4D;
}
#premium-shops dd {
	font-size: 13px;
	line-height: 1.6;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#premium-shops .swiper-button-prev,
#premium-shops .swiper-button-next {
  width: 35px;
  height: 35px;
  background: #FEF0E7;
  border-radius: 50%;
  color: #4D4D4D;
}
#premium-shops .swiper-button-prev { left: -10%; }
#premium-shops .swiper-button-next { right: -10%; }

@media (max-width: 768px) {
	#premium-shops dt {
		margin: 8px 0 3px;
		font-size: 14px;
	}
	#premium-shops .swiper-button-prev,
	#premium-shops .swiper-button-next {
	  width: 30px;
	  height: 30px;
	}
	#premium-shops {
		margin: 0 12%;
	}
  #premium-shops .swiper-button-prev { left: -17%; }
  #premium-shops .swiper-button-next { right: -17%; }
}

/* supporters */
#supporters p {
	margin: 40px 0 40px 45px;
}
.supporter-btn1 {
	margin-bottom: 70px;
}
.supporter-btn2 a {
	background: #00ADE1;
}

@media (max-width: 768px) {
	#supporters p {
		margin: 30px 0;
	}
	.supporter-btn1 {
		margin-bottom: 60px;
	}
}


/* 共通フッタ デザイン調整
-------------------------------------*/
footer {
	background: #fff !important;
}
.footer_nav li a {
	color: #4d4d4d !important;
	font-weight: 500 !important;
	letter-spacing: 0.01;
	font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
}
#footer p {
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif !important;
	letter-spacing: 0;
}


/* 三谷追記 */
.nav-w {
	margin: 0 auto;
    max-width: 1000px;
    width: 72%
}

.color-b {
	color: #50C3C8 !important;
}

@media screen and (min-width: 940px){
	.mt-2r {
		margin-top: -2rem;
	}
}

@media screen and (min-width: 940px){
	.spt-0 {
		padding-top: 0px !important;
	}
}

.inner-w {
    width: 80% !important;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 8px;
}

.inner-w6 {
    width: 60% !important;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 8px;
}