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

/*
========================================

Reset

========================================
*/

html,body,
div,p,ul,ol,li,
h1,h2,h3,h4,h5,h6,
address,table,th,td,
dl,dt,dd{
margin:0;
padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

img{
border:none;
}

address,th,
em,strong{
font-style:normal;
font-weight:normal;
}

ul,ol{
list-style-type:none;
}

h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}

a,object{
outline:none;
}

body{
background:#fff;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
font-size:75%;
line-height:1.5;
color:#000;
}

input,textarea,select{
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}

body,
input,textarea,select,
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

/*
========================================

Layout

========================================
*/

/* ↓横幅の広いデスクトップに適用したいスタイル↓ */
html{
}

html img{width: 100%;}

#top .ttl{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	color: #006;
	width: 100%;
}

/*TOP画像*/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

/*ABOUT US*/

#top #about{
  background: url(../img/main_bg.jpg) repeat-x center;
  height: 450px;
  width: 100%;
}

#top #about .ttl{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding: 40px 0 15px 0;
	color: #FFF;
	width: 100%;
}

#about .txt-area{
	width: 650px;
	margin: 0 auto;
}

#about .description{
	text-align: center;
	font-size: 24px;
	color: #FFF;
	line-height: 2em;
}

#about .link-btn {
	line-height: 70px;
	margin: 30px auto 0;
	background-color: transparent;
	border: 2px solid #FFF;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	font-size: 24px;
	color: #006;
	width: 300px;
	height: 70px;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	letter-spacing: 5px;
}

#about .link-btn a {
  display: block;
  text-decoration: none;
  color: #FFF;
}

#about .link-btn:hover {
	background-color: #fff;
	border: 2px solid #003;
	color: #006;
}

#about .link-btn a:hover {
  color: #006;
}

/*メールフォーム*/

.mail #mailform {
  width: 650px;
  margin: 0 auto;
  text-align: center;
}

.mail #mailform div {
  font-size: 16px;
  margin: 0 20px;
}

.mail #mailform div p {
  margin: 30px 0 5px;
  text-align: left;
  color: #006;
}

.mail #mailform .form-box01 input {
  width: 610px;
  height: 38px;
}

.mail #mailform .form-box02 textarea {
  width: 610px;
  height: 110px;
}

.mail #mailform .form-box01 {
  display: inline-block;
}

.mail #mailform .snd-btn {
  margin: 30px 0;
  text-align: center;
}

.mail #mailform .snd-btn button {
  background-color: transparent;
  border: 1px solid #006;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 17px;
  color: #006;
  width: 160px;
  height: 50px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 5px;
}

.mail #mailform .snd-btn button:hover {
  background-color: #fff;
  border: 1px solid #006;
  color: #006;
}

.mail {
  width: 100%;
  margin: 0 auto;
  background-color: #999;
  background-size: cover;
  overflow: hidden;
}

/* footer */
#footer_bg_top{
  background: url(../img/footer_bg_top.gif) repeat-x;
  height: 100px;
}

#footer_bg_btm{
  background: url(../img/footer_bg_btm.gif) repeat-x;
  height: 100px;
}

#footlogo{
  margin: 0 auto 30px;
  text-align: center;
}

#footlogo img{
  width: 500px;
  height: 86px;
}

#footer{
  width: 900px;
  margin: 0 auto;
}

#footer div{
  float: left;
  margin-right: 80px;
}

#footer div h2{
  font-size: 18px;
  font-weight: bold;
}

#footer div span{
  font-size: 16px;
}

.clearfix:after{
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*
========================================

会社概要

========================================
*/

#top .header{
  margin: 10px 0 0 20px;
  width: 500px;
}

#top .header img {
}

#c-topimg {
  margin-top: 30px;
}

#c-wrap {
  background-color: #CCC;
}

#c-table {
  width: 65%;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #FFF;
}

#c-table h3{
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

#c-table table{
  width: 100%;
}

#c-table table tr{
}

#c-table table tr th,
#c-table table tr td{
  border-bottom: solid #000 2px;
  border-top: solid #000 2px;
  padding: 30px;
  font-size: 18px;
}

#c-table table tr td{
  font-size: 16px;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ↓通常のデスクトップに適用したいスタイル↓ */
@media screen and (max-width:1280px) {

}

/* ↓タブレットに適用したいスタイル↓ */
@media screen and (max-width:959px) {
.mail #mailform .form-box01 {
    display: block;
}
  
.mail #mailform .form-box01 input,
.mail #mailform .form-box02 textarea {
	width: 80%;
}
  
.mail {
    height: auto;
    padding: 60px 0 90px;
}
  
.mail #mailform {
    width: 80%;
}
  
.mail #mailform .snd-btn {
    text-align: center;
}
  
.mail h2.form-ttl {
    height: 60px;
}

#top #about{
  height: 500px;
  width: 100%;
}

#about .txt-area{
	width: 80%;
	margin: 0 auto;
}

#about .description{
	text-align: center;
	font-size: 24px;
	line-height: 2em;
}

#footer {
  width: 100%;
}


#footer div{
  float: none;
  margin-right: 0px;
  margin-left: 20px;
  margin-bottom: 30px;
}

#footer div h2{
  font-size: 18px;
  font-weight: bold;
}

#footer div span{
  font-size: 16px;
}
}

/* ↓スマホに適用したいスタイル↓ */
@media screen and (max-width:599px) {
#top .ttl{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	width: 100%;
}

#top #about{
  height: 450px;
  width: 100%;
}

#top #about .ttl{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 40px 0 15px 0;
	color: #FFF;
	width: 100%;
}

#about .txt-area{
	width: 80%;
	margin: 0 auto;
}

#about .description{
	text-align: center;
	font-size: 18px;
	line-height: 2em;
	color: #FFF;
}

#about .link-btn {
	line-height: 70px;
	margin: 30px auto 0;
	background-color: transparent;
	border: 2px solid #FFF;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	font-size: 20px;
	width: 230px;
	height: 70px;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	letter-spacing: 5px;
	background-color: #fff;
	border: 2px solid #FFF;
	color: #003;
}

#about .link-btn a {
  display: block;
  text-decoration: none;
  color: #003;
}

#about .link-btn:hover {
	background-color: #fff;
	border: 2px solid #003;
	color: #003;
}


.mail {
    height: auto;
    padding: 60px 0 90px;
}
.mail #mailform div {
    margin: 0;
}
  
.mail #mailform .snd-btn button {
    width: 120px;
    height: 45px;
    font-size: 14px;
}


.mail #mailform .snd-btn button {
  background-color: transparent;
  border: 1px solid #003;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 17px;
  color: #003;
  width: 160px;
  height: 50px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 5px;
  background-color: #fff;
  border: 1px solid #003;
  color: #003;
}

.mail #mailform .snd-btn button:hover {
  background-color: #fff;
  border: 1px solid #003;
  color: #003;
}

#footlogo{
  width: 100%;
}

#footlogo img{
  width: 80%;
  height: 80%;
}

#top .header{
  margin: 10px 0 0 10px;
  width: 70%;
}

#c-table {
  width: 95%;
  margin: 0 auto;
  padding: 30px 0;
}

#c-table h3{
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

#c-table table{
  width: 100%;
}

#c-table table tr{
}

#c-table table tr th,
#c-table table tr td{
  border-bottom: solid #000 2px;
  border-top: solid #000 2px;
  padding: 20px 5px;
  font-size: 14px;
}

#c-table table tr td{
  font-size: 14px;
}
}