

#main > header {
	background-image: url(../images/oyado/visual_pc.jpg);
	margin-bottom: 75px;
}

@media screen and (max-width: 600px) {
	#main > header {
		background-image: url(../images/oyado/visual_sp.jpg);
	}
}

#main > section {
	width: 1050px;
	margin: 0 auto;
}

@media screen and (max-width: 600px) {
	#main > section {
		width: auto;
	}
}

#main section h3 {
	font-size: 36px;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
	#main section h3 {
		font-size: 30px;
	}
}

#main section h3 span {
	font-size: 16px;
}

@media screen and (max-width: 600px) {
	#main section h3 span {
		font-size: 15px;
	}
}

	
#section-price {
	padding: 0 45px;
}

@media screen and (max-width: 600px) {
	#section-price {
		padding: 0 10px;
	}
}

#section-price section {
	margin-bottom: 50px;
}

#section-price table {
	font-size: 18px;
	width: 100%;
	table-layout: fixed;
}

#section-price table.for-sp {
	display: none;
}

@media screen and (max-width: 600px) {
	#section-price table.for-pc {
		display: none;
	}

	#section-price table.for-sp {
		display: table;
		margin-bottom: 20px;
	}

	#section-price table {
		font-size: 14px;
		line-height: 1.571428;
	}
}

#section-price-day table {
	width: 520px;
}

@media screen and (max-width: 600px) {
	#section-price-day table {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	#section-price table thead {
		font-size: 15px;
	}
}

#section-price table th {
	background-color: #ffffff;
	border: 1px solid #000000;
	text-align: center;
	padding: 20px;
	font-weight: normal;
	vertical-align: middle;
}

#section-price table th:first-child {
	width: 300px;
}

@media screen and (max-width: 600px) {
	#section-price table th:first-child {
		width: 150px;
	}
}

#section-price table td {
	background-color: #ffffff;
	border: 1px solid #000000;
	text-align: center;
	padding: 20px;
	vertical-align: middle;
}

#section-price table td .tax {
	font-size: 14px;
}

@media screen and (max-width: 600px) {
	#section-price table td .tax {
		font-size: 12px;
	}
}

#section-price ul li {
	margin-top: 5px;
}

#section-price ul li span {
	display: inline-block;
	background-color: #ffff13;
	font-size: 15px;
	line-height: 1.666666;
}

@media screen and (max-width: 600px) {
	#section-price ul li span {
		display: inline;
		font-size: 14px;
	}
}

/*

*/

#section-gallery {
	padding: 0 35px;
}

@media screen and (max-width: 600px) {
	#section-gallery {
		padding: 0;
	}
}

#section-gallery section {
	margin-bottom: 50px;
}

#section-gallery section header {
	position: relative;
	background-color: #171717;
	color: #fff;
	text-align: center;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	padding: 0 53px 0 45px;
	height: 245px;
	width: 134px;
}

@media screen and (max-width: 600px) {
	#section-gallery section header {
		height: 140px;
		padding: 0 28px 0 22px;
		width: 74px;
	}
}

#section-gallery section header h3 {
	margin: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
	height: 100%;
}

@media screen and (max-width: 600px) {
	#section-gallery section header h3 {
		font-size: 24px;
	}
}

#section-gallery section header p {
	position: absolute;
	top: 0;
	right: 30px;
	height: 100%;
	font-size: 12px;
	line-height: 1 !important;
	font-style: italic;
	font-family: 'Lora', serif;
	letter-spacing: 0.075em;
	margin: 0;
	font-weight: normal;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
}

@media screen and (max-width: 600px) {
	#section-gallery section header p {
		font-size: 10px;
		right: 10px;
	}
}

#section-gallery section > p {
	font-size: 18px;
	line-height: 1.666666;
	margin-top: 5px;
	font-weight: bold;
}


@media screen and (max-width: 600px) {
	#section-gallery section > p {
		font-size: 15px;
		margin: 5px 10px 0;
	}
}

/*

*/

#section-gallery ul.photo {
	overflow: hidden;
	margin: 0 -5px -10px;
}


#section-gallery ul.photo li {
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
	#section-gallery ul.photo li {
		width: 100%;
	}
}

#section-gallery ul.photo li img {
	width: 100%;
}

/*

*/

#section-gallery #section-gallery-room {
	position: relative;
	padding-top: 85px;
}

@media screen and (max-width: 600px) {
	#section-gallery #section-gallery-room {
		padding-top: 90px;
	}
}


