@charset "shift_jis";
body {
    font-size: 100%;
    padding: 0px;
    margin: 0px;
    color: #333;
    line-height: 180%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1,h2,h3,h4,h5,p,ol,ul,li,dl,dd,form {
	margin: 0px;
	padding: 0px;
}
a:link,a:visited {
	text-decoration: none;
	color: #069;
}
a:hover,a:active {
	color: #069;
	text-decoration: underline;
}
a img:link,a img:visited {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
a img:hover,a img:active {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width: 100%;
	height: auto;
	}
.clear {
	clear: both;
	height: 0px;
}
.first {
	margin-top: 20px;
}
.smallfont {
	font-size: 80%;
	line-height: 140%;
}
#header_area {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
}
#header {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    padding-top: 5px;
}
.header_logo {
    float: left;
}
.header_logo a {
    font-size: 140%;
    font-weight: bold;
    color: #000000;
    line-height: 100%;
}

.header_catch {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 100%;
    float: right;
    color: #666666;
    white-space: nowrap;
    margin-bottom: 5px;
}
#menu_area {
	text-align: center;
	padding-bottom: 10px;
}

#menu {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    width: 94%;
    margin-bottom: 0px;
}
#menu li {
	list-style-type: none;
	width: 16.66%;
	float: left;
}
#menu li a {
	color: #333;
	font-size: 14px;
	margin: 2px;
	padding-top: 15px;
	padding-bottom: 13px;
	line-height: 100%;
	text-align: center;
	letter-spacing: 0.1em;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	display: block;
}
#menu a:link,#menu a:visited {
}
#menu a:hover,#menu a:active {
	background-color: #666;
	text-decoration: none;
	color: #FFFFFF;
}
#menu .selected {
	background-color: #333333;
	color: #FFFFFF;
}
#main_area {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
}
#main {
    max-width: 1000px;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
    width: 94%;
}
#contents {
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
}

#contents h1 {
    font-size: 160%;
    background-repeat: no-repeat;
    background-position: right bottom;
    letter-spacing: 0.2em;
    color: #000000;
    text-align: center;
    font-weight: bold;
}
#contents h2 {
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 80px;
    line-height: 100%;
    background-image: url(/img/h2_bg.gif);
    background-repeat: no-repeat;
    border-bottom: 1px solid #333333;
    padding-bottom: 2px;
    margin-bottom: 20px;
}
#contents .h2_first   {
    margin-top: 40px;
}
#contents h3 {
	font-size: 110%;
	margin-top: 40px;
	line-height: 120%;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
}
#contents h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 40px;
	line-height: 120%;
}
#contents ul  {
	margin-left: 2em;

}
#contents ol {
	margin-left: 70px;
}
#contents table {
    border-collapse: collapse;
    border: 1px solid #999999;
    clear: both;
    width: 100%;
    margin-top: 20px;
}
#contents .table_item {
	font-weight: normal;
	white-space: nowrap;
	border: 1px solid #999999;
	background-color: #EEEEEE;
	vertical-align: top;
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-left: 1em;
}
#contents .table_data_left {
	vertical-align: top;
	border: 1px solid #999999;
	text-align: left;
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-left: 1em;
}
#contents .table_data_center {
	vertical-align: top;
	border: 1px solid #999999;
	text-align: center;
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-left: 1em;
}
#contents .table_data_right {
	vertical-align: top;
	border: 1px solid #999999;
	text-align: right;
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-left: 1em;
}
#contents .image_center {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
#contents .image_right {
	margin-bottom: 20px;
	float: right;
	margin-top: 20px;
}
#contents .image_left {
	margin-bottom: 20px;
	float: left;
	margin-top: 20px;
}

#contents .right_photo {
	float: right;
	margin-left: 20px;
	margin-right: 20px;
	width: 23%;
}
#contents .map_box {
    margin-top: 20px;
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
    height: 400px;
}
#contents .map_box iframe,.map_box object,.map_box embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.flow_unit {
	border: 1px solid #663333;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F6F0F0;
	color: undefined;
}
.flow_title {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 10px;
}
.flow_arrow {
	text-align: center;
}
.example_photo {
    text-align: center;
    float: left;
    width: 260px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
}
.inquiry_tel {
    font-weight: bold;
    font-size: 140%;

}

#address_area {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    background-color: #EEE;
}
#address {
    margin-right: auto;
    margin-left: auto;
    max-width: 950px;
    width: 94%;
    font-size: 90%;
    text-align: left;
    line-height: 140%;
}
#address ul  {
    margin-left: 1.5em;
    line-height: 200%;
}
#address h1 {
    font-size: 120%;
    font-weight: bold;
    margin-top: 60px;
}
#address_area #address h3 {
}

#address h2 {
    font-size: 100%;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
#address .copyright {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 11px;
}
#page-top a {
	background: #333;
	text-decoration: none;
	color: #fff;
	width: 100px;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#page-top a:hover {
	text-decoration: none;
	background: #666;
}



@media screen and (max-width: 768px) {
body {
}
#header_area {
    padding-top: 5px;
}
.header_catch {
	float: none;
	width: 100%;
	text-align: center;
	font-size: 10px;
	line-height: 100%;
	letter-spacing: 0px;
}
.header_logo {
	width: 100%;
	float: none;
	text-align: center;
}
.header_tel {
	width: 100%;
	float: none;
	margin-top: 0px;
	text-align: center;
}
#menu_area {
	padding-bottom: 5px;
}
#menu li {
	width: 33.33%;
}
#menu li a {
	padding-top: 12px;
	padding-bottom: 10px;
	font-size: 12px;
	letter-spacing: 0em;
}
#contents {
    padding-top: 30px;
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}
#contents h1 {
	font-size: 130%;
	letter-spacing: 0.1em;
}
#contents  h2 {
	font-size: 110%;
	margin-top: 40px;
	letter-spacing: 0.1em;
}
#contents h3 {
	margin-top: 20px;
}
#contents h4 {
	margin-top: 10px;
}
#contents  ul  {
	margin-left: 20px;
}
#contents  ol {
	margin-left: 20px;
}
#contents table {
    font-size: 80%;
}
#contents .table_item {
    padding-top: 0.2em;
    padding-right: 0.5em;
    padding-bottom: 0.2em;
    padding-left: 0.5em;
}
#contents .table_data_left {
    padding-top: 0.2em;
    padding-right: 0.5em;
    padding-bottom: 0.2em;
    padding-left: 0.5em;
}
#contents .table_data_center {
    padding-top: 0.2em;
    padding-right: 0.5em;
    padding-bottom: 0.2em;
    padding-left: 0.5em;
}
#contents .table_data_right {
    padding-top: 0.2em;
    padding-right: 0.5em;
    padding-bottom: 0.2em;
    padding-left: 0.5em;
}
#contents .image_center {
	margin-top: 10px;
	margin-bottom: 10px;
}
#contents .right_photo {
	width: 240px;
	float: none;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#contents .image_right {
	text-align: center;
	margin-bottom: 10px;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
}
#contents .text_button {
	margin-right: auto;
	margin-left: auto;

}
#contents .map_box {
	margin-top: 10px;
	padding-bottom: 100%;
}
.example_photo {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 20px;
}
#textmenu {
	margin-top: 50px;
}
#textmenu a {
    display: block;
    line-height: 240%;
    width: 100%;
    margin-left: 2em;
    margin-right: 0em;
    text-align: left;
}
	
#address .copyright {
    margin-top: 5em;
}
}
