@charset "utf-8";
/* CSS Document */
/*----------------------------------------
キッズページ　スタイルシート
PC/SP共通
----------------------------------------*/ 
:root {
  --color-kids-main: #fdc93a;
  --color-kids-base: #fff7e1;
  --color-kids-sub: #f26f63;
  --color-kids-text: #473930;
}

/* font調整 */
.pc #contents #shoplist_page{
  transform: rotate(0.05deg);
  position: relative;
  z-index: 100;
}
.pc #contents .kids-section{
  transform: rotate(0.05deg);
  position: relative;
  z-index: 100
}
/*--------------------
各ページ共通（ただし主にindex.jsp）
--------------------*/
/**/
#contents.kids {
  padding: 0;
  overflow: hidden;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
#contents.kids h2 {
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  text-align: inherit;
  background: none;
  color: inherit;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
}

.pc .coverlink {
  display: none;
}
#contents-main.all {
  background: var(--color-kids-main);
  padding: 0;
  position: relative;
}
#contents-main.all::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: url(bg-top.jpg) no-repeat center top / cover;
  z-index: 0;
}
#contents-main.all::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(bg-decoration.png) repeat-y center -35px;
  z-index: 1;
  background-size: 100%;
}
#contents-main.all .inner{
  position: relative;
  z-index: 2;
  padding: 0 0 50px;
}
.item .img_objfit img, .img_bg_css {
  border-radius: 0;
}

