@charset "UTF-8";

.main-content{
  background: #FFFDF2;
  /* max-width: 1440px; */
}
.page-nav {
  position: relative;
  background-color: #fff;
  padding-top: 3%;
}

.page-nav:before {
  content: '';
  display: inline-block;
  width: 23%;
  padding-top: 11.44068%;
  background: url(../img/share/bg-nav_side_1.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0
}

.page-nav:after {
  content: '';
  display: inline-block;
  width: 23%;
  padding-top: 10.9322%;
  background: url(../img/share/bg-nav_side_2.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0
}

.page-navlist {
  width: 54%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: center;
  align-items: center;
}

.page-navlist_item {
  width: 33.3333333%;
  border-right: 2px dashed #a0a0a0;
}

.page-navlist_item:last-child {
  border-right: none;
}

.page-navlist_item img{
  padding: 0 15%;
}

.page-navlist_anchor {
  display: inline-block;
  transition: .3s cubic-bezier(.13, .78, .38, .98)
}

.page-navlist_anchor:hover {
  opacity: .7
}

.kv_under {
  background-color: #fff;
  margin-bottom: 3%;
}

.mamapapa-content {
  margin-top: 30px;
  line-height: 1.5
}

.mamapapa-title {
  background-color: #fff;
}

.mamapapa-content_title {
  margin: 0 auto 40px
}

.facility .mamapapa-content_title {
  max-width: 497px;
}

.kids-shop .mamapapa-content_title {
  max-width: 695px;
}

.kids-menu .mamapapa-content_title {
  max-width: 546px;
}

.kids-shop_introduction .mamapapa-content_title {
  max-width: 373px;
}

.facility-content:not(:nth-of-type(1)) {
  margin-top: 80px
}

.facility .facility-content .facility-map:not(:first-of-type){
  margin-top: 2%;
}

.facility-content-list {
  margin-top: 84px;
}

.facility-content-list::before {
  content: "2F";
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', MS PGothic, sans-serif;
  display: block;
  max-width: 194px;
  text-align: center;
  line-height: 1.6;
  font-size: 4rem;
  background: #29AAE3;
  font-weight: bold;
  color: #fff;
  border-radius: 5px 5px 0 0;
  margin-bottom: -2px;
}
.facility-content-list:nth-of-type(2)::before {
  content: "3F";
}
.facility-content-list:nth-of-type(3)::before {
  content: "4F";
}
.facility-content-list_item {
  padding: 30px 0 40px;
  border-top: 2px dashed #29AAE3;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: start;
}

.facility-content-list_item:not(:first-child) {

}

.facility-content-list_image {
  width: 37.54237%
}

.facility-content-list_image img {
  border: 2px solid #29AAE3;
}

.facility-content-list_detail {
  width: 59.91525%
}

.facility-content-list_detail .facility-detaillist:nth-of-type(2) .facility-detaillist_text {
  display: block;
}
.facility-content_title {
  font-size: 3rem;
  font-weight: 700;
  color: #29AAE3;
}

.facility-detaillist {
  display: -webkit-flex;
  display: flex;
  margin-top: 20px
}

.facility-detaillist:not(:nth-of-type(1)) {
  margin-top: 22px
}

.facility-detaillist_title {
  width: 100px
}

.facility-detaillist_title_text {
  display: block;
  text-align: center;
  background-color: #FFF188;
  color: #744F2A;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.44444;
  padding: 8px 0
}

.facility-detaillist_text {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 20px;
  font-size: 1.8rem;
  color: #51331D;
  font-weight: bold;
  line-height: 1.44444;
  letter-spacing: .05em;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.facility-detaillist_text .txt_red{
  color: #D32323;
}

.map_pc {
  margin-bottom: 30px;
}

.papa_ng_zone {
  color: #29AAE3;
}



/* shop */
.shop_list, .food_list {
  display: flex;
  flex-wrap: wrap;
  padding: 28px 50px;
}

.shop_list_each {
  width: 30.895522388%;
  margin-right: 3.656716417%;
  margin-bottom: 6%;
}

.shop_list_each:nth-child(3n) {
  margin-right: 0;
}

.shop_basic_info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.shop_logo {
  width: 28.502415458%;
  padding: 10px;
  border: 1px solid #51331D;
  background-color: #fff;
  margin-right: 16px;
}

.shop_basic_info_txt {
  width: 71.497584542%;
}

.shop_floor_name {
  font-size: 2rem;
  margin-bottom: 8px;
}

.shop_intro {
  font-size: 1.8rem;
  line-height: 28px;
  flex-grow: 1;
  margin: 20px 0;
}

.size_table_outer, .child_support_table {
  margin-top: 10px;
}

.size_table {
  font-size: min(1.6rem, 1.111111111vw);
  color: #313131;
}

.size_table tr {
  border: 1px solid #313131;
}

.size_table tr td {
  vertical-align: middle;
  text-align: left;
  padding: 14px 5%;
  background-color: #fff;
}

.size_table tr th {
  width: 18.115942029%;
  color: #313131;
  background-color: #E5F9FF;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-right: 1px solid #313131;
}

.shop_list_each_inner {
  display: flex;
  flex-direction: column;
  height: auto;
}

.go_detail {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 20px;
  min-width: 140px;
  height: 22px;
  background-color: #64D1DE;
  border-radius: 13px;
  padding: 0 25px 0 17px;
}

.go_detail_a {
  color: #fff;
  position: relative;
}

.go_detail_a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.go_detail_a::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
  position: absolute;
  top: calc(50% + 2px);
  right: 7%;
  transform: translateY(-50%);
}

.shop_list_underline {
  margin-top: 20%;
}

.shop_list_each .shop_img {
  background-color: #fff;
  border: 1px solid #a6998f;
}


/* shop ここまで */


/* food */

.food_list .shop_list_each .go_detail {
  background-color: #F7B910;
}

.child_support_table {
  font-size: min(1.2rem, 0.833333333vw);
  color: #313131;
}

.child_support_table {
  display: flex;
  width: 100%;
}

.child_support_table_td, .child_support_table_th {
  border: 1px solid #313131;
  padding: 11px 5px;
}

.child_support_table_td {
  background-color: #fff;
  border-top: none;
}

.child_support_table_td, .child_support_table_th {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: none;
}

.child_support_table {
  border-left: 1px solid #313131;
}

.child_support_table_tr {
  width: 16.66666667%;
}

.child_support_table_td {
  padding: 14px 5px;
}

.child_support_table_th {
  background-color: #FFF8DE;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 1280px) {
  .child_support_table_th {
    white-space: normal;
  }
}

/* food ここまで */
