:root {
    --color-brown01: #F7F5EF;
    --color-brown02: #E8E4D3;
    --color-brown02b: #A58D5E;
    --color-brown03: #715A2D;
    --color-brown04: #3C2D09;
    --color-red01: #DC0800;
}

html {
	color: #000;
	background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
table,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: normal;
	font-weight: normal;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6em;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

abbr {
	cursor: help;
}

label {
	cursor: pointer;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}

/* Setting
------------------------------------------------------------------------*/

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

th,
td {
	border: 1px solid #999;
	padding: .5em 0.2em;
}

th {
	font-weight: bold;
	text-align: center;
}

caption {
	padding-bottom: .5em;
	text-align: right;
}

dfn {
	font-style: normal;
}

address {
	font-style: normal;
	line-height: 1.0;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* add
------------------------------------------------------------------------*/
.mb0 {
	margin-bottom: 0px;
}

.mb05 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mt05 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

#content .w5 {
	width: 5%;
}

#content .w10 {
	width: 10%;
}

#content .w15 {
	width: 15%;
}

#content .w20 {
	width: 20%;
}

#content .w25 {
	width: 25%;
}

#content .w30 {
	width: 30%;
}

#content .w33 {
	width: 33%;
}

#content .w35 {
	width: 35%;
}

#content .w40 {
	width: 40%;
}

#content .w45 {
	width: 45%;
}

#content .w50 {
	width: 50%;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
	font-size: 16px;
	-webkit-text-size-adjust: none;
}

img {
	width: 100%;
    height: auto;
	vertical-align: bottom;
}

a {
	color: inherit;
}

a:hover,
a:active {
	color: inherit;
}


ul {
	list-style: none;
}


p {
	margin: 0 0 1.5em;
}

p,
dd,
td,
th,
li {
	line-height: 1.6em;
}

.btn_paseland_01 a,
.btn_paseland_02 a,
.txt_access_04 a,
.gnavi li a,
.btn_gmap a,
.gnavi_sp_box li a {
	text-decoration: none;
}



picture img{
  max-width: 100%;
  max-height: 100%;
}


/* add
------------------------------------------------------------------------*/

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

body {
	color: #333333;
	font-family: 'Meiryo', メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#wrapper {
	background: #fff;
	min-width: 980px;
	overflow: hidden;
}

.txt_about_cl_or {
	color: #f39508;
}

.txt_about_cl_red {
	color: #e60718;
}

.txt_about_cl_green {
	color: #007fcb
}

.txt_about_cl_green02 {
	color: #14a83b
}

.inner {
	width: 980px;
	margin: 0 auto;
}

.under-line {
	text-decoration: underline;
}

/*header*/
.wrap_header_pc_l {
    position: sticky;
    top: 0;
	z-index: 100;
    display: block;
    height: 195px;
}

.header_pc_l {
	position: relative;
    top: 0;
	left: 50%;
    transform: translateX(-50%);
	width: 100%;
	padding: 40px 0 0;
	background: rgb(255 255 255);

}

.header_pc_l img{
	width: 180px;
	display: block;
}
.header_pc {
	/* position: fixed;
    top: 139px;
    left: 50%;
    transform: translateX(-50%); */
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 30px;
	box-sizing: border-box;
	background: rgb(255 255 255);
}
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
.logo{
  margin: 0 auto;
}
.gnavi > ul{
	display: flex;
	justify-content: center;
	font-weight: bold;
	font-size: 16px;
}
.gnavi > ul > li{
	padding: 0 24px;
	width: fit-content;
	border-left: 1px solid;
}
.gnavi > ul > li:last-child{
	border-right: 1px solid;
}
.gnavi > ul > li > a.ico_lang{
	position: relative;
	padding-left: 24px;
}
.gnavi > ul > li > a.ico_lang::before{
	position: absolute;
	content: "";
	background: url(/images/mamakai/beruberu-park/language.svg) no-repeat;
	width: 24px;
	height: 24px;
	background-size: contain;
	top: 0;
	left: -5px;
}
.gnavi li a {
	color: #333;
	white-space: nowrap;
}

.slider {
  margin: 0 auto 70px;
}

.slider img {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.mv img {
	width: 100%;
	height: auto;
}

.title_00 {
	font-size: 30px;
    font-weight: bold;
    margin: 50px auto 30px;
    position: relative;
    padding-left: 30px;
	text-align: center;
}
#beruberuHome .title_00{
	margin: 50px auto 0;
}
#main .title_00.f-green {
	width: auto;
	border-top: none;
	border-bottom: none;
	background-color: inherit;
}
#beruberuHome .h1{
		font-size: 30px;
    font-weight: bold;
    margin: 0 auto 30px;
    text-align: center;
}
.about {
	position: relative;
	box-sizing: border-box;
	left: 50%;
	transform: translateX(-50%);
	padding-bottom: 110px;
}

.about:before {
	position: absolute;
	content: "";
	background: url(../../../../images/shop/yokohama_kannai/paseland/img_paseland_03.png) no-repeat;
	width: 405px;
	height: 185px;
	top: 0;
	right: calc(50% + 405px);
}

.about:after {
	position: absolute;
	content: "";
	background: url(../../../../images/shop/yokohama_kannai/paseland/img_paseland_04.png) no-repeat;
	width: 405px;
	height: 185px;
	top: 0;
	left: calc(50% + 405px);
}

.about_box02 {
	margin-bottom: 30px;
	text-align: center;
	box-sizing: border-box;
}

.txt_about01 {
	font-size: 14px;
	margin-bottom: 23px;
	line-height: 1.5;
	text-align: center;
}

.about_box02 {
	margin-bottom: 30px;
}

.txt_about_sub {
	font-size: 20px;
	font-weight: bold;
}

.btn_paseland_01 {
	width: 420px;
	margin: 0 auto;
}

.btn_paseland_01 a {
	font-size: 18px;
	color: #f3a023;
	position: relative;
	border: 3px solid #f3a023;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 17px 0;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	transition: all 0.5s;
}

.btn_paseland_01 a::before {
	position: absolute;
	content: "";
	top: calc(50% - 6px);
	right: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.5px 0 6.5px 9px;
	border-color: transparent transparent transparent #f3a023;
	transition: all 0.5s;
}
.menu_box01 .btn_paseland_01 a{
	    font-size: 16px;
    color: #f3a023;
    position: relative;
    border: 2px solid #f3a023;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 0;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.5s;
    font-weight: bold;
    line-height: 1.37;
}
.menu_box01 .btn_paseland_01 a::before {
    position: absolute;
    content: "";
    top: calc(50% - 6px);
    right: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #fff;
    transition: all 0.5s;
    z-index: 3;
}
.menu_box01 .btn_paseland_01 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 24px;
    height: 24px;
    background-color: #f3a023;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
@media screen and (min-width: 751px) {
  .btn_plarail{
    width: 80%;
  }

  .btn_plarail a{
    padding: 5px 0;
    font-size: 15px;
    border-radius: 12px;
    border: 2px solid #f3a023;
  }

  #footer_sp{
    display: none;
  }
}


.ttl_about_box02 {
	text-align: center;
	margin-bottom: 15px;
}

.txt_about02 {
	margin-bottom: 28px;
	line-height: 1.7em;
}

.menu {
	position: relative;
  padding-bottom: 70px;
}

.menu:before {
	position: absolute;
	content: "";
	background: url(../../../../images/shop/yokohama_kannai/paseland/img_paseland_09.png) repeat-x;
	width: 100%;
	height: 107px;
	top: 0;
	left: 0;
	z-index: 8;
}

.menu:after {
	position: absolute;
	content: "";
	background: url(../../../../images/shop/yokohama_kannai/paseland/img_paseland_10.png) no-repeat top center;
	width: 952px;
	height: 95px;
	top: 12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
}

