﻿/*-----------------------

  GREETING CSS

------------------------*/
.wrapper {
	overflow: hidden;
}
.contents ul {
	list-style: none;
	margin-bottom: 7%;
	background: #fff;
	display: block;
}
.photo, .photo2 {
	margin: 7% 0 0 0;
	padding: 0;
	float: left;
	width: 31%;
}
#greeting, #examine   {
	width: 63%;
	padding: 2% 0 5% 4%;
	float: right;
	line-height: 150%;
}

#reservation span {
	color: #273E5F;
	font-weight: 700;
}
#greeting ul {
	margin: 0 0 20px 0;
	padding: 0;
}
h4 {
	text-align: right;
}
#examine p {
	line-height: 140%;
}
h5 {
	padding-top: 20px;
	color: #689AB7;
}
#policy p, #facility p {
	line-height: 165%;
}
.foot-menu {
	background: #fff url(../img/footmenu_bg.png) center top;
}

	
@media only screen and (max-width: 600px) {
  .photo, .photo2 {
    width: 84%;
    text-align: center;
    margin: 0;
    padding: 5% 8% 2% 8%;
  }
  .photo2 {
    margin-bottom: 20px;
  }
  #greeting, #examine {
    width: 84%;
    padding: 3% 8% 5% 8%;
    margin: 0 0 5% 0;
  }
 .footer-inner #address {
    border: none;
  }
}


