@charset "UTF-8";
*{font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif; 
	margin:0 0 0 0;
	letter-spacing: 0.02em;
	color: #000;}

.wrapper{
	overflow: hidden;
	min-width: 1160px;
}

a{transition: 0.5s;
}

/* text */
b, strong, .bold{
	font-weight: bold;
	}

.tex-navy{
	color: #00276c!important;
	}

h1{
}

h2{font-size: 42px;
	line-height: 42px;
	text-align: center;
	margin: 0 0 80px 0;
	}

h3{width: 540px;
	height: 100px;
	display: block;
	margin: 0 auto 70px;
	}

	#conference h3{
		background: url(../img/logo_conference.png) center top no-repeat;
		background-size: 540px 100px;
	}
	#fitness h3{
		background: url(../img/logo_fitness.png) center top no-repeat;
		background-size: 540px 100px;
	}
	#dining h3{
		background: url(../img/logo_dining.png) center top no-repeat;
		background-size: 540px 100px;
	}

h4{font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 100px;
	}

h5{font-size: 27px;
	line-height: 45px;
	font-weight: bold;
	margin: 0 0 30px 0;
	}

	#conference h5{
		color: #00a6e7;
	}
	#fitness h5{
		color: #ea5015;
	}
	#dining h5{
		color: #6eba44;
	}
h6{font-size: 24px;
	font-weight: bold;
}

p{	font-size: 20px;
	line-height: 35px;
	margin: 0 0 30px 0;
	}

span.kome{
	font-size: 12px;
	line-height: 21px;
	margin: 20px 0 0 0;
	display: block;
}

/* headder & g-navi*/
.top-header,
.header-change{
	margin: 0 auto;
	padding:0 50px;
	width: calc(100% - 100px);
	min-width: 1080px;
}

.header-change{
    background:rgba(255,255,255,0.8);
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: -140px;
    transition: .5s;
    z-index: 2000;
}

.header-change.show{
    top: 0;
    margin: 0 auto;
    z-index: 2000;
}

ul.header_menu{
	float: right;
	display: flex;
	max-width: 890px;
}

ul.header_menu li{
	display: inline-block;
	list-style: none;
	padding:30px 25px 25px 25px;
	margin: 30 0 0 0;
	display: flex;
}

ul.header_menu li:first-child{
	padding:30px 25px 25px 0;
}

ul.header_menu li a{
	width: 145px;
	height:27px;
	text-align: center;
	font-size: 18px;
	display: block;
	color: #00276c;
	font-weight: bold;
	text-decoration: none;
}

ul.header_menu li a:hover{
	opacity: 0.5;
	transition: 0.5s;
}

ul.header_menu li a:after{
	content:'';
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	border-right:1px solid #00276c;
	border-bottom:1px solid #00276c;
	transform: rotate(45deg);
}

ul.header_menu li.hedder-link_btn a:hover{
	opacity: 0.5;
}


ul.header_menu li.hedder-link_btn a:after{
	margin: 30px auto 0;
}

ul.header_menu li a:hover:after{
	margin: 5px auto 0;
	border-right:1px solid #00276c;
	border-bottom:1px solid #00276c;
	transition: 0.5s;
}

ul.header_menu li.hedder-link_btn a:hover:after{
	margin: 35px auto 0;
}

ul.header_menu li a.link_no-down:after,
ul.header_menu li a.link_no-down:hover:after{
	display: none;
}