.ttl_menu01 {
	position: relative;
	text-align: center;
	z-index: 12;
	top: 84px;
	padding-bottom: 60px;
}
.ttl_menu01 img,
.ttl_access img {
	max-width: 200px;
}

.ttl_price img {
	max-width: 250px;
}

.menu_box01 {
	position: relative;
	padding-top: 96px;
}

.menu_box01_l {
	width: 630px;
	float: left;
	box-sizing: border-box;
	margin-right: 30px;
	margin-bottom: 20px;
}

.menu_box01_l dt {
	width: 285px;
	float: left;
	margin-right: 25px;
}

.menu_box01_l dd {
	width: calc(100% - 310px);
	float: right;
	box-sizing: border-box;
}

.menu_box01_l dt img {
	width: 100%;
}

.ttl_menu {
	color: #007fcb;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 8px;
	position: relative;
	padding-left: 30px;
}

.ttl_menu:before {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	background: #007fcb;
	border-radius: 100%;
	top: calc(50% - 7px);
	left: 0;
}

.menu_box01_r {
	width: calc(100% - 660px);
	float: left;
}

.box_listmn {
	margin-bottom: 10px;
}

.ttl_menu_sub {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	border-bottom: 10px solid #f2838b;
	margin-bottom: 18px;
}

.ttl_menu_sub_gm {
    text-align: left;
    display: block;
    width: fit-content;
    margin-top: 40px;
}

.list_menu01 {
	float: left;
	width: 150px;
	padding-left: 15px;
	box-sizing: border-box;
}

.list_menu01 li {
	line-height: 1.95em;
	font-size: 14px;
	list-style-type: initial;
}

.list_menu01_one {
	margin-right: 20px;
}

.list_menu01_alcohol {
	width: 100%;
}

.ttl_menu_sub01 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.menu_note {
	margin-bottom: 0;
}

.txt_menu01 {
	width: 213px;
	height: 196px;
	border-radius: 50%;
	background: #f2838b;
	position: relative;
	right: 0;
	top: 0;
	margin-bottom: 0;
}

.txt_menu01:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 13px 20px 13px;
	border-color: transparent transparent #f2838b transparent;
	bottom: 0;
	left: 40px;
	transform: rotate(-30deg);
}

.txt_menu01 span {
	width: 100%;
	line-height: 1.5;
}

.menu_box_n {
	float: right;
}

.txt_menu_sub01 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	display: inline-block;
	width: 100%;
	padding-top: 56px;
}

.menu_img img {
	max-width: 158px;
}

.list_menu02 {
	padding: 0 10px;
	box-sizing: border-box;
}

.list_menu02 {
	text-align: center;
}

.ttl_menu02 {
	font-size: 16px;
	font-weight: bold;
	color: #623901;
	text-align: center;
	margin-bottom: 0;
	padding-top: 5px;
}

.menu_items dd {
	background: url(../../../../images/shop/yokohama_kannai/paseland/img_paseland_31.png) no-repeat 100% 100%;
	height: 62px;
}

.list_menu_price li {
	display: inline-block;
	text-align: center;
	width: 60%;
}

.list_menu_price li:nth-child(1) span {
	font-size: 12px;
	font-weight: bold;
	border-radius: 25px;
	text-align: center;
	margin-right: 4px;
	background: #623901;
	color: #fff;
	width: 32px;
	line-height: 25px;
	display: inline-block;
}

.list_menu_price li:nth-child(2) {
	width: 34%;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	color: #623901;
}

.list_menu_price li:nth-child(2) span {
	font-size: 12px;
	width: inherit;
}

/*access*/
.access {
	position: relative;
}

.access:before {
	position: absolute;
	content: "";
	background: url(../../../../images/shop/yokohama_kannai/paseland/img_paseland_09.png) repeat-x;
	width: 100%;
	height: 107px;
	top: 0;
	left: 0;
	z-index: 8;
}

.access:after {
	position: absolute;
	content: "";
	background: url(../../../../images/shop/yokohama_kannai/paseland/img_paseland_10.png) no-repeat top center;
	width: 952px;
	height: 95px;
	top: 12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
}

.ttl_access {
	position: relative;
	text-align: center;
	z-index: 12;
	top: 84px;
	margin-bottom: 142px;
}

.map_wrapper {
	text-align: center;
}

/*price*/
.price,
.storeInfo {
	position: relative;
	padding-bottom: 70px;
	box-sizing: border-box;
}

.price::before,
.storeInfo::before {
	position: absolute;
	content: "";
	background: url(../../../../images/shop/yokohama_kannai/paseland/img_paseland_19.png) repeat-x;
	width: 100%;
	height: 107px;
	top: 0;
	left: 0;
	z-index: 8;
}

.price::after,
.storeInfo::after {
	position: absolute;
	content: "";
	background: url(../../../../images/shop/yokohama_kannai/paseland/img_paseland_10.png) no-repeat top center;
	width: 952px;
	height: 95px;
	top: 12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
}

.ttl_price,
.ttl_storeInfo {
	position: relative;
	text-align: center;
	z-index: 12;
	top: 84px;
	padding-bottom: 142px;
}

.sec_ttl {
	color: #007fcb;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 8px;
	position: relative;
	padding-left: 30px;
}

.sec_ttl:before {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 100%;
	top: calc(50% - 7px);
	left: 0;
}

.f-green {
	color: #14a83b;
}
.f-green::before {
	background: #14a83b;
}
.f-blue {
	color: #007fcb;
}
.f-blue::before {
	background: #007fcb;
}

.charge_plan_txt02 {
	font-weight: normal;
	font-size: 14px;
}

.box_sp {
	display: none;
}

.box_pc {
	display: block;
}


/*---店内紹介---*/
.storeInfo_box {
	margin-bottom: 20px;
}
.flex_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_container > div {
	width: calc((100% / 3) - 10px);
}
.flex_container > div > img {
	width: 100%;
}
.txt_about04 {
	text-align: justify;
}

.ttl_dot {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 4px dotted #F19520;
	margin-bottom: 10px;
	padding: 10px 0;
}
.bg_golden {
    background: #ee9e04;
}
.txt_white {
    color: #fff;
}
.fwb {
    font-weight: bold;
}

.bg_yellow {
    background: #ffeb8f;
}

.bg_darkyellow {
    background: #fadb7d;
}
.bg_grey {
    background: #ededed;
}
.bg_orange {
    background: #f66d22;
}
.price section {
    margin-top: 20px;
	/* margin-bottom: 90px; */
}
.bg_lightblack {
    background: #555;
}

.bg_gray {
    background: #ccc !important;
}
.fs16 {
    font-size: 16px;
}
.fs12 {
    font-size: 12px;
}
.price .ttl_price{margin-bottom: 80px;padding-bottom: 80px;}

.price .inner_price{
	max-width: 732px;
	margin: auto;
}
.price .name_plan{
	background: #15A93A;
	color: #fff;
	border-radius: 15px;
	text-align: center;
	width: 140px;
	margin: 0 auto 5px;
	line-height: 1.5;
	padding: 5px 0;
	font-weight: bold;
	font-size: 14px;
}