#section-gallery #section-gallery-room header {
	position: absolute;
	top: 0;
	right: 25px;
}

@media screen and (max-width: 600px) {
	#section-gallery #section-gallery-room header {
		right: 10px;
	}
}

#section-gallery #section-gallery-room ul.photo li {
	width: 33.333333%;
}

@media screen and (max-width: 600px) {
	#section-gallery #section-gallery-room ul.photo li {
		width: 100%;
	}
}

#section-gallery #section-gallery-room ul.photo li:first-child {
	width: 100%;
}


/*

*/

#section-gallery #section-gallery-bathroom {
	position: relative;
	padding-top: 165px;
}

@media screen and (max-width: 600px) {
	#section-gallery #section-gallery-bathroom {
		padding-top: 90px;
	}
}

#section-gallery #section-gallery-bathroom header {
	position: absolute;
	top: 0;
	left: 25px;
}

@media screen and (max-width: 600px) {
	#section-gallery #section-gallery-bathroom header {
		left: 10px;
	}
}

#section-gallery #section-gallery-bathroom ul.photo {
	margin: 0 -10px -10px;
}

#section-gallery #section-gallery-bathroom ul.photo li {
	padding: 0 10px;
	width: 50%;
}

@media screen and (max-width: 600px) {
	#section-gallery #section-gallery-bathroom ul.photo li {
		width: 100%;
	}
}


/*

*/



#section-gallery #section-gallery-garden {
	position: relative;
	padding-top: 95px;
}

@media screen and (max-width: 600px) {
	#section-gallery #section-gallery-garden {
		padding-top: 90px;
	}
}

#section-gallery #section-gallery-garden header {
	position: absolute;
	top: 0;
	right: 25px;
}

@media screen and (max-width: 600px) {
	#section-gallery #section-gallery-garden header {
		right: 10px;
	}
}

/*

*/

#section-gallery #wrapper-hall {
	overflow: hidden;
}

#section-gallery #section-gallery-hall1 {
	position: relative;
	padding-top: 165px;
	width: 50%;
	padding-right: 10px;
	float: left;
}

@media screen and (max-width: 600px) {
	#section-gallery #section-gallery-hall1 {
		width: 100%;
		padding: 0;
		padding-top: 90px;
		float: none;
	}
}

#section-gallery #section-gallery-hall1 header {
	position: absolute;
	top: 0;
	left: 25px;
}

@media screen and (max-width: 600px) {
	#section-gallery #section-gallery-hall1 header {
		left: 10px;
	}
}


#section-gallery #section-gallery-hall2 {
	position: relative;
	padding-top: 165px;
	width: 50%;
	padding-left: 10px;
	float: left;
}

@media screen and (max-width: 600px) {
	#section-gallery #section-gallery-hall2 {
		width: 100%;
		padding: 0;
		padding-top: 90px;
		float: none;
	}
}


#section-gallery #section-gallery-hall2 header {
	position: absolute;
	top: 0;
	right: 25px;
}

@media screen and (max-width: 600px) {
	#section-gallery #section-gallery-hall2 header {
		right: 10px;
	}
}

/*

*/



#section-gallery #section-gallery-facility {
	position: relative;
	padding-top: 145px;
	padding-bottom: 205px;
	margin-bottom: 0;
	margin-right: -35px;
}

@media screen and (max-width: 600px) {
	#section-gallery #section-gallery-facility {
		margin-right: 0;
		padding-top: 90px;
		padding-bottom: 120px;
	}
}

#section-gallery #section-gallery-facility header {
	position: absolute;
	top: 0;
	left: 25px;
}

@media screen and (max-width: 600px) {
	#section-gallery #section-gallery-facility header {
		left: 10px;
	}
}

@media screen and (max-width: 600px) {
	#section-gallery #section-gallery-facility header {
		left: 10px;
	}
}

#section-gallery #section-gallery-facility ul.point {
	position: absolute;
	bottom: 205px;
	right: 0;
	width: 395px;
}

@media screen and (max-width: 600px) {
	#section-gallery #section-gallery-facility ul.point {
		position: relative;
		bottom: 0;
		right: auto;
		width: auto;
		margin: 0 10px;
	}
}

#section-gallery #section-gallery-facility ul.point li {
	font-size: 18px;
	font-weight: bold;
	padding: 25px 0 10px;
	border-bottom: 1px solid #d7d7d7;
}

@media screen and (max-width: 600px) {
	#section-gallery #section-gallery-facility ul.point li {
		font-size: 15px;
		padding: 12px 0 10px;
	}
}