ul.header_menu li.conference a{
	background-image: url(../img/logo_conference.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-size: contain;
}
ul.header_menu li.fitness a{
	background-image: url(../img/logo_fitness.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-size: contain;
}
ul.header_menu li.dining a{
	background-image: url(../img/logo_dining.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-size: contain;
}
.tit_mainlogo{
	display:block;
	float: left;
	background: url(../img/logo.png) center no-repeat;
	background-size: contain;
	width:148px;
	height:61px;
	margin:20px 0 15px 0; 
}

.tit_mainlogo-sp,.nav-input,.nav-open{
	display: none;
}

.tit_mainlogo2{
	display: block;
	background: url(../img/logo.png)top center no-repeat;
	background-size: contain;
	width:225px;
	height: 93px;
	margin:50px auto 0;
	padding-bottom: 30px;
}

.content,.btn-gnavi{
	display: none;
}

/* section */
section{
	max-width: 1152px;
	margin:-120px auto 0;
	padding:120px 0 220px 0;
}

section.short{
	padding:120px 0 80px 0;
}

#top{
	background: url(../img/top_bg.png) center bottom;
	background-repeat: repeat-x;
	padding: 100px 0 220px 0;
	min-width: 1160px;
	/*margin: 0 calc(50% - 50vw);*/
	width: 100vw;
}

#mainvisal{
	margin:0 auto;
	padding: 20px 0 0 0;
	text-align: center;
}

#mainvisal img{
	display: block;
	width: 100%;
	max-width: 626px;
	height: auto;
	margin: 0 auto;
}


#mainvisal>p{
	margin:40px 0;
}

#mainvisal>p.name{
	font-size: 30px;
	line-height: 20px;
	font-weight: bold;
	color: inherit;
}

#mainvisal>p.main_lead{
	line-height: 46px;
	color: inherit;
	font-weight: bold;
}

p.section_lead{
	text-align: center;
}

ul.attention{
	display: block;
	margin: 0 auto;
	width: 90%;
	text-align: center;
}

.attention li{
	font-size: 20px;
	list-style: none;
	display: inline-block;
}

.attention li:before{
	content: '|';
	padding: 0 10px 0 10px;
}


.attention li:first-child:before{
	display: none;
}

.attention li a:hover{
	opacity: 0.5;
	transform: 0.5s;
}

/* floor */
div.map{
	display: block;
	width: 750px;
	margin: 0 auto 100px;
}

div.map>p.tit{
	display:block;
	margin: 100px 0 55px 0;
	padding-bottom: 2px;
	font-size: 20px;
	line-height: 20px;
}


div.map>p.tit:before{
	content: '';
	display: inline-block;
	padding:10px 2px;
	background:#00276c;
	margin: 0 10px -2px 0;
}

div.map>img{
	clear: both;
}

/* div.sumally{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	height: 640px;
	clear: both;
	} */

	div.sumally{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	height: 730px;
	clear: both;
	}

	#conference div.sumally{
	height: 680px;
	background: #edfaff;
	}
	#fitness div.sumally{
	background: #ffefe8;
	}
	#dining div.sumally{
	background: #edf8e6;
	}


div.container{
	min-width: 1160px;
	max-width: 1280px;
	display: flex;
	margin:0 auto;
	}

div.sumally div.container div.content-info{
	width: 457px;
	float: left;
	}

div.sumally div.content-visal{
	width: 665px;
	float: left;
	margin: -20px 30px 0 0;
}

div.sumally img{
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	display: block;
	}

div.sumally div.container p{
	font-size: 16px;
	line-height: 24px;
}

dl.hours{
	font-size: 14px;
	line-height: 24px;
	clear: both;
}

dl.hours dt{
	width:75px;
	display:inline-table;
	vertical-align: top;
}

dl.hours dt:after{
	content:'：';
}

dl.hours dd{
	width: 377px;
	display:inline-table;
}

ul.concept-icon{
	display: inline-flex;
	width: 458px;
	min-width: 330px;
	margin:60px 0 40px -20px;

}

ul.concept-icon li{
	display: inline-block;
	list-style: none;
	width: 65px;
	height: 65px;
	transform: rotate(45deg);
	overflow: hidden;
	position: relative;
	margin: 0 45px 0 0;

}

ul.concept-icon li:last-child{
	margin: 0 0 0 0;

}

	#conference ul.concept-icon li{
		background: #00a6e7;
	}
	#fitness ul.concept-icon li{
		background: #ea5015;
	}
	#dining ul.concept-icon li{
		background: #6eba44;
	}


ul.concept-icon li span{
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	width: 75px;
	height: 75px;
	top:25%;
	left:25%;
	position: absolute;
	background: transparent;
  transform: rotate(-45deg);
  text-align: center;
}