.price .basiccharge{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin: 0;
}
.price .sub_basiccharge{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin: 0 auto 20px;
}
.price .sub_plan-ttl{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin: 0 auto 20px;
}
.price .box_pricelist{
	margin-bottom: 10px;
}
.price .box_pricelist table {
	width: 100%;
	vertical-align: middle;
}
.bx_price_image {
	display: grid;
    justify-content: center;
    grid-template-columns: 1fr 60px 1fr;
    align-items: center;
	.priice_ico_plus {
		margin-bottom: 0;
	 &::before, &::after {
			border-radius: 30px;
			background-color: #f3a023;
		}
	}
}
.tbl_price {
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.tbl_price .tbl_area {
	width: 30%;
}
.tbl_price .tbl_week {
	width: 15%;
}
.bg_gr {
	background: #15A93A;
	color: #fff;
	border: 1px solid #fff;
}
.bg_yel {
	background: #F29608;
	color: #fff;
	border: 1px solid #fff;
}
.tbl_price tr:first-child th {
	border-top: 1px solid #15A93A;
}
.tbl_price tr:first-child .bg_gr:first-child {
	border-left: 1px solid #15A93A;
}
.tbl_price tr:first-child .bg_gr:last-child {
	border-right: 1px solid #15A93A;
}
.tbl_price tr:nth-child(2) .bg_gr:last-child {
	border-right: 1px solid #15A93A;
}
.wrap_price02 .tbl_price tr:first-child th {
	border-top: 1px solid #F29608;
}
.tbl_price tr:first-child .bg_yel:first-child {
	border-left: 1px solid #F29608;
}
.tbl_price tr:first-child .bg_yel:last-child {
	border-right: 1px solid #F29608;
}
.tbl_price tr:nth-child(2) .bg_yel:last-child {
	border-right: 1px solid #F29608;
}
.wrap_price02:not(:last-child) {
	margin-bottom: 60px;
}
.tabel_wrap table {
	width: 100%;
	margin: 40px auto 15px;
  border-radius: 0;
	/* border: solid 1px #999; */
}
.table_ttl.bg_brown03 {
	background: var(--color-brown03);
}
.table_ttl.tbl_area.bg_brown03 {
	width: 25%;
}
.price .p_hosoku,
.cta_wrap .p_hosoku,
.businesshours .p_hosoku,
.txt_tax{
	font-size: 10px;
}
.p_hosoku.namba_txt{
	font-size: 16px;
}
.p_hosoku.namba_txt a{
	color: #F29608;
}
.price .wrap_price01{
	margin-bottom: 60px;
}
.price .wrap_price01 .txt_intro.red {
	text-align: center;
}
.desc_basiccharge{
	font-size: 14px;
	text-align: left;
	margin-bottom: 20px;
	line-height: 1.71;
}
.price .wrap_price02 .name_plan,
.price .wrap_price02 .pricelist.dl01{
	background: #F29608;
}
.table_drink.col_three.table_upgrade {
	border:none;
}
.table_drink.col_three.table_upgrade th,
.table_drink.col_three.table_upgrade td {
	border: solid 1px var(--color-brown04);
}
#price .table_drink.col_three th,
#price .table_drink.col_three td {
	border-bottom: none;
	border-right: none;
  padding:10px 5px;
}
#price .tabel_wrap table tr:last-of-type td:first-of-type:not(.no_toptd),#price .tabel_wrap table td.rowspanend{
	border-right: none;
	border-radius: 0 0 0 0px;
}

#price .tabel_wrap table td.rowspanend{
	border-bottom: solid 1px #000;
  width: 34.5%;
}

#price .tabel_wrap table tr td:last-of-type {
	border-radius: 0 0 0 0;
}

#price .tabel_wrap table tr td.td_noend{
	border-radius: 0;
}

#price .tabel_wrap table tr:last-of-type td {
	border-bottom: 1px solid var(--color-brown04);
}
@media screen and (max-width: 750px) {
	.price .wrap_price01{
		margin-bottom: 30px;
	}
	.price .name_plan{
		font-size: 12px;
	}
	.tabel_wrap table td {
		font-size: 12px;
	}
	.tbl_price tr th:first-child {
	width: 28%;
	font-size: 14px;
}
}
/*end add price*/


.wrap_gm {
		display: grid;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
		& .gm_img_box{

			& img{
			height: 244px;
    	object-fit: cover;
			@media (min-width: 751px){
			height: 339px;
			}
		}}}
.menu_box01 section + section{
margin-top: 60px;
}
.menu_box01 #kidsmenu{
	position: relative;
}
.menu_box01 #kidsmenu .menu_img{
	position: absolute;
	top: 0;
	right: 140px;
}
.menu_box01 #kidsmenu .menu_img_txt {
		width: 213px;
    height: 196px;
    border-radius: 50%;
    background: #f2838b;
    position: absolute;
    top: -90px;
    right: -50px;
    margin-bottom: 0;
    transform: translate(50%, -50%);
}

.menu_box01 #kidsmenu .menu_img_txt:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 13px 20px 13px;
	border-color: transparent transparent #f2838b transparent;
	bottom: 0;
	left: 40px;
	transform: rotate(-30deg);
}

.menu_box01 #kidsmenu .menu_img_txt span {
		width: 100%;
    line-height: 1.5;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding-top: 56px;
}

.gm_txt_box .btn_paseland_01 {
	margin: 60px 0 0;
}

@media screen and (min-width: 751px){
	.gm_txt_box{
		margin-left: 20px;
	}
}

@media screen and (max-width: 768px) {
	img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}

	.box_sp {
		display: block;
	}

	.box_pc {
		display: none;
	}
	.wrap_header_pc_l,
	.header_pc_l{
		display: none;
	}
	#wrapper {
		width: 100%;
		box-sizing: border-box;
		margin: 0 auto;
		overflow: hidden;
		/* min-width: inherit; */
	}

	.inner {
		width: 100%;
		padding: 0 4%;
		box-sizing: border-box;
		margin: 20px auto;
		display: block;
	}

	.title_00 {
		display: block;
		font-size: 24px;
		margin: 30px auto;
		padding: 0 4%;
		box-sizing: border-box;
	}
