@charset "UTF-8";
/*==========================================

TOP PAGE
	
==========================================*/
.sec-title {
  margin-top: 25px;
  margin-bottom: 30px;
  text-align: center;
}

.sec-title img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 736px) {
  .sec-title {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}

/*banner
------------------------------------------- */
#banner{
margin:0;
padding:0;
}

#banner img{
 width: 100%;
 height: auto;
 padding:0;
 margin:0;
}

/*header
------------------------------------------- */
#header {
  background-image: url(../images/bk_01.jpg);
  background-position: left top;
  background-repeat: repeat;
}

#header .container {
  position: relative;
}

 #header .header_in {
    position: relative;
}

#header #header-logo {
  width: 117px;
  height: 41px;
  position: absolute;
  top: 14px;
  right: 16px;
  margin: 0;
  padding: 0;
  text-align: left;
}

#header #header-logo a {
  display: block;
  width: 117px;
  height: 41px;
  outline: none;
}

#header #gnav {
  position: absolute;
  left: 3%;
  bottom: 0;
  margin-bottom: 20px;
  width: 96.6%;
}

#header #gnav ul {
  list-style: none;
  overflow: hidden;
}

#header #gnav ul li {
  margin: 0;
  padding: 0;
  float: left;
  width: 24.3%;
  background-position: left top;
  background-repeat: no-repeat;
}

#header #gnav ul li img {
  width: 100%;
  height: auto;
}

#header #gnav ul li.gnav01 {
  width: 23.7%;
}

@media screen and (max-width: 736px) {
  #header {
    background-image: none;
  }
  #header .header_in {
    position: relative;
  }
  #header #header-logo {
    top: auto;
    bottom: 14px;
    right: 10px;
  }
  #header #header-logo a img {
    width: 100%;
    height: auto;
  }
  #header #gnav {
    position: relative;
    left: 0%;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
  }
  #header #gnav ul li {
    float: none;
    width: 100%;
    background-image: none;
    position: relative;
  }
  #header #gnav ul li a {
    width: 100%;
    display: block;
    padding: 0.7em 22px 0.7em 15px;
    text-decoration: none;
    color: #663300;
  }
  #header #gnav ul li a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  #header #gnav ul li a:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5em;
    display: inline-block;
    width: 22px;
    height: 22px;
    color: #fff;
    font-size: 22px;
    font-family: FontAwesome;
    content: "\f107";
    line-height: 1.1;
  }
  #header #gnav ul li.gnav01 {
    width: 100%;
  }
  #header #gnav ul li.gnav01 a {
    background-color: #B3EA7B;
  }
  #header #gnav ul li.gnav02 a {
    background-color: #F7F255;
  }
  #header #gnav ul li.gnav03 a {
    background-color: #95DFD5;
  }
  #header #gnav ul li.gnav04 a {
    background-color: #C0B9E3;
  }
}

@media screen and (max-width: 500px) {
  #header #header-logo {
    width: 94px;
    height: 33px;
  }
  #header #header-logo a {
    width: 94px;
    height: 33px;
  }
}

/*sec01
------------------------------------------- */
.sec01 {
  background-image: url(../images/bk_01.jpg);
  background-position: left top;
}

.sec01 .sec_in {
  margin-bottom: 45px;
  background-color: #fff;
  padding: 30px;
  position: relative;
  text-align: left;
}

.sec01 .sec_in:before,
.sec01 .sec_in:after {
  display: block;
  position: absolute;
  content: '';
  width: 50px;
  height: 49px;
  background-repeat: no-repeat;
  background-position: left top;
}

.sec01 .sec_in:before {
  left: 5px;
  top: 5px;
  background-image: url(../images/idx01-left-top.png);
}

.sec01 .sec_in:after {
  right: 5px;
  top: 5px;
  background-image: url(../images/idx01-right-top.png);
}

.sec01 .sec_in p {
  margin-bottom: 0.5em;
}

.sec01 .sec_in .sec_inin {
  width: 100%;
  font-size: 1.125em;
}

.sec01 .sec_in .sec_inin:before,
.sec01 .sec_in .sec_inin:after {
  display: block;
  position: absolute;
  content: '';
  width: 50px;
  height: 49px;
  background-repeat: no-repeat;
  background-position: left top;
}

.sec01 .sec_in .sec_inin:before {
  left: 5px;
  bottom: 5px;
  background-image: url(../images/idx01-left-bottom.png);
}

.sec01 .sec_in .sec_inin:after {
  right: 5px;
  bottom: 5px;
  background-image: url(../images/idx01-right-bottom.png);
}

@media screen and (max-width: 736px) {
  .sec01 .sec_in {
    padding: 20px 20px 30px;
  }
  .sec01 .sec_in .container {
    font-size: 1em;
  }
  .sec01 .sec_in .container img {
    width: 100%;
    height: auto;
  }
  .sec01 .sec_in .sec_inin {
    padding-bottom: 15px;
  }
  .sec01 .sec_in p.ti {
    margin: 10px 0px 10px 0px;
    text-align: center;
  }
  .sec01 .sec_in p.ti img {
    width: 80%;
    height: auto;
  }
}

@media screen and (max-width: 414px) {
  .sec01 .sec_in p.ti img {
    width: 94%;
    height: auto;
  }
}

/*sec02
------------------------------------------- */
.sec02 {
  background-image: url(../images/bk_01.jpg);
  background-position: left top;
  background-repeat: repeat;
}

