@charset "utf-8";
/* CSS Document */
/*リセットCSSここから*/
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
	font-size: 16px;
	line-height: 1.5;
}
h1,h2{
	font-size: 100%;
}
li{
	list-style-type: none;
}
a{
  text-decoration: none;

}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
address {
font-style:normal;
} 
img{
	border:none;
	display: block;
}
/*リセットCSSここまで*/

/*headerここから*/
#headerInner{
  width:1200px;
  margin: 0 auto;
  font-size: 18px;
}
header{
  position:fixed;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
header a{
  color: #fff;
}
#logo{
  float: left;
}
/*header右2つボタンここから*/

#headerRight{
  width: 440px;
  float: right;
  margin: 40px 0;
}
#headerRight ul li a{
  width: 210px;
  height: 55px;
  text-align: center;
  font-weight: bold;
  display: block;
  padding-top: 10px;
  padding-left: 40px;
  box-sizing: border-box;
  border: solid;
  border-radius: 10px;
  transition: ease all 0.3s; 
  float: left;
}
#headerRight ul li:first-child a{
  border-color: #ff83ac;
  background-color: #ff83ac;
  background-image: url(../../images/entry.png);
  background-size:20% 60%;
  background-repeat: no-repeat;
  background-position: 15px;
}
 #headerRight ul li:first-child a:hover{
  color: #ff83ac;
  background-color: #fff;
  background-image: url("../../images/entry_hover.png");
}

#headerRight ul li:last-child a{
  border-color: #3399ff;
  background-color: #3399ff;
  background-image: url(../../images/request.png);
  background-size:20% 60%;
  background-repeat: no-repeat;
  background-position: 15px;
  float: right;
}
 #headerRight ul li:last-child a:hover{
  color: #3399ff;
  background-color: #fff;
  background-image: url("../../images/request_hover.png");
}
/*header右2つボタンここまで*/
/*header navここから*/
#headerNavi{
  height: 50px;
  background-color: #67cc99;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  clear: both;
}
#headerNavi ul{
  width:1200px;
  margin-right: auto;
  margin-left: auto;
}
#headerNavi ul li{
  width: 240px;
  height: 50px;
  border-bottom: solid;
  border-bottom-color: transparent;
  border-width: thick;
  float: left;
  padding-top: 10px;
  box-sizing: border-box;
  transition: ease all 0.3s;
}
#headerNavi ul li a{
  display: block;
  width: 240px;
  height: 50px;
}
/*#headerNavi ul li a:hover{
  color: #67cc99;
}*/
#headerNavi ul li:hover{
  /*background-color: #fff;*/
  border-bottom: solid;
  border-width: thick;
  border-bottom-color: #ff83ac;
}
/*隠れているナビここから*/
#nav{
  width:100%;
  transition:.2s ease;
  clear: both;
  position: relative;
  overflow: hidden;
}
#nav li{
  background-color: #fff;
}

#nav li a{
  color: #67cc99;
}
.hidden{
  display:none;
  clear: both;
}
/*隠れているナビここまで*/
/*header navここまで*/
/*headerここまで*/

/*mainここから*/
main{
  color: #333;
  padding-top: 185px;
}

#mainPhoto{
  width: 1100px !important;
  height: 410px;
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}
/*bnr123*/
#bnr{
  height: 200px;
  margin: 0 auto 30px auto;
  background-color: #f3f6f8;
}
#bnr ul{
  width: 1100px;
  margin: 0 auto;
}
#bnr ul li{
  float: left;
  margin-top: 25px;
  margin-bottom: 25px;
}
#bnr ul li:nth-child(2){
  margin-right: 45px;
  margin-left: 45px;
}
#bnr ul li img{
  border: 1px #cdd7e5 solid
}
#bnr ul li:hover{
  opacity: 0.7;
}
/*main section1 Supportここから*/
#mainSupport{
  width: 1200px;
  height: 420px;
  margin: 40px auto 0 auto;
  clear: both;
}
#mainSupport h2{
  text-align: center;
  padding-top: 20px;
  font-size: 32px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif", "游明朝";
}
#support{
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif", "游明朝";
  text-align: center;
  margin: 20px 0 30px 0;
}
#mainSupport ul{
width: 1100px;
margin: 0 auto;
}
#mainSupport ul li{
  display: block;
  float: left;
  border: 2px solid #67cc99;
  border-radius: 10px;
  box-sizing: border-box;
  width: 350px;
  height: 350px;
}
#mainSupport ul li:nth-child(2){
  margin: 0 25px;
}
#mainSupport ul li:last-child{
  float: right;
}
#mainSupport ul li h3{
  background-color: #67cc99;
  color: #fff;
  text-align: center;
  height: 50px;
  font-size: 24px;
  padding-top: 5px;
  box-sizing: border-box;
  border-radius: 5px 5px 0 0;
}
#mainSupport ul li h3 span{
  padding-right: 3px;
}
#mainSupport ul li img{
  width: 346px;
  height: 200px;
}
#mainSupport ul li p{
  font-size: 16px;
  text-align: center;
  padding-top: 30px;
  line-height: 1px;
}
.car{
  background-image: url(../../common/images/carIcon.png);
  background-repeat: no-repeat;
  background-position: 20px 10px;
}
#mainSupport .marker1{
  background:linear-gradient(transparent 75%, #ffc0cb 75%);
  font-weight:bold; 
}
#mainSupport li a{
  color: #333;
}
#mainSupport li a:hover{
  opacity: 0.7;
  color: #67cc99;

}
/*main section1 Supportここまで*/