#beruberuHome .h1{
		font-size: 24px;
}
	.about {
		background: none;
		left: 0;
		transform: none;
		padding-bottom: 0;
	}

	.menu_box01_l {
		width: 100%;
		margin-right: 0;
	}

	.menu_box01_l dt {
		width: 34%;
		float: none;
		margin-right: 0;
		margin-bottom: 12%;
	}

	.menu_box01_l dd {
		width: 100%;
		float: none;
	}

	.list_menu01 {
		width: 49%;
	}

	.list_menu01_one {
		margin-right: 2%;
	}

	.list_menu02 {
		padding: 0;
	}

	.btn_paseland_01,
	.btn_paseland_02 {
		width: 100%;
	}

	.btn_paseland_01 a,
	.btn_paseland_02 a{
		width: 100%;
		font-size: 4vw;
	}

  .btn_plarail a{
    margin-bottom: 23px;
    padding: 17px 0;
	}

	.menu:before {
		content: none;
		top: 0;
	}

	.menu:after {
		content: none;
		top: 0;
	}

	.menu:before {
		content: none;
	}

	.ttl_menu01 {
		top: 0;
		padding-bottom: 4%;
		position: inherit;
	}

	.ttl_menu01 img,
	.ttl_price img,
	.ttl_access img {
		max-width: 100%;
	}

	.menu_box01 {
		padding: 0;
	}

	.ttl_menu01.box_sp img {
		width: 100%;
	}

	.price {
		padding-bottom: 0;
	}

	.price:before {
		content: none
	}

	.price:after {
		content: none
	}

	.price .ttl_price {
		top: 0;
		padding-bottom: 4%;
		margin-bottom: 0;
	}

	.access:before {
		content: none;
	}

	.access:after {
		content: none;
	}

	.ttl_access {
		top: 0;
		padding-bottom: 4%;
	}

	.menu_box_n .txt_menu01 {
		display: none;
	}

	.menu_img{
		margin-bottom: 0;
	}

	.menu_img img {
		display: none;
	}

	.menu_img_txt{
		position: absolute;
		top: 6vw;
		right: calc(50% - 38vw);
		z-index: 1;
		text-align: center;
		font-size: 3vw;
		font-weight: bold;
		line-height: 1.8;
		color: #fff;
	}

	.menu_box01_r {
		width: 100%;
		float: none;
		position: relative;
	}

	.menu_box01_r:before {
		position: absolute;
		content: "";
		background: url("/images/mamakai/beruberu-park/img_paseland_13_sp.webp") no-repeat;
		width: 49vw;
		height: 43vw;
		top: 0;
		right: 0;
		background-size: 100% auto;
	}

	.ttl_price_sub,
	.frame_box_txt02 span,
	.ttl_menu_sub {
		font-size: 4vw;
	}

	.ttl_menu_sub_gm {
	}

	.ttl_access_sub,
	.ttl_price01,
	.ttl_menu,
	.sec_ttl {
		font-size: 5vw;
	}
	.ttl_dot {
		font-size: 4vw;
	}

	.txt_about01 {
		font-size: 3.5vw;
		width: 100%;
    text-align: left;
	}
  .txt_about01 + .txt_about01{
    margin-top: 20px;
  }

	.txt_about_sub {
		font-size: 4vw;
	}

	.charge_plan_txt02 {
		font-size: 3vw;
	}
	.slider {
		margin: 68px auto 30px;
	}

	.slider img {
		width: 100%;
	}

	.gnavi {
		display: none;
	}

	.header_pc {
		display: none;
	}

	header {
		box-sizing: border-box;
	}

	.header_sp {
		width: 100%;
		position: fixed;
		box-sizing: border-box;
		display: flex!important;
		justify-content: space-between;
		align-items: center;
		z-index: 100;
		padding: 2% 2%;
		background: #fff;
	}

	.logo_sp {
		box-sizing: border-box;
		margin-bottom: 0;
		padding-right: 5px;
		width: 150px;
		height: auto;
		padding-left: 10px;
	}

	.logo_sp img {
		width: 100%;
		height: 50px;
		margin: 0;
	}
	.list_menubtn {
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
	}

  .list_menubtn > li{
    margin-right: 6px;
  }

  .list_menubtn > li:last-child{
    margin-right: 0;
  }

	.list_menubtn > .btn_header_sp {
		width: 50px;
	}
  .list_menubtn img{
    max-width: 100%;
    max-height: 100%;
  }

	.gnavi_menu .menu_hidden {
		display: none;
	}

	.gnavi_menu .menu_hidden {
		display: none;
	}

	.gnavi_menu.open .menu_show {
		display: none;
	}

	.gnavi_menu.open .menu_hidden {
		display: block;
	}

	#gnavi_sp {
		opacity: 0;
		visibility: hidden;
		transition: 0.3s all;
		padding: 0 2%;
		box-sizing: border-box;
		background: #18a63e;
		height: 0;
		position: fixed;
		left: 0;
		width: 100%;
		z-index: 90;
		top: 73px;
	}

	#gnavi_sp.open {
		opacity: 1;
		visibility: visible;
		height: calc(100vh - 73px);
		overflow: auto;
	}

	.gnavi_sp_box {
		background: #fff;
		border-radius: 14px;
		margin-top: 2%;
		padding: 4%;
		box-sizing: border-box;
	}

	.btn_close {
		margin-bottom: 0;
		text-align: center;
	}

	.gnavi_sp_box li a {
		font-size: 16px;
		color: #363636;
		display: block;
		border-bottom: 2px solid #18a63e;
		padding-bottom: 2%;
		padding-left: 30px;
	}

	.gnavi_sp_box li {
		padding: 2% 0;
		box-sizing: border-box;
		position: relative;
	}

	.gnavi_sp_box li:before {
		position: absolute;
		content: "";
		background: url("../../../../images/shop/yokohama_kannai/paseland/paseland_menu05.png") no-repeat;
		top: calc(50% - 15px);
		right: 0;
		width: 17px;
		height: 27px;
		-webkit-background-size: 50% auto;
		background-size: 50% auto;
	}

	.gnavi_sp_box li:after {
		position: absolute;
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 100%;
		top: calc(50% - 10px);
		left: 10px;
		background: #e6131e;
	}

	.gnavi_sp_box li:nth-child(2n):after {
		background: #007eca;
	}

	.gnavi_sp_box li:nth-child(3n):after {
		background: #1ca63e;
	}

	.gnavi_sp_box ul {
		margin-bottom: 4%;
	}

	.slider img {
		margin-bottom: 10px;
	}

	.txt_about02 {
		margin-bottom: 0;
	}

	.list_menu01 {
		padding-left: 4%;
		box-sizing: border-box;
		margin-bottom: 0;
	}

	.ttl_menu_sub01 {
		font-size: 4vw;
		margin-bottom: 0;
	}

	.list_menu01 li {
		font-size: 3.5vw;
	}

	.list_menu01_alcohol {
		width: 100% !important;
	}

	.menu_note {
		font-size: 3.5vw;
	}

	.storeInfo_box {
		margin-bottom: 40px;
	}
	.flex_container {
		flex-direction: column;
	}
	.flex_container > div {
		width: 100%;
	}
	.sec_cta {
		width: 100%;
		flex-direction: column;
		margin: 20px auto;
	}
	.cta_ttl {
		font-size: 5vw;
	}
	.cta_ttl::before, .cta_ttl::after {
		width: 7%;
	}
	.cta_ttl::before {
		left: -5px;
	}
	.cta_ttl::after {
		right: -5px;
	}
	.tel_btn a {
		background: #32ae69;
		border: 2px solid #5aca8b;
		color: #fff;
		margin: 10px 0;
	}
	.tel_btn a::after {
		content: '';
		width: 35px;
		height: 35px;
		position: absolute;
		top: 25%;
		left: 25px;
		background-image: url("../../../../images/shop/yokohama_kannai/paseland/icon_telw.png");
	}
	.storeInfo_box{
		margin-bottom: 0;
	}

	.wrap_gm {
		grid-template-columns: 1fr;
	}

	.gm_img_box {
		margin-bottom: 20px;
	}

	.gm_txt_box .btn_paseland_01 {
		margin-top: 20px;
	}
}

/*お子様料金表*/
.orange{
	color: #f09514;
	font-size: 30px !important;
  font-weight: bold;
}

