@charset "UTF-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

a:link{color: #000000;}
a:active{color: #000000;}
a:hover{color: #000000;}
a:visited{color: #000000;}

header {
	padding: 0px;
	width: 100%;
}

body:before{
	content :"";
	display :block;
	position :static;
	top :0;
	left :0;
	z-index :-1;
	width :100%;
}

main {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #555555;
	background-image: url("../img/back.jpg");
	background-repeat: repeat;
}

article {
	font-size: 24px;
	font-weight: 200;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img.fullsize {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

img.fullsize_80 {
	width: 80%;
	max-width: 80%;
	height: auto;
	vertical-align: middle;
}

img.standard {
	height: auto;
	vertical-align: middle;
}

img.corner-r {
	width: 100%;
	max-width: 100%;
	border-radius: 10px;
	height: auto;
	vertical-align: middle;
}

img.corner-r2 {
	width: 100%;
	max-width: 100%;
	border-radius: 30px;
	padding: 10px;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 40px 30px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	text-align: center;
	color: #222222;
}

span.bold_red {
	color: #FF0000;
	font-weight: bold;
}

h1 {
	font-size: 44px;
	font-weight: 200;
}
h2 {
	font-size: 40px;
	font-weight: 200;
}
h3 {
	font-size: 36px;
	font-weight: 200;
}
h4 {
	font-size: 48px;
	font-weight: bold;
}
h5 {
	font-size: 48px;
	font-weight: bold;
}
h6 {
	font-size: 32px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
h7 {
	font-size: 20px;
	font-weight: 200;
}

p {
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 30px;
}

.center_img1 {
	background-image: url("../img/header.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #FFFFFF;
	height: 300px;
	margin-bottom: -5px;
	text-align: center;
}

.center_img2 {
	background-image: url("../img/chiryoin/header.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #FFFFFF;
	height: 300px;
	margin-bottom: -5px;
	text-align: center;
}

.center_img3 {
	background-image: url("../img/staff/header.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #FFFFFF;
	height: 300px;
	margin-bottom: -5px;
	text-align: center;
}

.center_img4 {
	background-image: url("../img/naiyou/header.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #FFFFFF;
	height: 300px;
	margin-bottom: -5px;
	text-align: center;
}

.center_img5 {
	background-image: url("../img/price/header.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #FFFFFF;
	height: 300px;
	margin-bottom: -5px;
	text-align: center;
}

.text-box {
	color: #222222;
	padding: 100px 30px 100px 30px;
	margin-top: -5px;
	text-align: center;
}

.text-box-narrow {
	color: #222222;
	padding: 40px 0px 0px 0px;
	margin-top: -5px;
	text-align: center;
}

.text-box-nospace {
	color: #222222;
	padding: 0px 0px 0px 0px;
	margin-top: -5px;
	text-align: center;
}

.box-img {
	color: #222222;
	padding: 30px 30px 30px 30px;
	text-align: left;
}

.box-str {
	color: #222222;
	padding: 30px 30px 30px 30px;
	text-align: left;
}

.button {
	border: 0px;
	background-color: rgba(255,255,255,0.66);
	padding: 15px 60px;
	border-radius: 5px;
	color: #222222;
	font-size: 32px;
	text-decoration: none;
}

.white-box-r {
	background-color: rgba(255,255,255,0.50);
	color: #222222;
	padding: 30px 40px 30px 40px;
	margin-top: -5px;
	border-radius: 10px;
	text-align: left;
}
.white-box-r:before, .white-box-r:after {
	content: "";
	display: table;
}

.white-box-r:after {
	clear: both;
}

.menu-box1 {
	background-color: #FFFFFF;
	color: #222222;
	padding: 50px 20px 50px 20px;
	margin-top: -5px;
	text-align: center;
}

.menu-box2 {
	color: #222222;
	padding: 50px 20px 50px 20px;
	margin-top: -5px;
	text-align: center;
}

table.grid {
	background-color: rgba(255,255,255,0.50);
	color: #222222;
	border-collapse: separate;
	border: 2px solid #888888;
	border-radius: 10px;
	empty-cells: show;
	text-align: center;
}
table.grid td {
	color: #222222;
	border-collapse: separate;
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
	empty-cells: show;
	text-align: center;
}
table.grid td:last-child {
	border-right: 0px;
}
table.grid tr:last-child td {
	border-bottom: 0px;
}

table.grid2 {
	color: #222222;
	border-collapse: collapse;
	border: 0px;
	empty-cells: show;
	text-align: left;
}
table.grid2 td {
	color: #222222;
	border-collapse: collapse;
	border-bottom: 1px solid #888888;
	empty-cells: show;
	text-align: left;
}

table.contact-table {
	color: #222222;
	width: 80%;
	border: 0px;
}
table.contact-table td {
	text-align: left;
}

.dummy_space {
	padding: 60px 30px 60px 30px;
}

.wrapper {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.col {
	width: 100%;
	margin-bottom: 2px;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.stage {
	padding: 0px;
	color: #555555;
	text-align: center;
}

.topimage-sp {
	display: block;
	width: 100%;
}

.topimage-pc {
	display: none;
}

.center {
	text-align: center;
}

/*レスポンシブ：デスクトップ*/
@media (min-width: 1120px){
	article {
		font-size: 16px;
		font-weight: 200;
		margin: 0px;
		padding: 0px;
		border: 0px;
	}
	
	header {
		background-color: #FFFFFF;
		color: #555555;
		padding: 0px;
		width: 100%;
	}
	
	h1 {
		font-size: 40px;
		font-weight: 200;
	}
	h2 {
		font-size: 36px;
		font-weight: 200;
	}
	h3 {
		font-size: 32px;
		font-weight: 200;
	}
	h4 {
		font-size: 28px;
		font-weight: bold;
	}
	h5 {
		font-size: 24px;
		font-weight: bold;
	}
	h6 {
		font-size: 20px;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h7 {
		font-size: 16px;
		font-weight: bold;
	}
	
	p {
		font-size: 14px;
		font-weight: 200;
		margin-bottom: 30px;
	}
	
	.wrapper-desk-narrow {
		max-width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.button {
		border: 0px;
		background-color: rgba(255,255,255,0.66);
		padding: 15px 40px;
		border-radius: 5px;
		color: #222222;
		font-size: 16px;
		text-decoration: none;
	}	
	
	.col {
		width: 100%;
		float: left;
		margin-bottom: 0px;
	}
	
	.col-half {
		width: 50%;
		float: left;
		padding: 1px;
	}
	
	.col-o3 {
		width: 33%;
		float: left;
		padding: 1px;
	}
	
	.col-qtr {
		width: 25%;
		float: left;
		padding: 1px;
	}
	
	.col-pent {
		width: 20%;
		float: left;
		padding: 20px;
	}
	
	.topimage-sp {
		display: none;
	}

	.topimage-pc {
		display: block;
		width: 100%;
	}
	
	.stage {
		padding: 0px;
		color: #555555;
		text-align: center;
	}
}