/* TOP nav_menu */
.kids #header{
  padding: 45px 0;
  text-align: center;
}
.kids #header h1{
  margin: 0 0 30px;
}
.kids #header p{
  margin: 0 0 35px;
  font-size: 18px;
  color: var(--color-kids-text);
  font-weight: bold;
  letter-spacing: 1px;
}
.kids .nav_menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  border-radius: 20px;
      transform: rotate(0.05deg);
}
.kids .nav_menu ul li:nth-child(-n+4) {
  width: 25%;
}
.kids .nav_menu ul li:nth-child(-n+4) img {
  width: 100%;
  display: block;
}
.kids .nav_menu ul li:nth-child(n+5) {
  width: calc(50% - 7.5px);
}
.kids .nav_menu ul li:nth-child(5) {
  margin-right: 8px;
}
.kids .nav_menu ul li:nth-child(n+5) a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #c7b299;
  border: 3px solid #fff;
  border-radius: 20px;
  font-size: 18px;
  padding: 14px 40px 14px 14px;
  color: #fff;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.35);
  font-weight: bold;
  gap: 8px;
}
.kids .nav_menu ul li:nth-child(n+5) a img {
  height: 24px;
  width: auto;
}
.kids .nav_menu ul li:nth-child(n+5) a::after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  position: absolute;
  right: 16px;
  font-size: 22px;
}
/*--------------------
共通パーツ
--------------------*/
.facility-heading {
  background: var(--color-kids-sub);
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 12px 16px;
  border-radius: 100px;
  margin-bottom: 32px;
  font-weight: bold;
  margin-top: 40px;
}
.facility-heading:first-child {
  margin-top: 0;
}
.facility-desc {
  font-size: 18px;
  color: var(--color-kids-text);
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.7;
  font-weight: bold;
}
.kids-section {
  background: #fff;
  border-radius: 20px;
  padding: 40px 50px;
  margin-bottom: 66px;
}
#contents.kids h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#contents.kids h2 img {
  height: 45px;
  width: auto;
}
.facility-photo {
  background: var(--color-kids-base);
  padding: 20px 24px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 20px;
}
.facility-photo .floor-tag p:first-of-type {
  background: var(--color-kids-sub);
  border-radius: 5px;
  color: #fff;
  padding: 4px 10px;
  margin-right: 14px;
  font-size: 15px;
}
.facility-photo .floor-tag p {
  color: var(--color-kids-text);
  font-size: 18px;
  font-weight: bold;
}
.facility-photo .floor-tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  margin-bottom: 20px;
}
.facility-photo ul {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
}
.facility-photo ul.half{
  justify-content: center;
}
.facility-photo ul li {
  width: calc(100% / 3 - 8px);
}
.facility-photo ul.half li {
  width: 50%;
}
.facility-photo .flex {
  display: flex;
}
.facility-photo .facility-col {
  padding: 0 8px;
}
.facility-photo .facility-col:first-child {
  flex: 2;
  border-right: 2px dashed var(--color-kids-sub);
  padding: 0;
}
.facility-photo .facility-col:last-child {
  flex: 1;
  padding-right: 0;
}
.facility-photo .flex ul li {
  width: calc(100% / 2 - 12px);
}
.facility-photo .facility-col:last-child ul li {
  width: 100%;
}
.facility-photo p.att {
  color: var(--color-kids-text);
  font-weight: bold;
  background: #fff;
  border: 1px solid var(--color-kids-sub);
  text-align: center;
  padding: 12px 0;
  border-radius: 20px;
  margin: 28px 0 10px;
}
.facility-photo p.caption{
  margin: 12px 0 0;
}
/*--------------------
施設設備セクション
--------------------*/
#kid_facility .facility-block {
  margin-bottom: 28px;
}
#kid_facility .facility-block:last-child {
  margin-bottom: 0;
}
/*--------------------
フードコートセクション
--------------------*/
.kids-foodcourt {
  position: relative;
  padding: 40px 0;
  margin-bottom: 66px;
}
.kids-foodcourt::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-50vw + 50%);
  width: 95vw;
  height: 100%;
  background: var(--color-kids-base);
  border-radius: 0 280px 280px 0;
  z-index: 0;
}
@media (max-width: 1230px) {
  .kids-foodcourt::before {
    width: 1200px;
  }
}
@media (max-width: 1020px) {
  .kids-foodcourt::before {
    left: -40px;
  }
}
.kids-foodcourt > * {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.kids-foodcourt .food-photos {
  display: flex;
  gap: 12px;
}
.kids-foodcourt .food-photos li {
  width: 25%;
}
.kids-foodcourt .food-photos li img {
  width: 100%;
  border-radius: 8px;
}
.kids-foodcourt .food-photos li p {
  font-size: 14px;
  text-align: left;
  margin-top: 6px;
  color: var(--color-kids-text);
  font-weight: bold;
}
.kids-foodcourt .food-photos li p span {
  display: block;
  font-size: 16px;
  color: var(--color-kids-sub);
  font-weight: bold;
}

.kids-foodcourt .food-photos li:first-child {
  width: 38%;
}
.kids-foodcourt .food-photos--center {
  justify-content: center;
}
/*--------------------
キッズイベントセクション
--------------------*/
#kids_news .event-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
#kids_news .item {
  width: calc(25% - 9px);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
#kids_news .item .image.img_objfit {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
#kids_news .item .image.img_objfit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#kids_news .item .photo {
  position: relative;
}
#kids_news .item .eventcat {
  position: absolute;
  top: 8px;
  right: 8px;
  background: var(--color-kids-sub);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 10px;
  border-radius: 100px;
  z-index: 1;
}
#kids_news .item .ev_text {
  padding: 10px 12px;
  background: var(--color-kids-base);
  min-height: 90px;
}
#kids_news .item .ev_text h4 {
  font-size: 13px;
  font-weight: bold;
  color: var(--color-kids-text);
  line-height: 1.5;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#kids_news .item .ev_text .term,
