@charset "utf-8";

/* =================================================================
ブラウザのデフォルト設定を初期化
================================================================= */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size:12px;
	line-height:150%;
	font-family: "Verdana", "Tahoma", "Arial", "Helvetica", "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka－等幅";
	color:#333333;
}
html {

}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border: none;
}
img {
	vertical-align:bottom;
}

h2 {
	background-image:url(../images/h2_grad.jpg);
	background-repeat:repeat-x;
	height:41px;
}


/* =================================================================
大枠スタイル
================================================================= */
body {

}

.container {
	width: 950px;
	margin: 0 auto;
}



#header {
	background-image:url(../images/header_back.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:263px;
}

	#top_menu {
		padding-left:3px;
	}
		#top_menu li {
			display:block;
			float:left;
			width:157px;
			background-color: #00A599;
		}
		#top_menu li a:hover img {
			opacity:0.9;
			filter: alpha(opacity=90);
			-ms-filter: "alpha( opacity=90 )";
			
		}







#footer {
	background-image:url(../images/footer_back.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:330px;
	
}
	#footer .container {
		padding:20px 0px;
	}
	#footer_links {
		padding-bottom:10px;
		border-bottom:2px dotted #C0C0C0;
		margin-bottom:10px;
	}
	#copyright {
		color:#FFFFFF;
		text-align:center;
		margin-top: 25px;
	}



.return2top {
	clear:both;
	text-align:right;
	padding:5px 0px;
}




#left_container {
	width:685px;
	float:left;
	padding-bottom:10px;
}

	.contentbox_gray {
		border:1px solid #CCCCCC;
		padding:3px 3px 30px 3px;
		background-image:url(../images/content_box_grad_bottom.jpg);
		background-position:3px bottom;
		background-repeat:no-repeat;
		margin-bottom:20px;
	}

	.contentbox_green {
		border:1px solid #00A599;
		padding:3px;
		margin-bottom:20px;
	}

	#pankuzu {
		margin-top:5px;
		padding-bottom:10px;
		text-align:right;
		color:#000000;
		font-size:10px;
		font-weight:bold;
	}
		#pankuzu a {
			color:#000000;
			font-size:10px;
			font-weight:bold;
		}

	#left_cost_faq_links {
		margin-top:20px;
		padding-bottom:45px;
	}
		#left_cost_faq_links li {
			float:left;
			padding-left:15px;
		}
		#left_cost_faq_links a {
			color:#00A499;
			font-weight:bold;
			font-size:14px;
		}


#right_container {
	width: 250px;
	float:right;
}


	#right_container #banner_contact {
		margin:10px 0px;
		display:block;
	}

	#right_container li {
		background-color: #00A599;
	}
	#right_container li a:hover img {
		opacity:0.9;
		filter: alpha(opacity=90);
		-ms-filter: "alpha( opacity=90 )";
	}
	
	#right_interview {
		margin:25px 0px;
	}
	
	#right_introduction {
		background-image:url(../images/right_introduction_back.jpg);
		background-repeat:repeat-y;
		margin-bottom:10px;
	}
		#right_introduction h5 {
			color:#00A499;
			font-weight:bold;
			font-size:14px;
			margin-top:15px;
		}
		#right_introduction p {
			font-size:12px;
			padding:5px;
		}
		#right_introduction p img {
			margin-left:5px;
			margin-bottom:5px;
		}
	
	#rigtht_news {
		border:1px solid #00A599;
		margin-bottom:10px;
	}
		#rigtht_news h3 {
			background-color:#00A599;
		}
		#rigtht_news ul {
			margin:10px;
		}
		#rigtht_news li {
			background-image:url(../images/right_news_icon.gif);
			background-position:left 3px;
			background-repeat:no-repeat;
			border-bottom:2px dotted #CCCCCC;
			font-size:10px;
			padding-left:12px;
			padding-bottom:5px;
			margin-top:5px;
			background-color:#FFFFFF;
		}

#right_container .reserve {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border: 1px solid #9e9e9e;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#right_container .reserve div img {
    width: 200px;
}

#right_container .reserve div {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}

#right_container .reserve .list {
    width: 80%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

#right_container .reserve .list a {
    padding: 2px 10px;
    font-size: 14px;
    background: #e2e2e2;
    border-radius: 15px;
	text-align: center;
}

#right_container .reserve div a:hover {
    background: #c0b9b9;
    color: #fff;
    text-decoration: none;
}


/* =================================================================
問い合わせフォーム
================================================================= */

.form {
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:20px;
	width:100%;
}
	.form th {
		padding:20px 0px;
		text-align:left;
		color:#00A599;
		border-bottom:1px solid #00A599;
		width:140px;
	}
	.form td {
		padding:10px 0px;
		text-align:left;
		border-bottom:1px solid #00A599;
	}
		
.error_msg {
	color:#FF0000;
	font-weight:bold;
}	


.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

#net-reserve{ padding:0 0 10px 0; margin-bottom:10px; border-bottom:2px dotted #ccc;}
#net-reserve div{ float:left; margin:0 10px 0 0 !important;}
#net-reserve img{ width:190px; margin:0;}
#net-reserve .btn{ width:25%;}
#net-reserve .btn a{ display: block; background:#2CC2AE; color:#fff; box-shadow:4px 4px 0 #ccc; text-align:center; padding:5px 0; font-size:16px; margin:0;}
#net-reserve .btn a span{ font-size:12px; color:#fff;}