/*------------------------------
        modal
-------------------------------*/
.modal-overlay {
  align-items: center;
  background: rgba(0,0,0,.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.modal-container {
  background-color: #fff;
  max-height: 100vh;
  max-width: 500px;
  overflow-y: auto;
  padding: 30px;
  width: 80%;
}

.modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.modal-close {
	position: relative;
	float: right;
	width: 30px;
	height: 30px;
	background: transparent;
}

.modal-container .modal-close::before,
.modal-container .modal-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 30px;
	background: #333;
}

.modal-container .modal-close::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.modal-container .modal-close::after {
	transform: translate(-50%,-50%) rotate(-45deg);
  }

.modal-content {
  line-height: 1.5;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.modal-open {
  display: block;
}

.box01 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}

.box02 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal-overlay {
  animation: mmfadeIn .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal-container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-overlay {
  animation: mmfadeOut .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

@media screen and (max-width: 750px){
	.comparison_chart tr:first-of-type .col2 img{
		width: 80%;
	}
	.modal_container{
		width: 80%;
		min-width: auto;
	}
	.modal_content .modaL_ttl,
	.modal_content .close_btn{
		font-size: 14px;
	}
	.modal_content .list{
		grid-template-columns: 1fr 1fr;
		gap: 15px 10px;
	}
	.modal_content .list li{
		height: 40px;
	}
	.modal_content .list li a{
		font-size: 12px;
		line-height: 17px;
		padding: 0 5px;
	}
	.comparison_chart_ct{
		width: 100%;
	}
	.comparison_chart_ttl{
		font-size: 18px;
		margin-top: 40px;
	}
	.comparison_chart_ttl span{
		font-size: 14px;
	}
	.comparison_chart_aside{
		font-size: 14px;
	}
	.comparison_chart .col1{
		font-size: 12px;
	}
	.comparison_chart .col2,
	.comparison_chart .col3{
		font-size: 12px;
	}
	.comparison_chart .aside{
		font-size: 10px;
	}
	.comparison_chart .col1{
		width: 25%;
	}
	.comparison_chart .col2{
		width: 45%;
	}
	.comparison_chart .col3{
		width: 30%;
	}
}
.beruberu_park .btn_reserve{
	margin: 30px auto 10px;
}
.sub_p{
	margin: 0;
}
.sub_p.center:first-of-type {
	margin-bottom: 5px;
	color: #f39508;
}
@media screen and (max-width: 750px){
	.orange{
		font-size: 18px !important;
	}
	.main_container{
		border: none;
		padding: 0;
	}
	.price_exa{
		margin-top: 10px;
	}
	.menu_bnr>.charge_plan_ttl02{
		font-size: 16px;
	}
	.sub_txt_price{
		display: inline-block;
		width: 100%;
		font-size: 3.5vw;
		text-align: left;
		line-height: 1.5;
	}
	.menu_box01_r{
		height: 43vw;
	}

}

@media screen and (min-width: 751px){
	 .header_sp_price{
		display:none !important;
	 }
	 .charge_plan p.text_01{
		 margin-left: 40px!important;
	 }
	 .box_ie_top{
		margin-bottom: 15px;
	 }
	 .box_listmn{
		min-width: 350px;
	 }
	 .list_menu01 + .list_menu01{
		width: 180px;
	 }
	 #price .box_02 img{
		width: 80%;
		height: auto;
	}
	.sub_txt_price{
		display: inline-block;
	    width: 80%;
	    text-align: left;
	}
	.t02{
	  font-size: 28px;
	}

}

.printcake ul>li {
	display: inline-block;
	margin: 30px 15px 0;
}

.content_inner{
	padding-top: 0!important;
}

#course p{
	margin: 0;
}

#course a:not(.wrap_contents *) {
    color: #F60!important;
}
#course a.btn_aco.open{
	color: #fff !important;
}
#course .list_contents_course_l>.half_pc>.inner {
	margin-bottom: 10px!important;
}
body .list_contents_course_l > .half_pc > .inner{
	width:auto;
}
span.inner{
	color: #fff!important;
}
.orange span.inner{
	color: #e35f2c!important;
}
.babycar span.inner{
	color: #ff8194!important;
}

.kids_h2 {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
	box-shadow: 5px 5px rgb(180 180 180 / 10%);
	padding: 5px 0px;
	width: 100%;
	text-indent: 20px;
	margin-bottom: 20px;
	background: #57b8e1;
}
.list_meal_03 img{
  height: 100%;
}

#footer_pc, #footer_sp{
  padding: 20px 0 0;
  background: #14a83b;
  color: #fff;
}
#footer_pc > * {
	margin: auto;
	max-width: 1000px;
}
#footer_pc > h2 {
	margin-bottom: 30px;
	padding: 5px 15px;
	border-radius: 6px;
	width: 970px;
	background: #ffffff;
	font-size: 14px;
	font-weight: bold;
	color: #14a83b;
}

#footer_pc .list_footer {
	margin: 0 auto;
	width: 970px;
	font-size: 0;
}

#footer_pc .list_footer > li {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	width: 130px;
	font-size: 12px;
}

#footer_pc .list_footer > li > a {
	display: block;
	text-decoration: none;
	color: #fff;
}

#footer_pc .list_footer figure{
  margin: 0 auto;
}

#footer_pc .list_footer > li > a img {
	width: 100%;
	height: auto;
}

#footer_pc .list_footer > li p {
	font-size: 11px !important;
	text-align: center;
}

#footer_pc .ttl_shop_footer {
	margin: 5px 0 10px;
	text-align: center;
	font-weight: bold;
}

.nav_footer_02 > figcaption {
	margin: 0;
	background: #ffffff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	color: #14a83b;
}

.nav_footer_02 > ul {
	margin: 0 0 20px;
}

#footer_sp figure{
  margin: 0 auto;
}

#footer_sp .nav_footer_01 > li, #footer_sp .nav_footer_02 > ul > li {
	display: table;
  border-bottom: solid 1px #808080;
	width: 100%;
}

#footer_sp .nav_footer_02 > ul > li > a {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	height: 52px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
  color: #fff;
}

#footer_sp .nav_footer_01 > li > a::after, #footer_sp .nav_footer_02 > ul > li > a::after {
	content: "";
	position: absolute;
	right: 10px;
	display: inline-block;
}

.nav_footer_02 > ul > li > a[target="_blank"]::after {
	top: 18px;
	width: 19px;
	height: 17px;
	background: url(/images/common/icon_link_wh.svg) center no-repeat;
}

.shopstyle_footer {
	display: block;
	font-size: 12px;
}

.btn_reserve{
  margin: 50px auto;
}
#price {
	background: #fff;
}
#price .box_title {
	text-align: center;
}
#price .box_title .sec_ttl {
	text-align: left;
}
.box_02 > .price_container {
  display: grid;
  column-gap: 30px;
}
.price_inner {
  display: grid;
  grid-template: 60px 1fr 1fr 1fr / 45% auto;
  margin-bottom: 30px;
  border: 3px solid #14A83B;
  border-radius: 16px;
}
.price_inner_holiday {
  border: 3px solid #F29507;
  border-radius: 12px;
}
.price_weekday {
  display: grid;
  align-items: center;
  grid-area: 1 / 1 / 2 / 3;
  margin-bottom: 0;
  background: #14A83B;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  border-radius: 12px 12px 0 0;
}
.price_inner_holiday .price_weekday {
  background: #F29507;
  border-radius: 6px 6px 0 0;
}
.price_time {
	display: flex;
	flex-direction: column;
	width: 100%;
	grid-column: 1/3;
}
.price_time_inner{
	width: 100%;
	display: flex;
    justify-content: space-between;
}
.price_txt_red {
	display: flex;
}
.price_time_inner_1col{
	justify-content: center;
    text-align: center;
}

.price_time .price_cap{
	padding-top: 0;
}

p.thirty_min {
  position: relative;
}
p.thirty_min::before {
  position: absolute;
  top: 10px;
  left: 65px;
  content: "※";
  width: 12px;
  height: 12px;
  font-size: 12px;
}
.price_txt_red {
  color: #E50113;
}
.price_time .price_small {
    font-size: 15px;
}

