@charset "utf-8";
/* CSS Document */

html {
	font-size: 16px;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
    color: #003566
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

section {
	padding: 80px 0;
}

.hero-body .has-text-left {
	position: relative;
}

.hero-body .has-text-right {
	position: absolute;
	top: 0;
	right: 0;
}

h1.title {
	font-family:"Hiragino Mincho ProN",Georgia,游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
	color: #FFF;
	font-size: 56px;
}

h1.title span {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 46px;
}

#main p {
	font-family:"Hiragino Mincho ProN",Georgia,游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
	color: #FFF;
}

#main .garden img {
  height: 100px;
}

.column {
	padding: 0 0.25rem;
}

.columns:not(:last-child) {
    margin-bottom: 0rem;

}

.content {
	color: #FFF;
}

.content h2,
.content h3,
.content h4 {
	font-family:"Hiragino Mincho ProN",Georgia,游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
	letter-spacing: 0.4rem;
	font-weight: normal;
}

.content h2 {
	display: inline-block;
	font-size: 2rem;
	color: #FFF;
	line-height: 1.3;
	border-bottom: 1px solid #FFF;
}

.content h2:not(:first-child) {
	margin-top: 0;
}


.content h3 {
	display: inline-block;
	font-size: 1.75rem;
	color: #FFF;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid #FFF;
}

.content h4 {
	color: #FFF;
}


.button {
	background-color: #003566;
	color: #fff;
	height: inherit;
	padding: 1.2rem 6rem;
	width: 80%;
}

.button.is-primary {
	box-shadow: none;
}

.date {
	color: #003566;
}

.reserve {
	font-size: 0.8571rem;
	background-color: #003566;
	color: #FFF;
	padding: 3px 4px;
	word-break: keep-all;
}

h3 span {
	font-size: 1rem;
}

a {
  position: relative;
  display: inline-block;
  transition: .3s;
  line-height: 1.6;
}
a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #003566;
  transition: .3s;
}


a:hover::after {
  width: 100%;
}

a i {
	padding-right: 1rem;
}

li.sns {
	padding: 0 5px 0 0;
	margin-top: -2px;
}

li.tw {
	padding-left: 30px;
}

.ln {
	display: none;
}

.for_pc {
	display: block;
}

.for_sp {
	display: none;
}

.button.is-primary {
    background: #003566;
	color: #FFF;
}

dl, dt, dd {
	margin : 0;
	padding : 0;
}
 
dl {
	width: 100%;
	font-size: 0.8571rem;
	margin-top: 2rem;
}

.content dl:not(:last-child) {
	margin-bottom:2rem;
}
 
dt {
	color: #FFF;
	width : 100%;
	font-weight : bold;
	text-indent : 8px;
}
 
dd {
	color: #FFF;
	border-color : #FFF;
	padding : 7px 8px;
}

dt,
dd {
  display:inline-block;
  *display:inline;
  zoom:1;
  letter-spacing:normal;
  word-spacing:normal;
  vertical-align:top;
  width:80%;
  padding:3px 2% 4px;
  margin:0;
  border-top:1px solid #FFF;
}

dt {
    margin-right: -1px;
    width: 20%;
}

dt,
dd,
.notice {
	font-size: 0.8751rem;
}



.content dd {
	margin-left: 0;
}

#restaurant .inner_text,
#event .inner_text {
	padding-top: 0.2rem;
	margin-bottom: 2rem;
}

#restaurant h3,
#event h3 {
	font-weight: bold;
	color: #FFF;
	padding: 0.8571rem 0;
}

#restaurant h2,
#event h2 {
	margin-top: 1rem;
}

#restaurant h2 span,
#event h2 span {
	font-size: 1.2rem;
}

#restaurant p,
#event p {
	color: #FFF;
}

#restaurant a,
#event a {
	color: #FFF;
}
#event .info a:hover{
	color: #111320;
}



#restaurant .columns .column,
#event .columns .column {
	margin-bottom: 2rem;
}

p.info {
	font-size: 0.8571rem;
	margin-top: 0;
}

p.bb {
	display: inline;
	border-bottom: 1px solid #D3AB4B;
	padding-bottom:1px;
	margin-bottom: ;
}

@media(min-width: 767px) {
  #main .garden img {
    height: 177px;
  }
}

/*** concept ***/

#concept,
#restaurant,
#event
{
	background-color: #003566;
	background-image: url(../../tokyo-bluegarden_2023/img/back_bar_r.png);
	background-repeat: repeat-x;
	background-position: bottom;
}


#event {
	background-color: #bf0f0f;
}

#concept a {
  position: relative;
  display: inline-block;
  transition: .3s;
  line-height: 1.6;
}

#concept .part {
	margin-bottom: 0;
}

#concept a::after,
#top-head h1 a::after {
  position: relative;
  background: none;
}
a:hover::after {
  width: 0;
}

#top-head p.logo a {
	line-height: 0;
}