ul.concept-icon li span.ver2{
	top:15%;
	left:15%;
}

.btn_navy{
	background: #00276c;
	display: inline-block;
	text-decoration: none;
	color: #fff;
}

.btn_navy a{
	text-decoration: none!important;
	color: #fff!important;
	font-size: inherit!important;
	font-weight: inherit!important;
}

.btn_navy span{
	color: #fff;
}

a.btn_navy span:after{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	margin: 0 0 3px 8px;
	transform: rotate(45deg);
}

a.btn_navy:hover{
	background: #8093b6;
	opacity: 1;
}

div.sumally a{
	width: 214px;
	font-size: 14px;
	line-height: 24px;
	padding: 13px 0;
	max-height: -webkit-calc(50px - 21px) ;
    max-height: calc(50px - 21px) ;
	text-align: center;
	margin: 20px 0 0 0;
}

div.sumally a.long{
	width: 100%;
}

div.sumally a:nth-child(odd){
	margin: 20px 20px 0 0;
}

div.sumally a.long:nth-child(odd){
	margin: 20px 0 0 0;
}

div.column1,
div.column2{
	margin: -120px auto 0;
	padding: 220px 0 0 0;
	width: 1024px;
}
div.photo div{
	display: flex;
}

div.photo img{
	width: 100%;
	height: auto;
}


div.column2 dl{
	width: 487px;
	display: inline-block;
	margin:0 0 50px 0;
}

div.column2 dl:nth-child(odd){
  margin-right:44px;
}

div.photo dl dt{
	margin:25px 0;
	font-weight: bold;
	font-size: 22px;
}

div.photo dl dt span{
	font-size: 18px;
	margin-right: 15px;
}

div.photo dl dd{
	margin:25px 0;
	font-size: 14px;
	line-height: 24px;
}

div.photo a{
	margin:0 0 0 0;
	text-decoration: none;
}

div.photo a.link:before{
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
	border-right:1px solid #000;
	border-top:1px solid #000;
	margin: 0 5px 2px 0;
}
	#conference div.photo dl dt span,#conference div.photo a.link:hover{
	color: #00a6e7;
	}
	#fitness div.photo dl dt span, #fitness div.photo a.link:hover{
	color: #ea5015;
	}
	#dining div.photo dl dt span,#dining div.photo a.link:hover{
	color: #6eba44;
	}

	#conference div.photo a.link:hover:before{
	margin: 0 5px 2px 2px;
	transition: 0.5s;
	}

	#conference div.photo a.link:hover:before{
	border-right:1px solid #00a6e7;
	border-top:1px solid #00a6e7;
	}
	#fitness div.photo a.link:hover:before{
	border-right:1px solid #ea5015;
	border-top:1px solid #ea5015;
	}
	#dining div.photo a.link:hover:before{
	border-right:1px solid #6eba44;
	border-top:1px solid #6eba44;
	}

div.photo dd.layout span{
	display: block;
	margin-bottom: 5px;
}

div.photo dd.layout .figure_link{
	display:inline-block;
	width:23%;
	margin-right: 1%;
	border: 1px solid #ccc;
	cursor: zoom-in;
}

div.photo dd.layout .figure_link_last{
	margin-right: 0;
}

div.photo dd.layout .figure_link img{
	width: 100%;
	height: auto;
}

div.photo dd.layout .figure_link img:hover{
	opacity: 0.5;
}

div.photo dd.layout figure{
  margin: 0;
  display: none;
}

 div.photo dd.layout figure:target{
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

div.photo dd.layout figure:target #overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 39, 108, 0.5);
  text-decoration: none;
  color: inherit;
}
div.photo dd.layout figure:target img{
  animation: fadein .3s;
  width: 70%;
  height: auto;
}

div.photo dd.layout figcaption{
	color: #fff;
}

@keyframes fadein{
  0%{
    transform: scale(0.2);
    opacity: 0.2;
  }
  100%{
    transform: scale(1);
    opacity: 1;
  }
}

