/*
Theme Name: べるべるパークお知らせ
Theme URI: https://www.cocktail-do.xyz/
Description: これはディスクリプション
Version: 0.1
Author: Ichimura
*/
@charset "utf-8";

/* 一覧 */
.ttl_shop_arc {
	font-size: 22px;
	font-weight: bold;
	color: #15A93A;
}
.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;
}
@media screen and (max-width: 750px){
	#topics{
		position: relative;
	}
	.arch_main #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;
	}
	.arch_main #topics:after {
	    position: absolute;
	    content: "";
	    background: url(/images/shop/yokohama_kannai/paseland/img_paseland_10.png) no-repeat top center;
	    width: 100%;
	    height: 95px;
	    top: 14px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    z-index: 10;
	}

	#main.arch_main{
    margin-top: 65px;
  }
	#topics{
		margin-top:0;
	}
	.topics_index {
		gap:0px;
	}
	.hot_news {
    margin-top: 0px;
	}
	.ttl_shop_arc.ttl_menu01 {
			padding-top: 60px;
			z-index: 90;
			position: relative;
			z-index: 75;
	}
	.topic_detail > a {

		padding:15px 0;
		margin-bottom:0;
	}
	.topic_detail {
		padding-bottom: 0px;
	}
	.news_box{
		display: grid;
		grid-template-columns: 85px 1fr;
		gap:10px;
	}
	.topic_detail .title {
		height: 50px;
	  line-height: 180%;
    -webkit-line-clamp: 2;
		margin-bottom:10px;
		z-index: 75;
	}
	.news_text {
    overflow: hidden;
    float: none;
    width: 100%;
  }
	.topic_detail .more_more {
      position: relative;
      display: block;
      margin: 0;
      margin-left: 5px;
		  font-size: 12px;
  }

}
/* 一覧 end */

#breadcrumbs_pc{
	background-color: unset;
}

#breadcrumbs_pc ul, #breadcrumbs_pc ol{
	padding-left: 80px;
}

#breadcrumbs_pc a{
	color: #333;
}

#breadcrumbs_pc ul li, #breadcrumbs_pc ol li{
	font-size: 14px;
}
/* パンくず end */

#view_more{
	display: none;
}

#view_more .btn07::after{
	content: "";
	position: absolute;
	right: 16px;
  transform: rotate(90deg);
}
.header_pc_l,
.header_pc{
	z-index: 100;
	background: rgb(255 255 255);
}
.header_pc_l{
	position: relative;
}
.header_pc{
	position: static;
	padding: 30px 0 30px;
	transform: unset;
}
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}


/*記事*/
h1,p{
	margin-left: 0;
	margin-right: 0;
}

.single h2 {
    color: #007fcb;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 8px;
    position: relative;
    text-align: left;
}

.single h3 {
    text-align: left;
    display: block;
    width: fit-content;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    border-bottom: 10px solid #f2838b;
    margin-bottom: 18px;
}

figure {
    margin: 0 auto 20px;
}

.wp-block-button__link {
    position: relative;
    display: table;
    margin: 30px auto 10px;
    max-width: 650px;
    width: 100%;
    text-align: center;
    line-height: 1.41;
    font-weight: normal;
    border-radius: 30px;
    border: unset;
    background-color: rgb(225, 156, 23);
    background-image: none;
    box-shadow: none;
    font-size: 24px;
    padding: 13px 0;
}

.wp-block-button__link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 28px;
    height: 28px;
    background: url(/images/common/cursor01.png) center center / contain;
    transform: translateY(-50%);
}


.single .inner{
	width: 800px;
	position: relative;
}

.single .content{
	width: 100%;
	max-width: 650px;
	margin: 60px auto;
}

.single #content:before {
    position: absolute;
    content: "";
    background: url(/images/shop/yokohama_kannai/paseland/img_paseland_03.png) no-repeat;
	background-size: contain;
    width: 405px;
    height: 185px;
	top: 14%;
    right: calc(57% + 405px);
}