.price_txt_red span.yen {
  padding-top: 1px;
  font-size: 16px;
}
.price_txt_red span.tax {
  color: #333;
  font-size: 12px;
  text-align: left;
}
.price_option {
  margin-bottom: 20px;
  background: #FBF4D9;
  border-radius: 12px;
}
.price_option li {
  position: relative;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #E50113;
  text-align: center;
  line-height: 1.4;
}
.price_option li span {
  display: block;
  font-size: 12px;
  color: #333;
}
.price_option li::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 3px;
  border-bottom: 3px dotted #F29507;
}
.price_note {
  display: grid;
  grid-auto-flow: row;
  margin-bottom: 40px;
}
.price_note li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  text-indent: 1.5em;
}
.price_note li::before {
  position: absolute;
  left: -1em;
  content: "※";
  width: 12px;
  height: 12px;
}
.shop {
	margin-bottom: 40px;
}
.shop li a {
	display: block;
	position: relative;
	text-align: center;
  padding: 10px 20px;
  background: #007fcd;
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 2px;
  border-radius: 8px;
}
.shop li a::before {
  position: absolute;
  content: "";
  top: calc(50% - 6px);
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 9px;
  border-color: transparent transparent transparent #fff;
  transition: all 0.5s;
	transform: rotate(90deg);
}
.shop_list {
	margin-bottom: 40px;
}
.shop_list .tel{
	color: #333;
}
.shop_info {
	border: 5px solid #007fcd;
	border-radius: 22px;
	padding: 20px;
}
.frame_green{
	border: 5px solid #15A93A;
}
.shop_name {
	font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.shop_name .fs_14 {
	margin-left: 0.5em;
	font-size: 14px;
  line-height: 1.6em;
  display: block;
}
.shop_note {
	color: #E60718;
}
.shop_note.fs_14{
    font-size: 14px;
}
.map_wrapper {
	margin-bottom: 10px;
}
.map_wrapper iframe {
	width: 100%;
}

.shop_descs dl{
  margin-bottom:15px;
}
.shop_descs dt{
  font-weight: bold;
  margin-bottom:3px;
}
.shop_descs dd{
  padding:0;
  word-break: auto-phrase;
}
.shop_list .shop_descs .btn_reserve, .shop_list .shop_descs .btn_shop, .shop_list .shop_descs .btn_shop_page {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

.shop_list .btn_shop_page {
	position: relative;
	display: grid;
    justify-content: center;
    align-items: center;
	margin: 0 auto 20px;
	text-align: center;
    border: 3px solid #E19C16;
	border-radius: 5px;
	background: #fff;
	color: #E19C16;
    text-decoration: none;
	text-align: center;
    line-height: 1.5;
	font-size: 14px;
    font-weight: normal;
    font-family: sans-serif;
}

.shop_list .btn_shop_page:before {
	position: absolute;
    content: "";
    top: calc(50% - 4px);
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #fff;
    transition: all 0.5s;
    z-index: 3;
}

.shop_list .btn_shop_page:after {
	content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 16px;
    height: 16px;
    background-color: #f3a023;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.shop_list .btn_reserve{
	width: 100%;
}

.shop_list .btn_reserve::after{
	top: calc(50% - 8px);
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
}

.shop_list .btn_reserve{
	margin: 0;
}

.shop_list .btn_reserve>.inner,.shop_list .btn_shop>.inner{
	font-size: 14px;
	height: 40px;
	box-sizing: border-box;
	line-height: 1.5;
	margin: 0;
}

@media screen and (max-width: 750px) {
	.ttl_access {
		margin-bottom: 0;
	}
	.price_tab_content_01 .txt_price_01 {
	  font-size: 15px;
	  font-weight: bold;
	}
	.shop li {
		width: 76%;
		margin: 0 auto 30px;
	}
	.shop li a {
		padding: 22px;
	}
	.shop_info {
		margin-bottom: 30px;
	}
  .shop_descs dd{
    padding-left:10px;
  }
	.shop_list .btn_reserve{
		width: 100%!important;
	}
	.price_time{
		width: unset;
		padding: 0 16px;
	}
	.price_time .price_cap{
		text-align: left;
	}
}
@media screen and (min-width: 769px) {
	.box_02 > .price_container {
		grid-template-columns: repeat(2,1fr);
	}
	.price_inner {
    display: grid;
    grid-template: 60px 1fr 1fr 1fr / repeat(2, 1fr);
    margin-bottom: 30px;
    border-radius: 16px;
	}
	.price_weekday {
    font-size: 30px;
	}
	.price_time .price_small{
	font-size: 20px;
	}
	p.thirty_min::before {
    top: 5px;
    left: 90px;
	}
	.price_txt_red p {
    grid-template-columns: auto auto 45%;
	}
	.price_txt_red span.yen {
    padding-top: 3px;
    font-size: 20px;
	}
	.price_option {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
	}
	.price_option li {
    font-size: 20px;
	}
	.price_option li::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    width: 3px;
    height: 60%;
    border-right: 3px dotted #F29507;
    border-bottom: none;
	}
	.shop {
		display: flex;
		justify-content: center;
	}
	.shop li {
		width: 20%;
		margin-right: 20px;
	}
	.shop li:nth-child(3) {
		margin-right: 0;
	}
	.shop_list {
		display: grid;
		grid-template-columns: repeat(3, [ col-start ] minmax(220px, 1fr) [ col-end ]);
		justify-content: center;
		flex-wrap: wrap;
		gap: 40px;
	}
	.shop_info {
		width: calc(100% - 40px);
	}
	.shop_info:nth-of-type(n+4) {
		margin-top: 20px;
	}
	.shop_list .btn_shop_page:before {
		top: calc(50% - 5px);
        right: 18px;
        border-width: 5px 0 5px 5px;
	}
	.shop_list .btn_shop_page:after {
		right: 14px;
	}
}

.bnr_area a {
	display: block;
	margin: 40px auto 0;
	text-align: center;
}

.btn_shop, .btn01{
    display: table;
    width: calc(100% - 80px);
    text-align: center;
    border: 3px solid #167ae1;
    /* text-transform: uppercase; */
    text-decoration: none;
    line-height: 1.1;
    font-weight: normal;
    font-family: sans-serif;
    color: #FFFFFF;
    background-color: #1753e1;
    background-image: -webkit-linear-gradient(top, #177be6 0%, #4c8fd4 48%, #17a0e1 49%, #1779e1 82%, #2b5de9 100%);
    background-image: -moz-linear-gradient(top, #177be6 0%, #4c8fd4 48%, #17a0e1 49%, #1779e1 82%, #2b5de9 100%);
    background-image: -o-linear-gradient(top, #177be6 0%, #4c8fd4 48%, #17a0e1 49%, #1779e1 82%, #2b5de9 100%);
    background-image: linear-gradient(top, #177be6 0%, #4c8fd4 48%, #17a0e1 49%, #1779e1 82%, #2b5de9 100%);
    -webkit-box-shadow: inset 0 0 10px 5px #5770ea;
    -moz-box-shadow: inset 0 0 10px 5px #5770ea;
    box-shadow: inset 0 0 10px 5px #5770ea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    color: #fff !important;
    text-decoration: none !important;
    margin: 30px auto;
	position: relative;
}

.btn_shop::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    right: 15px;
	width: 14px;
    height: 14px;
    background: url(/images/common/cursor01.png) center / contain;
	background-repeat: no-repeat;
}


/*topics*/
.content{
	margin-top: 60px;
	padding: 0;
	width: 980px;
}

.hot_news{
	margin-top: 60px;

}

.topics_index{
	width: 100%;
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(4, 25%);
	/* flex-wrap: wrap; */
	gap: 60px;
	margin-bottom: 60px;
}
.topics_index img{
	height: auto;
    width: 200px;
	aspect-ratio: 1 / 1;
}
.topic_detail{
	width: 200px;
    /* height: 311px;
	margin-right: 60px;
	margin-bottom: 60px; */
}

.topic_detail:nth-of-type(4n){
	margin-right:0;
}

.topic_detail > a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #222;
	vertical-align:top;
	height: 100%;
	width: 100%;
}
.topic_detail .title{
	font-weight: bold;
	margin: 10px 0;
  height: 35px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.topic_detail .more_more{
	position: relative;
  margin: auto;
	width: 163px;
	box-sizing: border-box;
	bottom: 0;
	right: 5px;
	padding: 2px 10px;
	border: 2px solid #007FCD;
	border-radius: 4px;
	background-color: #FFF;
	text-align: center;
	color: #007FCD;
	font-size: 12px;
	margin-bottom: 0;
}

.topic_detail .more_more::after{
	content: "▶";
	position: absolute;
	right: 5px;
}

.topic_detail p{
	font-size: 12px;
}
.news_text {
	height: auto !important;
}
.news_text p span.style1 {
		display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
    background: #ee3706;
    font-size: 10px;
    color: #fff;
    vertical-align: middle;
    padding: 3px 12px;
    text-align: center;
    margin-right: 10px;
    border-radius: 6px;
}

.bh_btn_ct .btn07 ,
#view_more .btn07 {
	background-image: url(/images/shop/common/btn_arrow_d.png);
}

.topics{
	position: relative;
}

.topics:before {
    position: absolute;
    content: "";
    background: url(/images/shop/yokohama_kannai/paseland/img_paseland_09.png) repeat-x;
    width: 100%;
    height: 107px;
    top: 0;
    left: 0;
    z-index: 8;
}

.topics:after {
    position: absolute;
    content: "";
    background: url(/images/shop/yokohama_kannai/paseland/img_paseland_10.png) no-repeat top center;
    width: 952px;
    height: 95px;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}

.bh_btn_ct .btn07 ,
#view_more .btn07{
	background: none;
	border: solid 2px #F3A023;
	color: #F3A023;
	box-shadow:none;
	width: 350px;
    margin: 0 auto;
    border-radius: 15px;
	position: relative;
}

#view_more .btn07::after{
	position: absolute;
	content: "";
	top: calc(50% - 6px);
	right: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.5px 0 6.5px 9px;
	border-color: transparent transparent transparent #f3a023;
	transition: all 0.5s;
}

.bh_btn_ct .btn07::after{
	position: absolute;
	content: "";
	top: calc(50% - 6px);
	right: 14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.5px 0 6.5px 9px;
	border-color: transparent transparent transparent #f3a023;
	transition: all 0.5s;
	transform: rotate(90deg);
}


.box_bnr{
	text-align: center;
	margin-top: 30px;
}


@media screen and (max-width: 820px) {
	#wrapper {
		min-width: 820px;
		max-width: auto;
	}
	.inner {
		width: 100%;
	}
	.wrap_header_pc_l {
		height: 228px;
	}
	.gnavi > ul {
		flex-wrap: wrap;
	}
	.gnavi > ul > li:nth-child(-n+5) {
		margin-bottom: 10px;
	}
	.topics_index {
		grid-template-columns: repeat(2, 25%);
	}
	.about:before,
	.about:after,
	.storeInfo:before {
		content: none;
	}
	.topics:after,
	.price::after,
	.menu:after,
	.storeInfo::after,
	.access:after {
		width: 100%;
		background-size: 100% 100%;
	}
	.menu_box01_l {
		float: none;
	}
	.menu_box01_r {
		position: absolute;
		left: 88%;
		bottom: 100px;
		float: none;
	}
}