.sec02 .sec_in {
  position: relative;
  padding-top: 20px;
  background-image: url(../images/bk_02.jpg);
  background-repeat: repeat;
}

.sec02 .sec_in .sec-title {
  margin-top: 0;
}

.sec02 footer {
  margin-top: 40px;
}

.sec02 footer .footer_in {
  background-color: #FD8C39;
  padding-bottom: 30px;
  padding-top: 15px;
}

.sec02 footer .footer_in .lead {
  width: 89%;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .sec02 footer {
    margin-top: 20px;
    padding-bottom: 0;
  }
  .sec02 footer .footer_in .lead {
    width: 100%;
  }
}

/*sec03
------------------------------------------- */
.sec03 {
  position: relative;
  background: url(../images/bk_06.jpg) repeat;
}

.sec03 .sec_in {
  margin-top: 30px;
}

.sec03 img {
  vertical-align: top;
}

.sec03 .sec-title {
  margin-top: 10px;
  margin-bottom: 0px;
}

.sec03 h2 {
  font-size: 1.625em;
  text-align: center;
  line-height: 1.4;
}

.sec03 .pro_burner {
  padding-top: 20px;
  padding-bottom: 40px;
  clear: both;
}

.sec03 .pro_burner .pro_burner_in {
  background-color: #FBF9A2;
  border-radius: 15px;
  padding: 20px;
}

.sec03 .pro_burner .pro_burner_in dt {
  font-weight: bold;
  font-size: 1.250em;
  line-height: 1.8;
}

.sec03 .pro_burner .pro_burner_in dd {
  margin-bottom: 10px;
}

.sec03 .pro_burner .pro_burner_in dd small {
  display: block;
}

@media screen and (max-width: 736px) {
  .sec03 .sec_in {
    margin-top: 0;
  }
  .sec03 h2 {
    font-size: 1.125em;
  }
  .sec03 .pro_burner {
    padding-bottom: 20px;
  }
  .sec03 .pro_burner .pro_burner_in {
    padding: 15px;
  }
  .sec03 .pro_burner .pro_burner_in dt {
    font-size: 1.125em;
    line-height: 1.4;
  }
  .sec03 .pro_burner .pro_burner_in dd {
    margin-bottom: 10px;
  }
  .sec03 .pro_burner .pro_burner_in dd small {
    display: block;
  }
}

/*sec04
------------------------------------------- */
.sec04 {
  position: relative;
  margin-top: 0px;
}

.sec04 .sec_in {
  background-image: url(../images/bk_06.jpg);
  background-position: left top;
  background-repeat: repeat;
}

.sec04 .sec_inin {
  background: url(../images/bk_08.jpg) repeat;
  background-position: top center;
  background-size: 100%;
  padding-bottom: 40px;
  margin-top: -25px;
}

.sec04 img {
  vertical-align: top;
}

.sec04 .sec-title {
  margin-top: 10px;
  margin-bottom: 0px;
}

.sec04 h2 {
  font-size: 1.625em;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 736px) {
  .sec04 h2 {
    font-size: 1.125em;
  }
  .sec04 .sec_inin {
    margin-top: 0;
  }
  .sec04 .sec-title {
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .sec04 .sec-title {
    margin-top: -0.5em;
  }
}

/*.pro_list
------------------------------------------- */
.pro_list {
  padding-left: 0;
  padding-right: 0;
}

.pro_list dl {
  width: 47%;
  float: left;
  margin-left: 2%;
  margin-top: 20px;
  border-radius: 10px;
  background-color: #EFE9E0;
}

.pro_list dl dt {
  border-radius: 0 0 15px 15px;
  padding: 15px;
  line-height: 1.4;
}

.pro_list dl dt strong {
  font-weight: bold;
  font-size: 1.250em;
  display: block;
}

.pro_list dl dt small {
  display: block;
  padding-top: 3px;
}

.pro_list dl dd {
  text-align: center;
  background-color: #fff;
  padding: 20px 15px 15px;
  border-radius: 13px 13px 0 0;
}

.pro_list dl dd a:hover img {
  opacity: 0.8;
}

.pro_list dl dd img {
  max-width: 100%;
  height: auto;
}

.pro_list dl dd.img2col .in {
  display: table;
  width: 100%;
  vertical-align: bottom;
  table-layout: fixed;
}

.pro_list dl dd.img2col a {
  display: table-cell;
  vertical-align: bottom;
}

@media screen and (max-width: 736px) {
  .pro_list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pro_list dl {
    width: 100%;
    float: none;
    margin-left: 0%;
    margin-top: 20px;
  }
  .pro_list dl dt {
    padding: 15px;
  }
  .pro_list dl dt strong {
    font-size: 1.125em;
  }
}

/*site_footer
------------------------------------------- */
#site_footer {
  clear: both;
  background-color: #663300;
  text-align: center;
  padding: 1em 0;
  color: #fff;
}

#site_footer .copyright {
  font-size: 0.875em;
  font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 736px) {
  #site_footer .copyright {
    font-size: 10px;
  }
}

/*hidden-sm, hidden-lgが使用できない場合（IE8対応）
------------------------------------------- */
.hid-sm {
  display: block;
}

.hid-lg {
  display: none;
}

@media screen and (max-width: 736px) {
  .hid-sm {
    display: none !important;
  }
  .hid-lg {
    display: block !important;
  }
}
