body {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', 'Noto Serif JP', serif;
  /*font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",*/ sans-serif;
  color: #333;
  line-height: 1.8em;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  opacity:0.7;
  text-decoration: none;
}

h1 img{
  width: 200px;
}

h2 {
  margin-top: 45px;
  font-size: 2rem;
  font-weight: 700;
  /*font-style: italic;*/
}

h3 {
  margin-top: 30px;
  font-size: 1.4rem;
  font-weight: 600;
}

.header__navi {
  backgroud-color: #ffffff;
  margin-top: 5px;
}

.header__navi address{
  font-size: 0.8rem;
  line-height: 1rem;
}

.header__main-visual img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
}

.header__intro-text {
  margin: 30px 0;
  line-height: 2.4em;
}

.header__thumbnail img {
  width: 85%;
  height: 200px;
  object-fit: cover;
}

.floor__plan{
  background-color: #E5E5E5;
  margin: 30px 0;
  padding: 5px 0 20px;
}

.floor__gallery .row {
  display: flex;
  align-items: flex-start;
  }

.floor__gallery img{
  padding: 30px;
  max-height: 420px;
  object-fit: contain;
}

.floor__gallery--small img {
  height: 300px;
  /*object-fit: cover;*/
  text-align: center;
}

.l-booking__phone {
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.l-booking__phone a{
  color: #333;
}

.l-booking button{
  width: 100%;
}

.l-booking button a{
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-decoration: none;
}

footer{
  margin:150px 0 50px;
  border-top:1px solid #666;
}

@media screen and (max-width:480px) {

	/*　この位置に記述する　*/
	main {
		width: 100%;
	}

}
