@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
  background: #f7f7f7;
  text-align: center;
  border-top: 1px solid #edeaea;
  border-bottom: 1px solid #edeaea;
}
/*---------------------------------------------------------------------------- 

	greeting

-----------------------------------------------------------------------------*/
#greeting {
  text-align: center;
  margin-top: 40px;
  padding: 50px 0 40px;
}

@media (max-width:767px) {
#greeting {
  margin-top: 20px;
  padding: 20px 0 30px;
}
}
.greeting_bg {
  background: url(../img/index_img/greeting_bg.png) right bottom no-repeat;
}
#greeting p {
  line-height: 2.2em;
}
#greeting #greeting_title {
  color: #0b3b87;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.2em;
}

@media (max-width:767px) {
#greeting #greeting_title {
  font-size: 20px;
}
#greeting p {
  line-height: 1.6em;
}
.greeting_bg {
  background: url(../img/index_img/greeting_bg.png) right bottom no-repeat;
  background-size: auto 150px;
}
}
/*---------------------------------------------------------------------------- 

	sale

-----------------------------------------------------------------------------*/
#sale {
  padding: 50px 0 30px;
}

@media (max-width:767px) {
#sale {
  padding: 30px 0 30px;
}
}
#sale p {
  line-height: 2.2em;
  margin-bottom: 30px;
}

@media (max-width:767px) {
#sale p {
  line-height: 1.6em;
}
}

@media (max-width:767px) {
#sale img.sale_img {
  margin-bottom: 15px;
}
}
/*---------------------------------------------------------------------------- 

	service

-----------------------------------------------------------------------------*/
#service {
  padding: 50px 0 20px;
}

@media (max-width:767px) {
#service {
  padding: 30px 0 30px;
}
}
.s_box {
  background: #2d63b8 url(../img/index_img/service_point.png) bottom right no-repeat;
  padding: 8px 0;
  margin: 0 0 50px;
  text-align: center;
}
.s_box p {
  color: #FFFFFF;
  padding: 10px 30px 5px;
  line-height: 1.4em;
}

@media (max-width: 991px) {
.s_box p {
  font-size: 12px;
}
}

@media (max-width:767px) {
.s_box p {
  font-size: 14px;
  line-height: 1.2em;
}
}
.s_box img {
  margin: 0 auto;
}
.s_box:hover {
  cursor: pointer;
}
.s_box:hover {
  background: #487bcd url(../img/index_img/service_point.png) bottom right no-repeat;
}
.s_box:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.s_box:hover p {
  color: #C8D7EF;
}
/*---------------------------------------------------------------------------- 

	NEWS

-----------------------------------------------------------------------------*/
#news {
  padding: 50px 0 0;
}
#news.section {
  margin-bottom: 0;
}

@media (max-width:767px) {
#news {
  padding: 30px 0 0px;
}
}
/*------------------------------------------------------------content*/
/*更新プログラム(連動)フォーマット*/
#news01 {
  width: 100%;
  overflow: hidden;
}
#news01 dl {
  margin: 0 0 30px;
  text-align: center;
}
#news01 dt {
  background: url(../img/index_img/news_point.png) left center no-repeat;
  width: 9em;
  margin: 0 auto 3px;
}
#news01 dd {
}
/*Googlemap*/
#googlemap iframe {
  display: none;
}
.mapbtn {
  background: #666;
  border-radius: 4px;
  margin: 0 auto;
  text-align: center;
  width: 100px;
}
.mapbtn a {
  display: block;
  color: #FFF;
  text-decoration: none;
  padding: 10px;
}
.mapbtn a:hover {
  text-decoration: underline;
}

@media print, screen and (min-width:768px) {
#googlemap iframe {
  display: block;
}
.mapbtn {
  display: none;
}
}
