@charset "UTF-8";

/* ===================================
	File Name   : reservation.css
	Description : Reservation Page Layout CSS
	
	Update Description :
	[2020/11/10] 注意文追記
	[2015/02/27] 調整
	[2015/02/13] 新規作成

====================================== */

/*========== Style Contents ==========

	1. Share Elements
    - page navigation
    - introduction
	2. Section Setting
	3. Media Queries
	
====================================== */





/*===== ■1. Share Elements =====*/
/*　page navigation　*/
#wrapper > ul { margin-bottom: 30px;}

#wrapper > ul li a {
	display: block;
	padding: 12px 10px 10px;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 100%;
	text-align: right;
}

#wrapper > ul li i {
	position: relative;
	top: -2px;
	font-size: 20px;
	font-size: 2.0rem;
	vertical-align: middle;
}

/*　introduction　*/
#wrapper > p.intro {
  margin: 0 3% 30px;
  color: #c00;
  font-weight: bold;
}




/*===== ■2. Section Setting =====*/
#wrapper section {
	border: 1px solid #444;
	margin: 0 3% 15px;
	padding: 25px 20px;
	text-align: center;
}
#wrapper ul+section { margin-bottom: 30px;}

#wrapper section h3 {
	position: absolute;
	top: -12px;
	left: 0;
	width: 100%;
	text-align: center;
}

#wrapper section h3 span {
	display: inline-block;
	padding: 0 15px;
	background: #fff;
	font-weight: bold;
	font-size: 13px;
	font-size: 1.3rem;
}

#wrapper section p {
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 160%;
	text-align: left;
}

#wrapper section strong {
	display: block;
	margin-bottom: 5px;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 100%;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	text-align: center;
}

#wrapper section em {
	display: block;
	margin-bottom: 15px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 100%;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
}

#wrapper section span {
	display: block;
	margin-bottom: 20px;
}

#wrapper section span a {
	display: block;
	position: relative;
	max-width: 530px;
	margin: 0 auto;
	padding: 15px 50px;
	border: 4px solid #444;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 100%;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	text-align: center;
}
#wrapper section span a:hover { border-color: #c54634;}

#wrapper section span a b {
	display: block;
	margin: 5px auto 0;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 100%;
	white-space: nowrap;
}

#wrapper section span a i {
	position: absolute;
	top: 39%;
	right: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}





/*===== ■3. Media Queries =====*/
@media all and (min-width: 981px) {
	/* page navigation */
	#wrapper > ul { margin: 0 20px 25px;}
	
	#wrapper > ul li {
		margin-bottom: 3px;
		text-align: right;
	}
	
	#wrapper > ul li a {
		display: inline;
		padding: 0;
		border-bottom: none;
	}
  
  /*　introduction　*/
  #wrapper > p.intro {
    margin: 0 0 30px;
    text-align: center;
  }

  
	/* Section Setting */
	#wrapper section {
		max-width: 800px;
		margin: 0 auto 50px;
		padding: 50px 20px 35px;
	}
	
	#wrapper section h3 span {
		padding: 0 40px;
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	#wrapper section p {
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 180%;
		text-align: center;
	}
	
	#wrapper section strong {
		margin-bottom: 15px;
		font-size: 38px;
		font-size: 3.8rem;
		font-family: 'Montserrat', sans-serif;
	}
	
	#wrapper section em {
		margin-bottom: 15px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	#wrapper section span a {
		padding: 20px 50px 15px;
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	#wrapper section span a b {
		display: inline-block;
		margin-left: 20px;
		font-weight: normal;
		line-height: 120%;
		vertical-align: top;
	}
	
	#wrapper section span a i {
		top: 38%;
		right: 20px;
	}
}