#kids_news .item .ev_text .place {
  font-size: 11px;
  color: #888;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#kids_news .item .ev_text .term::before {
  content: "event_available";
  font-family: "Material Symbols Outlined";
  font-size: 14px;
  vertical-align: middle;
  margin-right: 4px;
  color: var(--color-kids-sub);
}
#kids_news .item .ev_text .place::before {
  content: "location_on";
  font-family: "Material Symbols Outlined";
  font-size: 14px;
  font-variation-settings: 'FILL' 1;
  vertical-align: middle;
  margin-right: 4px;
  color: var(--color-kids-sub);
}
#kids_news .more_btn {
  text-align: center;
  margin-top: 24px;
}
#kids_news .more_btn a {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-kids-sub);
  color: var(--color-kids-sub);
  font-size: 16px;
  font-weight: bold;
  padding: 6px 0px;
  border-radius: 100px;
  min-width: 250px;
  justify-content: center;
}
#kids_news .more_btn a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 11px;
  border-color: transparent transparent transparent var(--color-kids-sub);
  margin-left: 10px;
  vertical-align: middle;
}
/*--------------------
キッズ対応ショップ（shoplist）
--------------------*/
#contents.shoplist {
  overflow: hidden;
}
#contents.shoplist .ttl_area h2.kids_ttl {
  background-image: url(icn_shop.svg);
  padding-bottom: 10px;
}
#contents.shoplist .ttl_area > p {
  color: var(--color-kids-main);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#contents.shoplist #page_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin: 20px auto;
}
#contents.shoplist #page_nav p{
  font-size: 13px;
}
#contents.shoplist #page_nav .filter_btns {
  display: flex;
  gap: 12px;
}
#contents.shoplist #page_nav .filter_btns li {
  width: 250px;
}
#contents.shoplist #page_nav .filter_btns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 10px 20px;
  border: 2px solid var(--color-kids-sub);
  border-radius: 100px;
  color: var(--color-kids-sub);
  text-align: center;
  white-space: nowrap;
}
#contents.shoplist #page_nav .filter_btns li a::before {
  font-family: "Material Symbols Outlined";
  content: "";
  font-size: 20px;
  margin-right: 0;
}
#contents.shoplist #page_nav .filter_btns li a.active {
  /* background: var(--color-kids-main);
  color: #fff; */
}
#contents.shoplist #page_nav .filter_btns li a.active::before {
  content: "\e5ca";
  margin-right: 4px;
}
#contents.shoplist #page_nav .nav_btn {
  border: 2px solid var(--color-kids-main);
  border-radius: 8px;
  line-height: 50px;
  text-align: center;
  width: 260px;
  padding-right: 14px;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
#contents.shoplist #page_nav .nav_btn::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cf";
  vertical-align: middle;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  text-align: center;
  font-size: 24px;
  color: var(--color-kids-main);
}
#contents.shoplist #page_nav #kids_shop {
  position: relative;
}
#contents.shoplist #page_nav #kids_shop .category_wrap {
  display: none;
  position: absolute;
  top: 70px;
  right: -5%;
  box-sizing: border-box;
  width: 110%;
  border: 2px solid var(--color-kids-main);
  background: #fff;
  z-index: 3;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
