@charset "utf-8";
/* CSS Document */
.event_box{
	background-color: #003566;
    background-image: url(../../tokyo-bluegarden_2023/img/back_bar_r.png);
    background-repeat: repeat-x;
    background-position: bottom;
    color: #fff;
}
.rest{
	background-color: #bf0f0f;
}
.event_box .part .item{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.rest.event_box .part .item{
	flex-direction: row;
}
.event_box .part .item .pic{
	line-height: 0;
	width: 50%;
}
.event_box .part .item .pic img{
	width: 100%;
	height: auto;
}
.event_box .part .item .txt_box{
	width: 44%;
}
.event_box .part .item .txt_box .sub_md{
	font-size: 175%;
	font-weight: bold;
	padding: 0px !important;
	margin: 0 0 1.5rem;
	    font-family: "Hiragino Mincho ProN",Georgia,游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
}
.event_box .part .item .txt_box dl{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.event_box .part .item .txt_box dl:last-of-type{
	margin-top: 0px;
	border-bottom: solid 1px #fff;
}
.event_box .part .item .txt_box dl dt{
	width: 106px;
}
.event_box .part .item .txt_box dl dd{
	flex: 1;
}
.event_box .part .item .txt_box dl dd a{
	color: #fff;
	display: inline-block;
	padding: 4px 12px;
	background-color: #000;
}
.event_box .part .item .txt_box dl dd a:hover{
	background-color: #fff;
	color: #000;
}
.event_box .btn{
	margin-top: 2rem;
}
.event_box .btn a{
	display: inline-block;
	padding: .5rem 1.25rem;
	background-color: #000;
	color: #fff;
	transition: .2s;
}
.event_box .btn a:hover{
	background-color: #fff;
	color: #000;
}
.event_box h2{
	display: inline;
}
.event_box h2 br{
	display: none;
}
.event_box .has-text-centered{
	margin-bottom: 5rem;
}

@media screen and (max-width: 768px){
	.event_box h2{
		font-size: 150%;
	}
	.event_box h2 br{
		display: block;
	}
	.event_box .has-text-centered{
		margin-bottom: 2rem;
	}
	.event_box .part .item .pic,
	.event_box .part .item .txt_box{
		width: 100%;
	}
	.event_box .part .item .pic{
		margin-bottom: 2rem;
	}
	.event_box .part .item .txt_box .sub_md{
		font-size: 125%;
	}
	.event_box .part .item .txt_box .txt{
		font-size: 93%;
	}
}


/**/
#sns .column.is-half, .column.is-half-tablet{
	width: 30%;
}
#sns .column .content h3{
	letter-spacing: .2rem;
}
#sns .column .content dl dt,
#sns .column .content dl dd{
	padding: 0px;
	margin: 0px;
	line-height: 1.4;
}
#sns .column .content dl dd{
	margin-bottom: 1rem;
	font-size: 1rem;
}
#sns .column .content .btn{
	display: flex;
	align-items: center;
}
#sns .column .content .btn a{
	display: inline-block;
	padding: .75rem 1.25rem;
	background-color: #003566;
	color: #fff;
	font-weight: bold;
}
#sns .column .content .btn a:hover{
	opacity: .7;
	
}
#sns .column .content .btn .icon{
	background: none !important;
	padding: 0px;
	width: inherit;
	height: inherit;
	margin-left: 1rem;
}
#sns .column .content .btn .icon img{
	width: 49px;
	height: 49px;
	padding: 0px;
	margin: 0px;
}
@media screen and (max-width: 768px){
	#sns .column .content .btn a{
		font-size: 14px;
	}
	#sns .column .content .btn .icon img{
		width: 40px;
		height: 40px;
	}
}

#sns .item{
	padding-top: 5rem;
	text-align: center;
	    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
#sns .item .md{
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 200%;
	position: relative;
	margin: 0 auto 3rem;
	font-family: "Hiragino Mincho ProN",Georgia,游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
	letter-spacing: .2em;
	border-bottom: solid 1px #fff;
	font-weight: bold;
}
#sns .item .cont{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sns .item .cont .item_box{
	width: 48%;
	background-color: rgba(255,255,255,0.6);
	
	padding: 1rem;
	margin-bottom: 4%;
	box-sizing: border-box;
}
#sns .item .cont .item_box img{
	float: none;
	margin: 0px 0px 1rem;
}
#sns .item .cont .item_box .mds{
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 1rem;
	padding-bottom: 0px;
}
#sns .item .cont .item_box .txt{
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
#sns .item .cont .item_box .sub{
	font-size: 75%;
	text-align: left;
}
@media screen and (max-width: 768px){
	#sns .item .md{
		font-size: 150%;
	}
	#sns .item .cont {
		display: block;
	}
	#sns .item .cont .item_box{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 1rem;
	}
}