/*営業時間テーブル*/
.businesshours{
	margin: 40px auto 0;
	width: 1200px;
}

.businesshours .ttl_menu{
	text-align: center;
	padding-left: 0;
}

.businesshours .ttl_menu:before{
	content: none;
}

.businesshours .bh_btn_ct{
	margin-top: 25px;
}

.table_businesshours{
	font-weight: bold;
	/* margin-bottom: 20px; */
	margin: 0 auto 20px;
}

.table_businesshours td{
	font-size: 12px;
	text-align: center;
	border: none;
	border-left: solid 2px #73bae5;
	border-right: solid 2px #73bae5;
}

.table_businesshours tr{
	background-color: #E5F5FF;
}

.table_businesshours tr:nth-of-type(2n){
	background-color: #fff;
}

.table_businesshours .head_hour{
	background-color: #017FCB;
	color: #fff;
}

.head_hour td{
	font-size: 10px;
}

.table_businesshours tr td:not(:first-of-type){
	width: calc(100% / 10);
}

@media screen and (max-width: 820px){
	.businesshours,
	.inner_storeInfo,
	.inner_menu,
	.inner_access {
		padding: 0 4%;
    	box-sizing: border-box;
	}

	.businesshours {
		width: 100%;
	}

	.table_businesshours {
		width: 100%;
		border-bottom: solid 2px #73bae5;
	}

	.table_businesshours tbody{
		display: flex;
		width: 100%;
	}

	.table_businesshours tr{
		display: flex;
		flex-direction: column;
		width: calc(100% / 3);
	}

	.table_businesshours td{
		height: 50px;
		box-sizing: border-box;
		display: flex;
        justify-content: center;
        align-items: center;
		border: none;
		border-top: solid 2px #73bae5;
	}
	.head_hour td{
		font-size: 12px;
	}
	.table_businesshours tr td:not(:first-of-type){
		width: auto;
	}
}

@media screen and (min-width:750px) and (max-width: 820px) {
	.cta_wrap .btn_reserve {
		width: 90%;
	}
}

@media screen and (max-width: 750px){

	#main{
		margin-top: 107px;
	}

	#wrapper {
		min-width: inherit;
		max-width: inherit;
	}

	.content{
		margin-top: 0;
	}
		.topic_detail{
		overflow: hidden;
		border-bottom: solid 1px #ccc;
		width: 100%;
		height: auto;
		margin-right: 0;
		padding-bottom: 20px;
	  }
		.topic_detail > a{
		  -webkit-box-shadow: none;
		  -moz-box-shadow: none;
			box-shadow: none;
			display: block;
			float: none;
			height: auto;
			width: 100%;
			padding: 2vw 0 6vw;
			margin: auto;
			margin-bottom:10px;
			border: none;
		}
		.topic_detail  img{
			display: block;
			float: left;
			margin-right: 5px;
			width: 80px;
			height: 80px;

		}
		.topic_detail .more_more{
			position: static;
			display: inline-block;
		padding: 0px 10px;
		/* float: right; */
		border-radius: 10px;
		font-size: 14px;
			margin-top: 5px;
			margin-bottom: 10px;
		}
		.news_text{
			overflow: hidden;
			float: left;
			width: calc(100% - 85px);
		}
		.news_text .title{
			margin: 0 0 5px;
  		font-weight: bold;
  		font-size: 16px;
      line-height: 45px;
		}
		.news_text p span.style1 {
		display: block;
		width: 5em;
		margin-bottom: 0.5em;
	}
		.box_bnr a{
			display: block;
			height: 100%;
			padding: 0 15px;
		}
		.topics_index{
			grid-template-columns: 1fr;
		}
		.businesshours,
		.inner_storeInfo,
		.inner_menu,
		.inner_access {
			padding: 0;
		}
	}

/* WEB_03-13362 /shop/common/style.css よりコピペ */
/* breadCrumb */
#breadcrumbs{
	background: #F7F5EF;
	padding:5px;
	padding-left:20px;
	font-size:10px;
  }
  #breadcrumbs > div{
	overflow: scroll;
	white-space: nowrap;
  }
  #breadcrumbs ol{
	display: flex;
	justify-content: left;
  }
  #breadcrumbs ol li{
	width: fit-content;
	margin: 0;
	margin-right:20px;
	position: relative;
	font-size: 10px;
  }
  #breadcrumbs ol li:last-of-type{
	  pointer-events: none;
  }
  #breadcrumbs ol li:after{
	content:"";
	position: absolute;
	width: 4px;
	height: 4px;
	border: 1px solid;
	border-color: #000 #000 transparent transparent;
	transform: rotate(45deg);
	right:-10px;
	top:0;
	bottom:0;
	margin:auto;
  }
  #breadcrumbs ol li:last-of-type:after{
	content:none;
  }
  @media screen and (max-width: 1019px) {
	#breadcrumbs ol{
	  overflow-x: scroll;
	}
	#breadcrumbs ol li{
	  white-space: nowrap;
	}
  }
  @media screen and (min-width: 1020px) {
	#breadcrumbs {
	  margin: auto;
	  /* max-width: calc(100% - 760px); */
	  width: 100%;
	  display: block;
	  overflow: hidden;
	  box-sizing: border-box;
	}
	#breadcrumbs > div {
	  margin: auto;
	  max-width:560px;
	  overflow-x: scroll;
	  overflow-y: auto;
	  white-space: nowrap;
	}

	#breadcrumbs *::-webkit-scrollbar{
		height:2px;
	}
	/*スクロールバーの軌道*/
	#breadcrumbs *::-webkit-scrollbar-track{
	  border-radius: 10px;
	}

	/*スクロールバーの動く部分*/
	#breadcrumbs *::-webkit-scrollbar-thumb{
	  background-color: #000;
	  border: solid 1px #000;
	  border-radius: 10px;
	}
	#breadcrumbs *::-webkit-scrollbar-track-piece{
	  background: inherit;
	}
  }

  @media screen and (min-width: 1020px) and (max-width: 1320px) {
	  #breadcrumbs{
		  /* max-width: 50vw; */
		  left: 25vw;
	  }
  }
	footer,#breadcrumbs{
		line-height: 1.6em;
    font-family: "BIZ UDPGothic", sans-serif;
    letter-spacing: 0.1em;
	}