.flow{
	display:flex;
	}

.flow dl{
	padding: 50px;
	margin-bottom: 0!important;
	width : -webkit-calc(487px - 50px) ;
   	width : calc(487px - 50px) ;
	position: relative;
	}

.column1 dl{
	padding: 50px;
	margin-bottom: 0!important;
	width : -webkit-calc(100% - 50px) ;
   	width : calc(100% - 50px) ;
	}

	#conference .flow dl{
		background: #edfaff;
		} 
	#fitness .flow dl{
	  	background: #ffefe8;
	  	}
	#dining .flow dl{
	  	background: #edf8e6;
	  	}

.flow dt{
	color: #00a6e7;
	font-weight: bold;
	font-size: 36px;
	margin: 0 0 50px 0;
	text-align: center;
	}
.flow dd{
	text-align: center;
	margin: 0 0 30px;
	font-weight: bold;
}

.flow dt span{
	font-size: 20px;
	margin-right: 10px;
	color: inherit;
	}
.flow span.tit{
	display: block;
	font-size: 24px;
}

.column1 span.tit{
	margin: -40px 0 10px 0;
	line-height: 1.5em;}


	#conference .flow dt,
	#conference .flow span.tit{
		color: #00a6e7;
		font-weight: bold;
		}

	#fitness .flow dt,
	#fitness .flow span.tit{
		color: #ea5015;
		font-weight: bold;
		}

	#dining .flow dt,
	#dining .flow span.tit{
		color: #6eba44;
		font-weight: bold;
		}

.flow-list-space{
	display: block;
	height: 80px;
	width: 100%;
	margin: 0 0 0 0;}


.flow-list ol{
  counter-reset: item;
  list-style-type: none;
  padding: 0 0 0 0;
  margin:0 0 0 -23px;
  position: relative;
  display: block;
	}

.column1 .flow-list ol{
  counter-reset: item;
  list-style-type: none;
  padding: 0 0 0 0;
  margin:0 0 0 -23px;
  position: relative;
  display: inline-flex;
	}

.flow-list li{
	margin-bottom: 30px;
	font-size: 16px;
	max-width: 320px;
	padding: 0 0 0 38px;
	letter-spacing: 0.03px;
	}

.column1 .flow-list li{
	margin-bottom: 30px;
	font-size: 16px;
	width: 240px;
	margin: 0 35px 0 0;
	padding: 0 0 0 38px;
	}

.column1 .flow-list li:last-child{
	margin: 0 0 0 0;
	}

.flow-list li:before {
  counter-increment: item;
  content: counter(item);
  display: inline-table;
  vertical-align: middle;
  text-align: center;
  margin: 0 20px 0 -55px;
  padding: 3px 10px 0px 11px;
  font-size: 18px;
  width: 15px;
  height: 30px;
  font-weight: bold;
  color: #fff;}

  @-moz-document url-prefix(){
  	.flow-list li:before {
  	padding: 2px 10px 1px 10px;}
  }
	#conference .flow-list li:before{
		background-image: url(../img/list-icon_conference.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		}
	#fitness .flow-list li:before{
		background-image: url(../img/list-icon_fitness.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		}
	#dining .flow-list li:before{
		background-image: url(../img/list-icon_dining.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		}

.flow .btn{
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	height: -webkit-calc(58px - 16px) ;
    height: calc(58px - 16px) ;
	line-height: 20px;
	padding: 8px 0;
	text-align: center;
	margin: 45px 0 0 0;
}

.flow .btn_bottom{
	position: absolute;
	bottom: 0;
	width: 387px;
	margin: 45px 0 50px 0;
}

.flow .mail,
.flow .mail:hover{
	content:'';
	background-size:90%;
	background-image: url(../img/mail.png);
	background-position: center;
	background-repeat: no-repeat;
}

.flow .mail img{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 340px;
	height: auto;
}

.flow .btn span{
	font-size: 14px;
	font-weight: normal;
}

.flow a.btn span{
	font-size: inherit;
	padding: 10px 0;
	display: block;
}

.layout_1,
.layout_2{
	width: 100%;
	display: flex;
}

.layout_1 .btn{
	width: 80%;
	margin: 45px auto 0;
}

.layout_2 .btn{
	width: calc(50% - 15px);
	display: inline-block;
}

.layout_2 .btn:nth-child(odd){
	margin-right: 15px;
}

.price h6{
text-align: center;
padding: 50px 0 0 0;
margin: -50px 0 0 0;
}

.price h6:before{
	content: '';
	background-size: contain;
	width: 260px;
	height: 50px;
	margin:0 auto 10px;
	display: block;
}

	#conference .price h6:before{
		background: url(../img/logo_conference.png)no-repeat bottom center;
	}
	#fitness .price h6:before{
		background: url(../img/logo_fitness.png)no-repeat bottom center;
	}
	#dining .price h6:before{
		background: url(../img/logo_dining.png)no-repeat bottom center;
	}