#contents.shoplist #page_nav #kids_shop .category_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  left: calc(50% - 8px);
  border-bottom: 12px solid var(--color-kids-main);
}
#contents.shoplist #page_nav #kids_shop .category_wrap li {
  border-bottom: 1px solid var(--color-kids-main);
}
#contents.shoplist #page_nav #kids_shop .category_wrap li:last-of-type {
  border: none;
}
#contents.shoplist #page_nav #kids_shop .category_wrap li a {
  display: block;
  padding: 12px 30px 12px 14px;
  position: relative;
}
#contents.shoplist #page_nav #kids_shop .category_wrap li a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  margin: 0 0 0 4px;
  font-size: 24px;
  font-weight: bold;
  color: var(--color-kids-main);
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
}
/*--------------------
ショップリスト 各ショップ
--------------------*/
#contents.shoplist #shoplist .itemshop {
  border: 2px solid #fdc93a;
  border-radius: 16px;
  box-sizing: border-box;
  margin-bottom: 60px;
  color: var(--color-kids-text);
}
#contents.shoplist #shoplist .itemshop:last-child {
  margin-bottom: 0;
}
#contents.shoplist #shoplist .itemshop .itemshop_header {
  padding: 40px 5% 14px;
  position: relative;
}
#contents.shoplist #shoplist .itemshop .itemshop_header .floor {
  color: #fff;
  font-weight: bold;
  padding: 4px 20px 5px;
  margin-left: -2px;
  background: var(--color-kids-sub);
  border-radius: 100px;
  display: inline-block;
}
#contents.shoplist #shoplist .itemshop .itemshop_header .name {
  margin-top: 16px;
  padding-right: 200px;
}
#contents.shoplist #shoplist .itemshop .itemshop_header .name a {
  font-weight: bold;
  font-size: 24px;
  display: block;
  color: var(--color-kids-text);
  text-decoration: underline;
}
#contents.shoplist #shoplist .itemshop .itemshop_header .name .itemshop_categorydetail {
  font-size: 14px;
  margin-top: 10px;
  display: block;
}
#contents.shoplist #shoplist .itemshop .itemshop_header .logo {
  width: 160px;
  height: 100px;
  line-height: 0;
  position: absolute;
  top: 40px;
  right: 40px;
  text-align: center;
  overflow: hidden;
}
#contents.shoplist #shoplist .itemshop .itemshop_header .logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent {
  padding: 0 5% 50px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 20px;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .image {
  width: 44%;
  aspect-ratio: 4 / 3;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 10px;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info {
  width: 56%;
  box-sizing: border-box;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .shop_status {
  margin-bottom: 24px;
  border-bottom: 1px solid #ccc;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .shop_status dl {
  padding: 14px 0;
  border-top: 1px solid #ccc;
  display: flex;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .shop_status dl dt {
  width: 30px;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .shop_status dl dt::before {
  content: "\e8b5";
  font-family: "Material Symbols Outlined";
  font-size: 22px;
  vertical-align: bottom;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .shop_status dl dd {
  width: calc(100% - 30px);
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .shop_status dl.tel dt::before {
  content: "\e0b0";
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .desc .desc_title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .desc .kids_service {
  margin-top: 20px;
  padding: 14px 20px 18px;
  background: var(--color-kids-base);
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .desc .kids_service span {
  font-weight: bold;
  color: var(--color-kids-main);
  display: block;
  margin-bottom: 2px;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .desc .kids_service span::before {
  content: "\e838";
  font-family: "Material Symbols Outlined";
  margin: 0 3px 0 0;
  position: relative;
  top: 2px;
  font-size: 18px;
  vertical-align: bottom;
  color: var(--color-kids-main);
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .service_wrap{
  margin-top: 16px;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .service_wrap h5.service_ttl{
  color: var(--color-kids-sub);
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .service {
  display: flex;
  flex-wrap: nowrap;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .service_wrap .service_border{
  border: 2px solid #e0e0e0;
  border-radius: 20px;
  overflow: hidden;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .service li {
  font-size: 14px;
  background: none;
  color: #dbdbdb;
  width: calc(100% / 3);
  margin-bottom: 0;
  border-radius: 0;
  padding: 14px 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .service > li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  height: 75%;
  width: 1px;
  background: #e0e0e0;
}
#contents.shoplist.gourmet #shoplist .itemshop .itemshop_shopcontent .info .service li::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  order: -1;
  margin-bottom: 4px;
  opacity: 0.1;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .service li.active {
  color: var(--color-kids-text);
  font-weight: bold;
}
#contents.shoplist.gourmet #shoplist .itemshop .itemshop_shopcontent .info .service li.active::after {
  opacity: 1;
}
#contents.shoplist.gourmet #shoplist .itemshop .itemshop_shopcontent .info .service li.service1::after {
  background-image: url(../kjt-gr/icn_g_kids.svg);
}
#contents.shoplist.gourmet #shoplist .itemshop .itemshop_shopcontent .info .service li.service6::after {
  background-image: url(../kjt-gr/icn_g_kidschair.svg);
}
#contents.shoplist.gourmet #shoplist .itemshop .itemshop_shopcontent .info .service li.service7::after {
  background-image: url(../kjt-gr/icn_g_allergy.svg);
}

#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .seat_wrap {
  font-size: 14px;
  padding: 14px 20px;
  background: var(--color-kids-base);
  width: 100%;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .seat:empty {
  display: none;
}
/*--------------------
サービス一覧テーブル
--------------------*/
.service-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid var(--color-kids-main);
}
.service-table thead th {
  background: var(--color-kids-main);
  color: var(--color-kids-text);
  font-weight: bold;
  padding: 12px 10px;
  text-align: center;
}
.service-table thead th.th-name {
  text-align: center;
  width: auto;
}
.service-table thead th.th-floor {
  width: 80px;
}
.service-table thead th.th-icon {
  width: 120px;
}
.service-table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
.service-table tbody tr:nth-child(odd) {
  background: var(--color-kids-base);
}
.service-table tbody td {
  padding: 12px 10px;
  text-align: center;
  vertical-align: middle;
  color: var(--color-kids-text);
}
.service-table tbody td.td-name {
  text-align: left;
  font-weight: bold;
}
.service-table tbody td.td-floor{
  font-weight: bold;
}
.service-table tbody td.td-name a {
  text-decoration: underline;
  color: var(--color-kids-text);
}
.service-table tbody td.td-icon .icon-active {
  display: inline-block;
}
.service-table tbody td.td-icon .icon-active::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.service-table tbody td.td-icon .icon-active.service1::before {
  background-image: url(../kjt-gr/icn_g_kids.svg);
}
.service-table tbody td.td-icon .icon-active.service6::before {
  background-image: url(../kjt-gr/icn_g_kidschair.svg);
}
.service-table tbody td.td-icon .icon-active.service7::before {
  background-image: url(../kjt-gr/icn_g_allergy.svg);
}
/* サイズテーブル */
.service-table.size-table thead th.th-size {
  width: 44px;
  font-size: 12px;
  padding: 12px 4px;
}
.service-table.size-table tbody td {
  border-right: 2px solid #fff;
}
.service-table.size-table tbody td:last-child {
  border-right: none;
}
.service-table.size-table tbody td.td-icon {
  padding: 12px 4px;
}
.service-table.size-table tbody td.td-icon .icon-active::before {
  content: "〇";
  font-family: inherit;
  font-size: 16px;
  color: var(--color-kids-text);
}
.kids-section p.unit{
  text-align: right;
  margin: 4px 8px 0 0;
}
.kids-section p.attg{
  text-align: left;
  margin: 4px 0 0 8px;
  white-space: nowrap;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .service li i {
  font-size: 24px;
  color: #ccc;
  display: block;
  margin-bottom: 4px;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .service li.active i {
  color: var(--color-kids-sub);
}
/*--------------------
こども服サイズ取扱い
--------------------*/
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .service_wrap .size_wrap {
  padding: 0px 20px 16px;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .service_wrap .size_wrap > p {
  font-weight: bold;
  margin-bottom: 8px;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .service_wrap .size_list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .service_wrap .size_list li {
  border: 1px solid var(--color-kids-text);
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: bold;
  color: var(--color-kids-text);
  white-space: nowrap;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .service_wrap .size_list li::after {
  content: "cm";
  font-size: 11px;
  margin-left: 1px;
}
#contents.shoplist #shoplist .itemshop .itemshop_shopcontent .service_wrap .seat_wrap {
  font-size: 14px;
  padding: 14px 20px;
  background: var(--color-kids-base);
  border-radius: 10px;
  box-sizing: border-box;
      white-space: pre-wrap;
}

/*--------------------
グルメカテゴリ
--------------------*/
#contents.shoplist.gourmet .ttl_area h2.kids_ttl {
  background-image: url(icn_gourmet.svg);
}
/*--------------------
h2.kids_ttl
--------------------*/
#contents h2.kids_ttl {
  background: url("icn_facility.svg") no-repeat center top;
  background-size: 48px 42px;
  padding-top: 48px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#contents h2.kids_ttl span {
  position: relative;
  display: inline-block;
}
#contents h2.kids_ttl span::before,
#contents h2.kids_ttl span::after {
  content: "";
  width: 58px;
  height: 16px;
  display: block;
  position: absolute;
  background: url(inc_bg-right.svg) no-repeat;
  background-size: contain;
  top: 5px;
  left: -80px;
}
#contents h2.kids_ttl span::after {
  background-image: url(inc_bg-left.svg);
  left: auto;
  right: -80px;
}
/* SP h2.kids_ttl */
body.sp #contents h2.kids_ttl {
  background-size: auto 30px;
  padding: 34px 0 0;
  margin: 0 0 12px;
}
body.sp #contents h2.kids_ttl span::before,
body.sp #contents h2.kids_ttl span::after {
  width: 44px;
  height: 12px;
  top: 6px;
  left: -54px;
}
body.sp #contents h2.kids_ttl span::after {
  left: auto;
  right: -54px;
}
/*--------------------
ショップリスト ブラウザ幅微調整
--------------------*/
@media screen and (max-width: 1220px) {
  #contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .service li {
    font-size: 13px;
    padding: 14px 10px 14px 12px;
  }
}
/*--------------------
SP（スマホ）対応
--------------------*/
.sp #contents-main.all::before{
  height: 250px;
}
body.view.sp.kids #contents .inner{
  padding: 0 16px 50px;
}
.sp.kids #header {
  padding: 30px 0px 24px;
}
.sp.kids #header h1{
  margin: 0 20px 15px;
}
.sp.kids #header h1 img {
  width: 100%;
}
.sp.kids #header p {
  font-size: 4.5vw;
  margin: 0 0 20px;
}
.sp.kids .nav_menu ul {
  gap: 0;
}
.sp.kids .nav_menu ul li:nth-child(-n+4) {
  width: 50%;
}
.sp.kids .nav_menu ul li:nth-child(n+5) {
  width: calc(50% - 4px);
  margin: 10px 0 0px 0;
}
.sp.kids .nav_menu ul li:nth-child(5) {
  margin: 10px 8px 0 0;
}
.sp.kids .nav_menu ul li:nth-child(n+5) a img{
  height: 5vw;
}
.sp.kids .nav_menu ul li:nth-child(n+5) a {
  font-size: 3.5vw;
  padding: 12px 36px 12px 12px;
  border-radius: 12px;
  line-height: 1.2;
}
.sp.kids .nav_menu ul li:nth-child(n+5) a::after{
  right: 4px;
}
.sp .kids-section {
  padding: 14px 16px;
  margin-bottom: 40px;
  border-radius: 16px;
}
.sp #contents.kids h2 {
  font-size: 4.5vw;
  margin-bottom: 16px;
}
.sp #contents.kids h2 img {
  height: 32px;
}
.sp .facility-heading {
  font-size: 4.5vw;
  padding: 10px 14px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.sp .facility-desc {
  font-size: 4vw;
  margin-bottom: 20px;
  word-break: keep-all;
  /* overflow-wrap: break-word; */
}
.sp .facility-photo {
  padding: 14px 12px;
  border-radius: 12px;
}
.sp .facility-photo .floor-tag p {
  font-size: 4vw;
}
.sp .facility-photo .floor-tag p:first-of-type {
  font-size: 4vw;
  white-space: nowrap;
}
.sp .facility-photo ul {
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}
.sp .facility-photo ul li {
  /* width: calc(50% - 4px); */
  width: 100%;
}
.sp .facility-photo .facility-col:last-child ul li{
  width: 50%;
}
.sp .facility-photo .flex {
  flex-direction: column;
}
.sp .facility-photo .facility-col:first-child {
  border-right: none;
  border-bottom: 2px dashed var(--color-kids-sub);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.sp .facility-photo .facility-col {
  padding: 0;
}
.sp .facility-photo .facility-col:last-child {
  padding-right: 0;
}
.sp .facility-photo p.att {
  font-size: 3.5vw;
  padding: 10px;
}
/* フードコート SP */
.sp .kids-foodcourt {
  padding: 24px 0;
  margin-bottom: 40px;
}
.sp .kids-foodcourt::before {
  border-radius: 0 140px 140px 0;
}
.sp .kids-foodcourt .food-photos {
  flex-wrap: wrap;
  gap: 0 10px;
  justify-content: center;
}
.sp .kids-foodcourt .food-photos li {
  width: calc(50% - 5px);
}

.sp .kids-foodcourt .food-photos li.foodf9:first-child {
  width: 90%;
  margin: 0 auto;
}
.sp .kids-foodcourt .food-photos li:first-child {
  width: 50%;
  margin-right: auto;
}
.sp .kids-foodcourt .food-photos li.sp_view {
  width: 100%;
  margin-bottom: 10px;
}
.sp .kids-foodcourt .food-photos li.food-text-block {
  width: 100%;
  margin-bottom: 0; 
}
.sp .kids-foodcourt .food-photos li.food-text-block + li.food-text-block {
  margin-bottom: 10px;
}
.sp .kids-foodcourt .food-photos li p {
  font-size:3.5vw;
}
.sp .kids-foodcourt .food-photos li p span {
  font-size: 4vw;
}
.sp .kids-foodcourt .food-photos li.kids_t {
  text-align: center;
}
.sp .kids-foodcourt .food-photos li.kids_t p {
  display: inline-block;
  text-align: left;
}
.sp .kids-foodcourt .food-photos li.foodf9_text p{
  text-align: center;
    margin-bottom: 10px;
}
/* キッズイベント SP */
.sp #kids_news .event-list {
  gap: 10px;
}
.sp #kids_news .item {
  width: calc(50% - 5px);
}
.sp #kids_news .item .image.img_objfit {
  height: 120px;
}
.sp #kids_news .item .ev_text {
  min-height: 92px;
  padding: 8px 10px;
}
.sp #kids_news .item .ev_text h4 {
  font-size: 14px;
}
.sp #kids_news .item .eventcat {
  font-size: 12px;
  padding: 0px 8px;
}
.sp #kids_news .more_btn a {
  font-size: 14px;
  min-width: 200px;
}
.sp .facility-photo ul.half li{
      width: 100%;
    margin: 0 auto;
}
.sp .facility-photo p.caption {
  font-size: 3.5vw;
}
/*--------------------
ショップリスト SP
--------------------*/