.imgWrap {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	max-width: 600px;	/*画像の幅*/
	max-height: 400px;	/*画像の高さ*/
}
.imgWrap img {
	display: block;
	transition-duration: 0.8s;	/*変化に掛かる時間*/
}
.imgWrap img:hover {
	transform: scale(1.05);	/*画像の拡大率*/
	transition-duration: 0.8s;	/*変化に掛かる時間*/
}


#concept .column {
	position: relative;
}

#concept .anchor_inner {
	position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

#concept .anchor_inner h3,
#concept .anchor_inner p {
	color: #FFF;
}

#concept .anchor_inner h3 {
	font-size: 42px;
	letter-spacing: 0.4rem;
}

p.arrow {
  padding-top: 60px;
}
p.arrow span {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
p.arrow span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.room img {
	margin-bottom: 0.875rem;
}


.part {
	margin-bottom: 60px;
}

.part img {
	height: auto;
}


.area_info {
	border: #EFEFEF 1px solid;
	background-color: #FFF;
	padding: 2rem;
}

.area_info .inner_text {
	padding: 3rem;
}

#concept .area_info img {
	margin: 3rem;
}
	

.first {
	-webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
  width: 100%;
}

.second {
	-webkit-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
  width: 100%;
}



.copyright {
	font-size: 0.75rem;
	color: #003566;
}


.inner_text {
	padding: 3rem 1rem 1rem;
}


/*** garden ***/

#garden {
	background: #333 url(../../tokyo-bluegarden_2023/img/img_back_garden.jpg) no-repeat center center;
    background-size: auto auto;
    background-size: cover;
}

/*** redbar ***/

#redbar {
	background-color: #003566;
    background-size: auto auto;
    background-size: cover;
	margin-bottom:-30px;
}

/*** navigation ***/


.container:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #FFF;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    margin: 0 20px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 5px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.96);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 35px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #003566;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #003566;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

.lang a {
	font-size: 0.7rem;
}


#top-head a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #FFF;
  transition: .3s;
}

#top-head p.logo a::after {
	height:0;
	background-color: transparent;
}

#top-head a:hover::after {
  width: 100%;
}


/*** contact ***/

#contact {
	background-color: #111320;
}

#contact .content h2 {
	margin-bottom: 1.6rem;
}

#contact .fa-phone {
	font-size: 1.5rem;
	padding-right: 1rem;
	vertical-align: 3px;
}

#contact h2,
#contact p {
	 color: #FFF;
}

#contact .for_pc {
	font-size: 2rem;
	margin-bottom: 0;
}

/*** sns ***/

#sns {
	background: #333 url(../../tokyo-bluegarden_2023/img/img_back_sns.jpg) no-repeat center center;
    background-size: auto auto;
    background-size: cover;
	padding: 97px 0;
}

#sns h3 {
	line-height: 1.6;
}

#sns dt {
	width: 100%;
	font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
	border-top: none;
}

#sns dd {
	border-top: none;
	width: 100%;
}

#sns dd span {
	font-size: 0.5rem;
}

#sns ul#sns_list {
	list-style: none;
	margin-top: 0;
	margin-left: 0;
}

#sns ul#sns_list li {
	display: inline-block;
	margin-right: 8px;
}

#sns ul#sns_list li a {
	display: block;
    padding: 6px 10px;
    box-sizing: border-box;
    border: solid 1px #fff;
    font-size: 20px;
    border-radius: 50%;
    -webkit-transition: all 100ms cubic-bezier(0.26, 0.85, 0.64, 0.94);
    -moz-transition: all 100ms cubic-bezier(0.26, 0.85, 0.64, 0.94);
    -o-transition: all 100ms cubic-bezier(0.26, 0.85, 0.64, 0.94);
    -ms-transition: all 100ms cubic-bezier(0.26, 0.85, 0.64, 0.94);
    transition: all 100ms;
}

#sns ul#sns_list li i {
	color: #fff;
	padding-left: 3px;
	padding-right: 0;
}

#sns img {
	float: right;
	margin-top: 40px;
	margin-right:60px;
}

@media screen and (max-width: 767px) {
	#sns {
		padding: 50px 0;
	}
	
	#sns ul#sns_list {
		text-align: center;
	}
}

/****** map *****/


section#map {
	padding: 0;
}


.map .container {
	width: 100%;

}

.map #map_canvas01{
	width: 100%;
	height: 490px;
}

.is-smobile {
	display: none;
}


.footer_area{
		display: none;
}



@media screen and (max-width: 960px) {

.container {
	padding-right: 1rem;
	padding-left: 1rem;
	
}

#action .columns {
	display: block;
}

#action .column.is-one-fifth {
	float: left;
	width: 33.3333%;
	min-height: 540px;
}

}


@media screen and (max-width: 768px) {

.for_sp {
	display: block;
}


.map #map_canvas01 {
	max-height: 368px;
}

a.button {
	width: 100%;
}

#restaurant .button.is-primary.is-outlined:hover
#event .button.is-primary.is-outlined:hover {
	color: #003566;
}