.price table{
	border: 1px solid #000;
	margin: 50px 0 0 0;
	width: 100%;
	border-collapse: collapse;
}

.price table th,
.price table td{
	border: 1px solid #000;
	text-align: center;
	width: 247px;
}

.price table th{
	padding: 15px 0;
	font-size: 16px;
	font-weight: normal;
}
	#conference .price table th{
	background: #c2eeff;
	}
	#fitness .price table th{
	background: #ffc9b4;
	}
	#dining .price table th{
	background: #6eba44;
	}

th span.kome,
td span.kome{
	font-size: 14px;
	margin: 0 0 0 0!important;
}

.caution{
	margin: 5px 0 0 0;
	text-align: right;
	padding-bottom: 30px;
}

.price table td{
	padding: 25px 0;
	max-height: calc(80px - 50px);
	font-size: 16px;
}

.price table td.room{
	font-size: 22px;
}

.price table td.room span{
	font-size: 18px;
	margin-right: 0.25em;
}

.price table td.plan{
	font-size: 20px;
}

/*行ごとに色変え*/
#conference .table-scroll table tr:nth-child(even) td{
	background: #edfaff;}

#fitness .table-scroll table tr:nth-child(even) td{
	background: #ffefe8;}

#Dining .table-scroll table tr:nth-child(even) td{
	background: #edf8e6;}

td.bg_white{
	background: #fff!important;
}


/* footter */
footer{
	width: calc(100% - 100px);
    padding: 10px 0 40px;
	margin: 0 auto;}
    .footer-inner {
      max-width: 1280px;
      padding-bottom: 30px;
      margin: 0 auto;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .footer-inner-03 {
        padding-top: 15px; }
    .footer-inner-01{
      width: 393px;
      height: 60px;
    }
    .footer_convinience-facilities_logo {
      width: 100%;
      height: auto;}
    .footer_mitsui_logo {
      width: 298px;
      height: auto; }
    .footer ul {
      width: 750px;
      padding:0px 0 25px; }
      .footer ul li {
        font-size: 1.2rem;
        line-height: 1;
        display: inline-block;
        margin:0 0.5em 0.25em; }
      .footer ul li.footer-nav-03 {
        display: block; }
    .footer-copyright {
    	text-align: center;
      font-size:12px;
      position: absolute;
      left: 0;
      bottom: -26px;
      border-top: 1px #ffefe8 solid;
      margin: 0 calc(50% - 50vw);
      width : -webkit-calc(50% - 50vw);
      width: 100vw;
      padding-top: 10px;}

  .pagetop {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    right: 75px;
    bottom: 30px; }
    .pagetop img {
      width: 100%;
      height: auto; }
.footer a{
	text-decoration: none;
	font-size: 14px;
}

.footer a:hover,
.pagetop img:hover{
	opacity: 0.5;
	transition: 0.5s;
}

/* tittle images */
.tit_img{
	display: none;
}

.sp_br,
#navArea,
.footer_mot_logo_sp
{display: none;}


.txt_light,
ul.header_menu li.txt_light a{
	font-weight: normal!important;
}