#pop1{
	width: 90%;
	max-width: 868px;
	height: 70vh;
	overflow-y: scroll;
	padding: 2rem;
	background: #fff;
	margin: 0 auto;
}
#pop1 h3,
#pop1 h4,
#pop1 h5{
	line-height: 1.3;
}
#pop1 h3{
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 2rem;
}
#pop1 h4{
	font-weight: bold;
	font-size: 125%;
}
#pop1 h5{
	font-weight: bold;
}
#pop1 p{
	margin-bottom: 2rem;
}
#pop1 .mfp-close{
	top: -44px;
	color: #fff;
}
@media screen and (max-width: 768px){
	#pop1{
		padding: 2rem;
		font-size: 14px;
	}
	#pop1 h3,
	#pop1 h4,
	#pop1 h5{
		line-height: 1.2;
	}
	#pop1 h3{
		font-weight: bold;
		font-size: 125%;
		margin-bottom: 2rem;
	}
	#pop1 h4{
		font-weight: bold;
		font-size: 113%;
		margin-bottom: .5rem
	}
	#pop1 p{
		margin-bottom: 2rem;
		line-height: 1.7;
	}
	#sns .column.is-half, .column.is-half-tablet{
		width: 100%;
	}
}

/**/
#main .news_box{
	margin-top: 1rem;
	max-width: 452px;
	padding: .5rem 1rem;
	background-color: #fff;
	border-left: solid 5px #e90034;
}
#main .news_box h3,
#main .news_box p {
	color: #000;
	font-family: sans-serif;
}
#main .news_box h3{
	font-weight: bold;
	font-family: arial;
	font-size: 1.3rem;
}
#main .news_box p{
	font-size: 75%;
	font-weight: bold;
}
/**/
#mobile-head{
	background-color: #000
}
#nav-toggle span{
	background-color: #fff;
}
@media screen and (max-width: 640px){
#global-nav{
	background-color: #000;
	border-color: #333;
}	
#global-nav ul li{
	border-color: #333;
}
}

/**/
.event_box.rest,
#event1{
	background-image: none !important;
}
.event_box{
	position: relative;
	z-index: 2;
}
.event_box.rest{
	background-color: #002547;
}
/**/
/**/
#top-head.fixed{
	background-color: rgba(0,0,0,0.8);
}
#top-head.fixed #global-nav ul li a{
	color: #fff;
}
/**/
#main{
	text-align: center;
	position: relative;
}
#main:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	z-index: 1;
}
.hero-body{
	position: relative;
	z-index: 1;
}
#main .md{
	font-size: 7.6vw;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	margin-bottom: 3vw;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 0px 0px 2vw rgba(0,0,0,0.5);
}
#main .txt{
	font-size: 1.75vw;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
	line-height: 1.5;
	font-weight: bold;
	text-shadow: 0px 0px 1vw rgba(0,0,0,0.4);
}
#concept, #restaurant, #event {
	background-color: #003566;
	background-image: none;
	position: relative;
	z-index: 2;
}
#contact,
#map,
.footer{
	position: relative;
	z-index: 2;
}
#garden{
	position: relative;
	z-index: 2;
}
#garden:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
#garden .container{
	position: relative;
	z-index: 2;
}
#sns{
	
}
#sns{
	position: relative;
	z-index: 2;
}
#sns:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
#sns .container{
	position: relative;
	z-index: 2;
}
/**/
.con_columns{
	flex-direction: row-reverse;
}
#concept .column .first {
}
.concept2{
	position: relative;
	z-index: 2;
	background-color: #002547 !important;
}
.concept3{
	position: relative;
	z-index: 2;
	background-color: #111320 !important;
}
#concept .inner_text{
	padding: 0rem;
}
#concept .list{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	border-bottom: solid 1px #fff;
}
#concept .list dd{
}
@media screen and (max-width: 1200px){
	#main .md{
		font-size: 12vw;
	}
	#main .txt{
		font-size: 3vw;
	}
}
@media screen and (max-width: 768px){
	#main .md{
		font-size: 16vw;
	}
	#main .txt{
		font-size: 4vw;
	}
}
/**/
#concept .inner_text{
	padding-left: 3rem;
}
@media screen and (max-width: 768px){
	#concept .inner_text{
		padding-left: 0px;
	}
}