/*main section2 Voiceここから*/
#mainVoice{
  height: 560px;
  background-color: #ccffff;
  margin: 200px auto 0 auto;
  clear: both;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif", "游明朝";
}
#mainVoice ul{
  width: 1100px;
  margin: 0 auto;
}
#mainVoice h2{
  font-size: 32px;
  text-align: center;
  padding-top: 20px;
}
#mainVoice h2::before{
  content: url(../../images/voiceIcon1.png);
  margin-right: 20px;
}
#mainVoice h2::after{
  content: url(../../images/voiceIcon2.png);
  margin-left: 20px;
}
#mainVoice h2+p{
  text-align: center;
  padding-top: 10px;
}
#mainVoice h3{
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
  font-size: 24px;
  padding: 20px 20px 5px 20px;
  text-align: center;
}
#mainVoice h3+p{
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
}
#voice1::before{
  content: url(../../images/voice1.png);
  padding-right: 5px;
}
#voice2::before{
  content: url(../../images/voice2.png);
  padding-right: 5px;
}
#voice3::before{
  content: url(../../images/voice3.png);
  padding-right: 5px;
}
#mainVoice h3+p{
  font-size: 16px;
  text-align: left;
}

#mainVoice ul li{
  width: 350px;
  height: 330px;
  background-color: #fff;
  float: left;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 30px;
  padding: 0 10px;
}
#mainVoice ul li:nth-child(2){
  margin-left: 25px;
  margin-right: 25px;
}
#mainVoice ul li p{
  padding: 10px;
  line-height: 1.7;
}
#mainVoice .marker2{
  background:linear-gradient(transparent 75%, #fff799 75%);
  font-weight:bold; 
}
/*main section2 Voiceここまで*/

/*main section3 Newsここから*/
#mainNews{
  width: 800px;
  height: 200px;
  margin: 50px auto;
  clear: both;
  border: solid 2px #33cccc;
  line-height: 2;
}

#mainNews a{
  color: #333;
  font-size: 16px;
}
#mainNews a:hover{
  color: #33cccc;
  text-decoration: underline;
}
#mainNews h2{
  background-color: #33cccc;
  color: #fff;
  font-size: 24px;
  text-align: center;
  background-image: url("../../common/images/carIcon6.png"),url(../images/carIcon6.png);
  background-repeat: no-repeat,no-repeat;
  background-position: 20%,80%;
}
#mainNews table{
  margin: 10px auto;
}
#mainNews table th{
  color:#33cccc;
  display: block;
  margin-right: 30px;
}
/*main section3 Newsここまで*/

/*main section4 Contactここから*/
#mainContact{
  background-color: #d4fcec;
  height: 370px;
  margin: 40px auto 40px auto;
  clear: both;
}
#mainContactInner{
  display: flex;
  width: 1000px;
  margin: 42px auto;
}
#mainContact h2{
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif", "游明朝";
  font-size: 32px;
  text-align: center;
  padding-top: 25px;
}
#staff{
  margin-right: 30px;
}
/*2つのボタンここから*/
#mainContact ul li a{
  display: block;
  color: #fff;
  font-size: 24px;
  width: 410px;
  height: 90px;
  text-align: center;
  padding-top: 28px;
  padding-left: 30px;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 10px;
  margin-bottom: 30px;
}
#mainContact ul li:first-child a{
  background-color: #ff83ac;
  background-image: url(../../images/entry.png);
  background-repeat: no-repeat;
  background-position: 40px;
}
#mainContact ul li:last-child a{
  background-color: #3399ff;
  background-image: url(../../images/request.png);
  background-repeat: no-repeat;
  background-position: 40px;
}
#mainContact ul li a:hover{
  opacity: 0.7;
}
/*2つのボタンここまで*/
/*電話番号ここから*/
#tel{
  width: 310px;
  height: 210px;
  background-color: #67cc99;
  background-image: url(../../images/tel.png);
  background-repeat: no-repeat;
  background-position: 20px;
  margin-left: 30px;
}
#tel h3{
  text-align: center;
  font-size: 24px;
  padding: 20px;
}
#tel address{
  font-size: 34px;
  color: #fff;
  margin: 5px 5px 0 60px;
}
#tel p{
  text-align: center;
  padding: 10px;
}
#tel address span{
	padding: 3px;
}
/*電話番号ここまで*/
/*main section4 Contactここまで*/

/*mainここまで*/

/*footerここから*/
footer{
  height: 150px;
  background-color: #67cc99;
  color: #fff;
  font-size: 16px;
}
footer a{
  color: #fff;
}
#footerInner{
  width: 1100px;
  height: 130px;
  margin: 0 auto;
}
#footerInner nav{
  float: left;
  margin-top: 30px;
}
#footerInner li::before{
  content: "＞";
}
#footerInner ul li a:hover{
  text-decoration: underline;
}
#footerRight{
  float: right;
  margin-top: 20px;
}
#footerAddress{
  float: left;
  padding-top: 10px;
  padding-right: 40px;
}
#footerLogo{
  float: right;
}
/*footerここまで*/