body
{ margin: 0; padding: 0;}
#page{
 margin:0 auto;
 max-width:960px;
}
#logo {
 width : 100% ;
 height : 60px ;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px ; 
 background:url(../image/head-back.png);
}
.head {
	height:60px;
	margin:auto;

}
#logo .head .logo_head {
	height:60px;
position:absolute;
	top: 0px; /* #contents内の上から何pxか */
	left: 5px; /* #contents内の左から何pxか */
}
#logo .head .logo_head .umilogo {
	height:60px;
    float:left;
}
#logo .head .logo_head .language {
	height:60px;
    float:right;
}

#logo .head .yoyaku-info {
	height:60px;
position:absolute;
	top: 0px; /* #contents内の上から何pxか */
	right: 5px; /* #contents内の左から何pxか */
}

#nav-bt{
	width:100%;
	height:90px;
	background-color:#ffffff;
}
.nav-board a {
	text-decoration: none;
	color: #000;
}


.nav-board img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.nav-board {
	width: 100%;
	margin: 0 auto;
	background-color:#CCC;
}

.nav-board ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	margin-left: -10px;
		background-color:#CCC;
}
.nav-board li {
	width: 75px;
	margin-top: 5px;
	margin-left: 5px;
	 float : left ;
	 list-style-type: none; 
}

.nav-board li a {
	display: block;
	padding: 1px 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.icon,
.label {
	display: block;
}

.icon {
	width: 70px;
	margin-left: auto;
	margin-right: auto;
}

.label {
	font-size: 14px;
	margin-top: 10px;
}
#choise{
 width:100%;
 height:500px;
 background-color:#000;
}
#choise .ti {
 max-width:100%;
}
#choise h1{
 font-size:15px;
 font-color:#FFFFFF;
}
.card:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.card .box {
  float: left;
  width: 43%;
  background: #EFEFEF;
  box-shadow: 0 1px 3px 0 #e0e0e0;
}
.card .box img {
  max-width: 100%;
  height: auto;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
}
.card .box1 {
  float: left;
  width: 43%;
  background: #FFFFFF;
  height:200px;
  box-shadow: 0 1px 3px 0 #e0e0e0;
}
.card .box1 img {
  max-width: 100%;
  height: auto;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
}

/* theme-card */
.theme-card .box {
  margin-left: 15px;
  margin-bottom: 15px;
}
.theme-card .box1 {
  margin-left: 15px;
  margin-bottom: 15px;
}
.theme-card .inner {
  padding: 5px;
}
.theme-card .title {
  color: #212121;
  font-weight: bold;
  font-size: 16px;
}
.theme-card .comment {
  color: #757575;
  font-size: 12px;
  margin-top: 5px;
}
.theme-card .more {
  font-size: 12px;
  text-align: right;
  margin-top: 0px;
}
.theme-card .more a {
  color: #e65100;
}
#room{
 width:100%;
 height:auto;
 background-color:#FFFFFF;
 padding-top:10px;
 margin-bottom:10px;
}
#room img {
  max-width: 100%;
  height: auto;
}
#room h1{

 font-size:24px;
 color:#FFFFFF;
 text-align:center;
  margin:20px 5px 5px 5px;
}
#info h2{

 font-size:14px;
 color:#FFFFFF;
  margin:10px 5px 5px 5px;
  line-height:1.8;
}
#room h3{

 font-size:14px;
 color:#333333;
  margin:10px 5px 5px 5px;
  line-height:1.8;
}
#room p{ 
 font-size:12px;
 color:#000000;
  margin:3px 5px 5px 5px;
  line-height:1.7;
}

#gensen{
 width:100%;
 height:600px;
 background-color:#EFEFEF;
 padding-top:10px;
}
#gensen img {
  max-width: 100%;
  height: auto;
}
#gensen h1{

 font-size:24px;
 color:#FFFFFF;
 text-align:center;
  margin:20px 5px 5px 5px;
}
#gensen h2{

 font-size:14px;
 color:#FFFFFF;
  margin:10px 5px 5px 5px;
  line-height:1.8;
}
#gensen p{ 
 font-size:13px;
 color:#FFFFFF;
  margin:10px 5px 5px 5px;
  line-height:1.7;
}

#gensen table{
  max-width: 100%;
  height: auto;
  margin-bottom:30px;
  }
#nav-bt{
	width:100%;
	height:90px;
	background-color:#ffffff;
}
.nav-board a {
	text-decoration: none;
	color: #000;
}


.nav-board img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.nav-board {
	width: 100%;
	margin: 0 auto;
	background-color:#CCC;
}

.nav-board ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	margin-left: -10px;
		background-color:#CCC;
}
.nav-board li {
	width: 75px;
	margin-top: 5px;
	margin-left: 5px;
	 float : left ;
	 list-style-type: none; 
}

.nav-board li a {
	display: block;
	padding: 1px 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.icon,
.label {
	display: block;
}

.icon {
	width: 70px;
	margin-left: auto;
	margin-right: auto;
}

.label {
	font-size: 14px;
	margin-top: 10px;
}

.drill-down {
  overflow: hidden;
  position: relative;
}
.menu {
  width: 100%;
}
.menu-child {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background-color: #fafafa;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
.menu-child.is-active {
  left: 0;
}

/* theme */
.theme-drill,
.theme-drill .menu-child {
  background-color: #212121;
}
.theme-drill a {
  display: block;
  padding: 20px 15px;
  border-bottom: 1px solid #333;
  color: #fafafa;
  cursor: pointer;
}
.theme-drill a:after {
  font-family: FontAwesome;
  content: "\f138";
  float: right;
  color: #e0e0e0;
}
.theme-drill a[href]:after {
  content: '';
}
.theme-drill a:active,
.theme-drill a:active:after {
  color: #ffb74d;
}
.theme-drill .js-item-back a {
  background-color: #757575;
}
.theme-drill .js-item-back a:after {
  content: "\f137";
}
