@charset "utf-8";
body {
  padding: 0px;
  margin: 0px;
  font-size: 100%;
  color: #333333;
  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;
	transition:all 0.3s;
}
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%;
  transition: all 0.3s;
	}
.clear {
  height: 0px;
  clear: both;
}
.first {
  margin-top: 20px;
}
.smallfont {
	font-size: 80%;
	line-height: 140%;
}
#header_area {
  background-color: #FFFFFF;
  border-bottom: 1px solid #333333;
}
#header {
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 90%;
}
#header_logo {
  float: left;
  width: 400px;
  height: 80px;
  margin-right: 40px;
}
#menu {
	padding-top: 25px;
	text-align: right;
}
#menu ul   {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;

}
#menu li   {
  list-style-type: none;
  display: inline;
  margin-left: 20px;
  margin-right: 20px;
  white-space: nowrap;
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#menu a:link,#menu a:visited   {
  color: #000000;
}
#menu a:hover,#menu a:active   {
	color: #000000;
	opacity: 0.7;
}
.swiper-container {
  max-width: 1800px;
  z-index: 9990;
  margin-left: auto;
  margin-right: auto;
}
.contents {
	max-width: 1000px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	padding-top: 80px;
	padding-bottom: 80px;
}
#catch {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}
.catch_title {
  font-size: 140%;
  margin-bottom: 20px;
}
#title_area {
}
#title_area img {
	width: 100%;
}
#title_area1,#title_area2,#title_area3 {
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
  background-position: 50% 50%;
}
#title_area1 {
  background-image: url(../img/title1_bg.jpg);
}
#title_area2 {
  background-image: url(../img/title2_bg.jpg);
}
#title_area3 {
  background-image: url(../img/title3_bg.jpg);
}
h1  {
  font-size: 36px;
  letter-spacing: 0.3em;
  line-height: 100%;
  font-weight: normal;
  text-align: center;
}
.h1_sub {
	font-size: 70%;
	text-align: center;
	letter-spacing: 0.2em;
	color: #666;
	margin-bottom: 60px;
}

h2   {
  font-size: 120%;
  font-weight: bold;
  margin-top: 80px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #333333;
}

h3  {
  font-size: 120%;
  font-weight: normal;
  padding-top: 10px;
  color: #0088AA;
  padding-bottom: 10px;
}

h4  {
  font-size: 100%;
  font-weight: bold;
  margin-top: 20px;
  line-height: 140%;
  margin-bottom: 5px;
}
.text_button {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 90%;
  border-radius: 5px;
  width: 30em;
}
.text_button a:link,.text_button a:visited {
	text-decoration: none;
	line-height: 100%;
	display: block;
	padding-top: 16px;
	padding-bottom: 15px;
	background-color: #999;
	border: 1px solid #999;
	color: #FFFFFF;
}
.text_button a:hover,.text_button a:active {
	transition: all 0.5s;
	opacity: 1;
	background-color: #FFFFFF;
	color: #333333;
}
.philosophy {
  font-size: 140%;
  margin-top: 20px;
}
.service_unit {
  margin-top: 60px;
}
.service_image {
	width: 400px;
	float: left;
}
.service_text {
  margin-left: 440px;
}
.table_100 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #999999;
  clear: both;
  margin-top: 40px;
}
.table_header,.table_item,.table_item_left,.table_data_left,.table_data_center,.table_data_right {
  border: 1px solid #999999;
  vertical-align: top;
  padding-top: 12px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 95%;
  line-height: 160%;
}
.table_header {
	font-weight: normal;
	white-space: nowrap;
	background-color: #EEEEEE;
	text-align: center;
}
.table_item {
  font-weight: normal;
  white-space: nowrap;
  background-color: #F3F3F3;
  text-align: center;
}
.table_data_left {
	text-align: left;
}
.table_data_center {
	text-align: center;
}
.table_data_right {
	text-align: right;
}
li {
  margin-left: 1.5em;
}
.image_center  {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.image_right  {
  margin-bottom: 50px;
  float: right;
  margin-left: 50px;
  margin-top: 10px;
}
.image_left  {
  margin-bottom: 50px;
  float: left;
  margin-right: 50px;
  margin-top: 10px;
}
.google_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-top: 20px;
}
.google_map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
form {
	padding-top: 40px;
	padding-bottom: 40px;
}

form p {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 90%;
	color: #999;
}