/* ショップリスト SP */
body.sp #contents.shoplist #shoplist .itemshop .itemshop_header .logo img{
  max-height: 50px;
}
body.sp #contents.shoplist {
  padding-bottom: 40px;
}
body.sp #contents.shoplist .ttl_area > p {
  font-size: 4vw;
}
body.sp #contents.shoplist #page_nav {
  flex-wrap: wrap;
  column-gap: 7px;
  margin: 10px auto 20px;
}
body.sp #contents.shoplist #page_nav > p {
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}
body.sp #contents.shoplist #page_nav #kids_shop,
body.sp #contents.shoplist #page_nav .nav_btn {
  font-size: 13px;
  width: calc((100% - 10px) / 2);
}
body.sp #contents.shoplist #page_nav #kids_shop .nav_btn {
  width: 100%;
}
body.sp #contents.shoplist #page_nav .nav_btn {
  padding-right: 18px;
}
body.sp #contents.shoplist #page_nav .nav_btn::after {
  width: 30px;
  font-size: 20px;
}
body.sp #contents.shoplist #page_nav #kids_shop .category_wrap li a::after {
  font-size: 20px;
}
body.sp #contents.shoplist #shoplist .itemshop {
  border-width: 3px;
  margin-bottom: 30px;
      border: 1px solid #fdc93a;
    border-radius: 10px;
}
body.sp #contents.shoplist #shoplist .itemshop:last-of-type {
  margin-bottom: 0;
}
body.sp #contents.shoplist #shoplist .itemshop .itemshop_header {
  box-sizing: border-box;
  padding: 20px 5% 10px;
}
body.sp #contents.shoplist #shoplist .itemshop .itemshop_header .floor {
  padding: 1px 16px 2px;
  font-size: 12px;
}
body.sp #contents.shoplist #shoplist .itemshop .itemshop_header .name {
  margin-top: 6px;
  padding-right: 90px;
}
body.sp #contents.shoplist #shoplist .itemshop .itemshop_header .name a {
  font-size: 4.5vw;
  line-height: 1.3em;
}
body.sp #contents.shoplist #shoplist .itemshop .itemshop_header .name .itemshop_categorydetail {
  font-size: 12px;
  margin-top: 2px;
}
body.sp #contents.shoplist #shoplist .itemshop .itemshop_header .logo {
  width: 60px;
  height: 60px;
  top: 20px;
  right: 16px;
  margin: 0;
  margin-left: auto;
}
body.sp #contents.shoplist #shoplist .itemshop .itemshop_shopcontent {
  display: flex;
  flex-direction: column-reverse;
  padding: 0 16px 20px;
  gap: 0;
}
body.sp #contents.shoplist #shoplist .itemshop .itemshop_shopcontent .image,
body.sp #contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info {
  width: 100%;
}
body.sp #contents.shoplist #shoplist .itemshop .itemshop_shopcontent .image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
body.sp #contents.shoplist #shoplist .itemshop .itemshop_shopcontent .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
      border-radius: 5px;
}
body.sp #contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info {
  padding: 0;
  margin-top: 14px;
}
body.sp #contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .shop_status {
  margin-bottom: 16px;
}
body.sp #contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .shop_status dl {
  padding: 12px 0;
}
body.sp #contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .shop_status dl dt {
  font-size: 4vw;
}
body.sp #contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .shop_status dl dd {
  font-size: 3.5vw;
  line-height: 1.5em;
}
body.sp #contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .desc .desc_contents {
  font-size: 3.5vw;
  line-height: 1.7em;
}
body.sp #contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .desc .kids_service {
  font-size: 3.5vw;
}
body.sp #contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .desc .desc_title {
  margin-bottom: 6px;
  font-size: 4vw;
  line-height: 1.5em;
}
body.sp #contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .service {
  column-gap: 4px;
      border-radius: 10px;
}
body.sp #contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .service li {
  width: calc((100% - 4px) / 2);
  font-size: 2.5vw;
  padding: 10px 6px 10px 8px;
  letter-spacing: -0.03em;
}
body.sp #contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .service li::before {
  margin: 0 2px 0 0;
  font-size: 18px;
}
body.sp #contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .seat {
  font-size: 3.5vw;
  line-height: 1.7em;
  padding: 10px 12px 8px;
}
body.sp .js-scrollable{
  margin: 0 0 30px;
}
body.sp .service-table thead th.th-floor {
    width: 60px;
}
body.sp .service-table thead th.th-icon {
  width: 100px;
}
body.sp #contents.shoplist #shoplist .itemshop .itemshop_shopcontent .info .seat_wrap {
  padding: 0px;
  border-radius: 0 0 10px;
}
/* 対応サービス一覧 SP */

/* shoplist SP追加 */
body.sp .js-scrollable {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
/* ジェスチャー動作 */
body.sp .js-scrollable .scroll-hint-icon {
  top: 150px;
}
body.sp .service-table {
  min-width: 600px;
}
body.sp .service-table.size-table {
  min-width: 800px;
}
body.sp #contents.shoplist #page_nav .filter_btns {
  flex-wrap: wrap;
  gap: 8px;
      justify-content: center;

}
body.sp #contents.shoplist #page_nav .filter_btns li {
      width: calc(100% / 2 - 4px);
}
body.sp #contents.shoplist #page_nav .filter_btns li a {
  padding: 5px 16px;
  font-size: 3.5vw;
  white-space: nowrap;
}
@media screen and (max-width: 375px) {
  body.sp #contents.shoplist #page_nav .filter_btns li {
    width: 80%;
  }
}