.for_pc {
	display: none;
}

#concept .area_info img {
	display: block;
	margin: 3rem auto 2rem;
}

#concept .area_info .inner_text {
	padding: 0;
}

#concept .inner_text {
	padding-top: 2rem;
}
	

.kotonoha.area_info .inner_text {
	border-left: none;
}

#contact .fa-phone {
	font-size: 1rem;
	vertical-align: 0;
}

#sns img {
	float: none;
	display: block;
	margin: 0 auto;
}
	
}

@media screen and (max-width: 640px) {
	
	h1.title {
		font-size: 2rem;
	}
	
	
	h1.title span {
		font-size: 1.7142rem;
	}
	
	.content h2,
	#concept .anchor_inner h3 {
		font-size:1.6rem;
	}
	
	.content h3 {
		font-size:1.2rem;
	}
	
	#concept .anchor_inner {
		top: 36%;
	}
	
	p.arrow {
		padding-top: 10px;
	}
	
	.inner_text {
	padding: 0rem 1rem 1rem;
	}
	
    #top-head,
    #top-head .container {
        width: 100%;
        padding: 0;
		border-bottom: 1px solid #F8F8F8;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
	
	#top-head.fixed .logo img,
    #top-head .logo img {
        height: 16px;
    }

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #fff;
        width: 100%;
        text-align: center;
        /*padding: 10px 0;*/
		border-bottom: solid 1px #EFEFEF;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
		border-top: 1px solid #EFEFEF;
    }
	#global-nav ul li a {
    margin: 0;
	}
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #003566;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	
	
	#global-nav ul li.sns {
		border: none;
		padding: 18px 0;
    }
	
	#global-nav ul li.tw {
        padding: 18px 0;
    }
	
	.uborder {
		border-bottom: 1px solid #EFEFEF;
	}
	
	#global-nav ul li.fb {
		padding: 0;
	}
	
	.ln {
		display: block;
	}
	
	#action .column.is-one-fifth {
	width: 50%;
}

	#global-nav ul li.sns {
		padding-bottom: 6px;
	}
	
	#global-nav ul li.sns:last-child {
		padding-bottom: 18px;
	}

}


@media screen and (max-width: 480px) {

section {
	padding: 48px 0;
}

.hero-body .has-text-right {
	position: relative;
	text-align: center;
	padding-top: 2rem;
}

.hero-body .has-text-right img {
	max-width: 30px;
	width: 30px;
	height: auto;
}

h1 img {
	max-width: 80%;
	width: 80%;
	height: auto;
}

.is-smobile {
	display: block;
}


.hero.is-success {background:none} /*PC用の背景はオフ*/
.hero-body::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../../tokyo-bluegarden_2023/img/img_main01.jpg) center/cover no-repeat; /*fixedをトル！*/
  -webkit-background-size:cover;/*Android4*/
}

#garden .columns.gallery .column,
#redbar .columns.gallery .column {
    width: 50%;
    float: left;
}

.footer {
	margin-bottom: 3rem;
}
  
.footer_area {
	display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.8 );
	z-index: 10000;
}
.footer_area .footer_area_inner {
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 0;
	margin-right: 0px;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 100%;
    padding: 11px 0;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
	line-height: 1.3;
    
}
.inquiry_btn {
    background-color: #002547;
    -webkit-border-radius: 2px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	width: 50%;
	height: 50px;
    padding: 14px 0 5px;
	float: left;
	font-size: 0.8741rem;
}

.footer_tel {
	border-right: 1px solid #CCC;
}

.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.footer_area_inner span{
	color: #fff;
}
#siteBottom{
	margin-bottom: 85px;
}
	
}





p {
	
}

.font_lg p {
	margin-bottom: 0.5em;
	font-size: 1.3rem;
}

.font_lg {
	margin-bottom: 2rem;
}


/*sokuhou*/
#sokuhou{
	background-color: #003566;
}

.container_soku{
	width:75%;
	margin-left: auto;
    margin-right: auto;
}

.column_soku{
	text-align: left;
	
}

.content_soku_txt p{
	color:white;
	font-size: 1.2rem;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}


/*coming*/
#coming{
	background-color: #003566;
	margin-top:-30px;
}

.container_com{
	width:75%;
	margin-left: auto;
    margin-right: auto;
 
}

.column_com{
	text-align: center;
	
}

.content_com_txt p{
	color:white;
	font-size: 1.2rem;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}

.content_com_txt a{
	color:white;
}

/*ape*/
#ape {
	background-color: #111320;
    background-size: auto auto;
    background-size: cover;
	margin-bottom:-30px;
}

/*moonbar*/
#moonbar{
	margin-bottom:-30px;
}

/*btn_re*/
.btn_re{
	width:200px;
	height:50px;
	background-color: white;
	text-align: center;
	margin-top:20px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.btn_re a{
	font-size:1rem;
	color:#111320;
}


/*PCでは無効（改行しない）*/
.sp{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .sp{
        display: block;
    }
}