/* breadcrumbs end */

/* footer */
footer{
	padding:30px 0 60px;
	color:#fff;
	text-align: center;
	background: var(--color-red01);
  }
  footer a{
	display: block;
  }
  .foot_shop{
	margin-bottom:20px;
  }
  .foot_link_list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin: 40px auto 30px;
	max-width: 560px;
	padding: 0 5%;
	font-size: 10px;
	text-align: left;
  }
  .foot_link_list li{
	font-size: 10px;
	line-height: 1.6em;
  }
  .foot_copy{
	font-size:10px;
  }
  @media screen and (max-width: 1019px) {
	.foot_link_list{
	  padding: 0 10%;
	}
	.foot_link_list li{
	  line-height: 1.5;
	}
  }
  @media screen and (min-width: 1020px) {
	  footer {
		margin: auto;
		/* max-width: calc(100% - 760px); */
		width: 100%;
	  }
	  .foot_link_list{
		grid-template-columns: 1fr 1fr 1fr;
		place-content: center;
		text-align: left;
		gap: 0;
		padding-right: 0;
		margin: 40px auto 20px;
		font-size: 10px;
	  }

  }
  @media screen and (min-width: 1020px) and (max-width: 1320px) {
	  footer{
		  /* max-width: 50vw; */
		  left: 25vw;
	  }
  }
  /* footer end */

  /*-------------  多言語  -----------------*/
#en .title_00,
#ko .title_00,
#cn .title_00,
#tw .title_00{
	margin: 50px auto 0;
}
.beruberu_park#en h1,
.beruberu_park#ko h1,
.beruberu_park#cn h1,
.beruberu_park#tw h1 {
		font-size: 30px;
    font-weight: bold;
    margin: 0 auto 30px;
    text-align: center;
}
#en .nav_sp .list li a span.nav_sub_ttl,
#ko .nav_sp .list li a span.nav_sub_ttl,
#cn .nav_sp .list li a span.nav_sub_ttl,
#tw .nav_sp .list li a span.nav_sub_ttl {
  display: none;
}

#en .nav .list li#nav_watch .nav_ttl,
#ko .nav .list li#nav_watch .nav_ttl,
#cn .nav .list li#nav_watch .nav_ttl,
#tw .nav .list li#nav_watch .nav_ttl {
  font-size: 16px;
}

#en {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

#ko {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#cn {
  font-family: "Noto Sans SC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#tw {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.has-sub{
  position: relative;

}

.sub {
  position: absolute;
  display: none;
  width: 100%;
  z-index: 3;
  left: 0;
}
.tab_lang > .item_lang{
	background: #fff;
	text-align: center;
	padding: 5px 0;

}
.tab_lang > .item_lang:nth-of-type(2n){
	background: #ededed;
}
.tab_lang > .item_lang > .a_lang {
  color: #333;
  line-height: 1.75;
  font-size: 14px;
	opacity: 0.9;
}
.tab_lang > .item_lang > .a_lang:hover {
  opacity: 1;
}

.tab_lang {
  margin-top: 7px;
}
.stt-lang-select{
	display: none!important;
  }
#en .about:before {
	right: calc(52% + 405px);
}
#en .about:after {
	left: calc(52% + 405px);
}
#en #topics .hot_news.clearfix,
#ko #topics .hot_news.clearfix,
#cn #topics .hot_news.clearfix,
#tw #topics .hot_news.clearfix {
	display: none;
}
#en .babycar,
#ko .babycar,
#cn #access .babycar,
#tw #access .babycar {
	display: none;
}
.ttl_en-font {
	font-size: 50px;
	font-family: "Nunito", serif;
	font-weight: 900;
	text-align: center;
}
#en .txt_menu01 span {
	padding-top: 38px;
	font-size: 18px;
}
#en .shop li a {
	font-size: 17px;
}
#en .menu_box01 #kidsmenu .menu_img {
  top: 40px;
}
#en .menu_box01 #kidsmenu .menu_img_txt {
  top: -97px;
}
#en .menu_box01 #kidsmenu .menu_img_txt span {
  padding-top: 33px;
}

@media screen and (max-width: 768px) {
	#en #breadcrumbs,
	#ko #breadcrumbs,
	#cn #breadcrumbs,
	#tw #breadcrumbs {
		width: auto;
	}
	/* #en .topics:before,
	#ko .topics:before,
	#cn .topics:before,
	#tw .topics:before,
	#en .topics:after,
	#ko .topics:after,
	#cn .topics:after,
	#tw .topics:after  {
		background: url(https://www.cocktail-do.xyz/images/mamakai/beruberu-park/ttl_blue_sp-en.webp)no-repeat;
	}
	#en .topics:after,
	#ko .topics:after,
	#cn .topics:after,
	#tw .topics:after  {
		background: none;
	} */
	#en .btn_close-en,
	#ko .btn_close-en,
	#cn .btn_close-en,
	#tw .btn_close-en {
		display: block;
		background: #18a63e;
		color: #fff;
		padding: 20px;
		border-radius: 12px;
		font-size: 20px;
        font-weight: bold;
		text-align: center;
	}
	.ttl_en-font {
		margin-top: -50px;
	}
	#en .storeInfo::before,
	#ko .storeInfo::before,
	#cn .storeInfo::before,
	#tw .storeInfo::before,
	#en .storeInfo::after,
	#ko .storeInfo::after,
	#cn .storeInfo::after,
	#tw .storeInfo::after {
		background: none!important;
	}
	header .list_menubtn .it.has-sub{
    position: static;
  }
	.sub{
    top: 66px;
    right: 0;
    left: 0;
		background: #F39903;
	}
  .tab_lang{
    width: 100%;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 16px;
    justify-content: center;
    gap: 8px 14px;
  }
	.tab_lang::after{
		content: '';
    width: 100%;
	}
  .tab_lang > .item_lang{
		display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    border-radius: 4px;
    padding: 3px 24px;
  }
	.tab_lang > .item_lang:nth-of-type(n+3){
		order: 1;
	}
	.tab_lang > .item_lang:nth-of-type(2n){
		background: #fff;
	}
  .tab_lang > .item_lang > .a_lang{
    color: #F39903;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
    font-size: 16px;
  }
	.close_language_sp{
		color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
		margin-bottom: 16px;
	}
	.close_language_sp span{
		position: relative;
	}
	.close_language_sp span::before{
		position: absolute;
		content: "×";
		width: 14px;
		height: 14px;
		top: 0;
		left: -16px;
	}
}
/*-------------  多言語end  -----------------*/