.single #content:after {
    position: absolute;
    content: "";
    background: url(/images/shop/yokohama_kannai/paseland/img_paseland_04.png) no-repeat;
	background-size: contain;
    width: 405px;
    height: 185px;
    top:14%;
    left: calc(57% + 405px);
	visibility: visible;
}
.topics:before,
.topics:after{
	z-index: 0;
}
.ttl_menu01 {
		z-index: 80;
}
.single  .title_00.f-green{
	width: 100%;
	box-sizing: border-box;
}

.single h2 {
    color: #007fcb;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 8px;
    position: relative;
	margin-bottom: 20px;
}

.single h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	text-decoration: underline 10px  #F2838B;
}

.single .topics::after,.single .topics::before{
	background: none;
}

.beruberu_park .btn_reserve{
	margin-bottom: 40px;
}

@media screen and (max-width: 750px){
	.single h2 {
		font-size: 22px;
	}
	.topics:before,.topics:after{
		content: none;
	}
	#view_more .btn07{
		width: 100%;
	}
	.single #content:before,.single #content:after{
		display: none;
	}
	.single h2 {
   font-size: 5vw;
	}

	.single h3 {
	font-size: 4vw;
	}

	.wp-block-button__link {
	font-size: 20px;
	line-height: 1.4;
	border-radius: 40px;
	}
}
/* 記事 end */





/*下層 パンくず */
#breadcrumbs_under{
	background: #F7F5EF;
	padding:5px;
	padding-left:20px;
	font-size:10px;
  }
  #breadcrumbs_under > div{
		max-width:100%;
		overflow: scroll;
		white-space: nowrap;
  }
  #breadcrumbs_under ol{
	display: flex;
	justify-content: left;
  }
  #breadcrumbs_under ol li{
	width: fit-content;
	margin: 0;
	margin-right:20px;
	position: relative;
	font-size: 10px;
	color:#000;
  }
  #breadcrumbs_under ol li a{
		color: #000;
	}

  #breadcrumbs_under ol li:last-of-type{
	  pointer-events: none;
  }
  #breadcrumbs_under 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_under ol li:last-of-type:after{
	content:none;
  }
  #breadcrumbs a {
	padding-right: 0;
	background: none;
  }
  @media screen and (max-width: 1019px) {
	#breadcrumbs_under ol{
	  overflow-x: scroll;
	}
	#breadcrumbs_under ol li{
	  white-space: nowrap;
	}
	#breadcrumbs_under .inner{
	padding:5px 0;
	margin: 0;
	}
  }
  @media screen and (min-width: 1020px) {
	#breadcrumbs_under {
	  margin: auto;
	  /* max-width: calc(100% - 760px); */
	  width: 100%;
	  display: block;
	  overflow: hidden;
	  box-sizing: border-box;
	}
	#breadcrumbs_under > div {
	  margin: auto;
	  max-width:980px;
	  overflow-x: scroll;
	  overflow-y: auto;
	  white-space: nowrap;

	}

	#breadcrumbs_under *::-webkit-scrollbar{
		height:2px;
	}
	/*スクロールバーの軌道*/
	#breadcrumbs_under *::-webkit-scrollbar-track{
	  border-radius: 10px;
	}

	/*スクロールバーの動く部分*/
	#breadcrumbs_under *::-webkit-scrollbar-thumb{
	  background-color: #000;
	  border: solid 1px #000;
	  border-radius: 10px;
	}
	#breadcrumbs_under *::-webkit-scrollbar-track-piece{
	  background: inherit;
	}
  }

  @media screen and (min-width: 1020px) and (max-width: 1320px) {
	  #breadcrumbs_under{
		  /* max-width: 50vw; */
		  left: 25vw;
	  }
  }
	footer,#breadcrumbs_under{
		line-height: 1.6em;
    font-family: "BIZ UDPGothic", sans-serif;
    letter-spacing: 0.1em;
	}
/* breadcrumbs end */