.must {
	color: #C00;
	font-size: 90%;
	margin-left: 10px;
}
input {
	font-size: 110%;
	border: 1px solid #CCC;
	margin-top: 5px;
}
textarea {
	font-size: 110%;
	border: 1px solid #CCC;
	resize: horizontal;
	margin-top: 5px;
}
.form_button {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 9px;
	width: 20em;
	margin-left: auto;
	margin-right: auto;
	background-image: url(url);
	background-color: #666666;
}
.msg {
	font-weight: normal;
	color: #C00;
}

select {
	font-size: 120%;
	border: 1px solid #999999;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.input_thin,.input_middle,.input_wide {
	font-size: 130%;
}
.input_thin {
  width: 4em;
  max-width: 90%;
}
.input_middle {
  width: 20em;
  max-width: 90%;
}
.input_wide {
	width: 100%;
	max-width: 90%;
}
#footer_area {
	background-color: #F3F3F3;
	padding-bottom: 240px;
	background-image: url(../img/footer_image.jpg);
	background-repeat: repeat-x;
	background-position: 0 100%;
	padding-top: 0px;
}
#footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  font-size: 90%;
  line-height: 140%;
  text-align: center;
}
#footer_menu {
  padding-top: 40px;
  padding-bottom: 60px;
}
#footer_menu li   {
  list-style-type: none;
  display: inline;
  margin-left: 20px;
  margin-right: 20px;
  white-space: nowrap;
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#footer_menu a:link,#footer_menu a:visited   {
  color: #000000;
}
#footer_menu a:hover,#footer_menu a:active   {
  color: #000000;
}
.footer_title {
  font-size: 160%;
  padding-bottom: 10px;
}
#copyright  {
  font-size: 12px;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 10px;
}
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
}

#page-top a:link,#page-top a:visited {
	background-color: #000;
	text-decoration: none;
	color: #fff;
	width: 6em;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#page-top a:hover,#page-top a:active {
	text-decoration: none;
	background: #666;
}
@media screen and (max-width: 768px) {
.text_button {
  margin-top: 40px;
  width: 18em;
}
#header_area {
  background-color: #FFFFFF;
  border-bottom: 1px solid #333333;
}

#header_logo {
  float: none;
  width: 250px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
}
#menu {
  padding-top: 10px;
  text-align: center;
  padding-bottom: 10px;
}
#menu li   {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
}
.contents {
	padding-top: 40px;
	padding-bottom: 40px;
}
#catch {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  font-size: 90%;
}
.catch_title {
  font-size: 120%;
  margin-bottom: 10px;
  font-weight: bold;
  background-size: 100%;
}
#title_area1,#title_area2,#title_area3 {
  height: 150px;
  background-size: 100% auto;
}
h1  {
  font-size: 24px;
}
.h1_sub {
  margin-bottom: 20px;
}
h2   {
  margin-top: 40px;
  margin-bottom: 10px;
  letter-spacing: 0em;
}
h3  {
  font-size: 120%;
  font-weight: bold;
}
.philosophy {
  font-size: 110%;
  margin-top: 10px;
}
.service_unit {
  margin-top: 60px;
}
.service_image {
  float: none;
  max-width: 100%;
  border-style: none;
}
.service_text {
  margin-left: 0px;
}
.table_100 {
  margin-top: 20px;
}
.table_header,.table_item,.table_item_left,.table_data_left,.table_data_center,.table_data_right {
  border: 1px solid #999999;
  vertical-align: top;
  padding-top: 5px;
  padding-right: 8px;
  padding-bottom: 5px;
  padding-left: 8px;
  font-size: 80%;
}
.image_center  {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.image_right  {
  margin-bottom: 20px;
  float: none;
  margin-right: 0px;
  margin-left: 0px;
}
.image_left  {
  margin-bottom: 20px;
  float: none;
  margin-right: 0px;
  margin-left: 0px;
}
.google_map {
  padding-bottom: 100%;
}
form {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}
.input_thin,.input_middle,.input_wide {
	font-size: 130%;
}
.input_thin {
  width: 4em;
  max-width: 90%;
}
.input_middle {
  width: 16em;
  max-width: 90%;
}
.input_wide {
	width: 100%;
	max-width: 90%;
}
#footer_area {
  margin-top: 40px;
  padding-bottom: 80px;
  background-size: 100%;
}
#footer_menu {
  padding-top: 20px;
  padding-bottom: 40px;
}
#footer_menu li   {
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
  font-size: 13px;
  margin-top: 0px;
}
.footer_title {
  font-size: 140%;
}
#copyright  {
  padding-bottom: 60px;
}
}
