@charset "utf-8";
#introduction {
  padding-top: 10px;
}
body {
  background: url(../../img/common/hd_bg_ctg.png) no-repeat center top;
  background-size: 100% 270px;
}
@media only screen and (max-width: 750px) {
  body {
    background: url(../../img/common/hd_bg_ctg.png) no-repeat center 0rem;
    background-size: 200% 22rem;
  }
  .mv {
    width: 100%;
    height: auto;
    margin: 0rem auto 0 auto;
    filter: drop-shadow(0px 0px 0 rgba(0,0,0,0.0));
  }
  .content {
    width: 100%;
    margin: 0 auto 0 auto;
  }
}

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

sec-pagetitle
===========================*/
.sec-pagetitle {
  width: 1200px;
  margin: 0 auto 0 auto;
}
.sec-pagetitle .pankuzu {
  font-size: 14px;
  line-height: 1.47;
  text-align: left;
  margin: 15px 0 0 5px;
}
.sec-pagetitle h2 {
  width: 100%;
  display: inline-block;
  margin: 10px auto 0 auto;
  padding: 0;
  filter: drop-shadow(0 0px 4px rgba(0, 0, 0, .5));
}

@media only screen and (max-width: 750px) {
  .sec-pagetitle {
    width: 100%;
    margin: 9.8rem auto 0 auto;
  }
  .sec-pagetitle .pankuzu {
    font-size: 14px;
    line-height: 1.47;
    text-align: left;
    width: 100%;
    margin: 2rem 0 0 2rem;
  }
  .sec-pagetitle h2 {
    width: 100%;
    display: inline-block;
    margin: 10px auto 0 auto;
    padding: 0;
    filter: drop-shadow(0 0px 4px rgba(0, 0, 0, .5));
  }
}


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

.sec-ctg01
===========================*/
.sec-ctg01 {
  text-align: center;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 90px 0 150px 0;
}
.sec-ctg01 h3 {
  font-size: 36px;
  line-height: 1.47;
  color: #f38838;
  letter-spacing: 0.25rem;
  text-align: center;
  margin: 0 0 60px 0;
  padding: 0 0 0 0;
}
.sec-ctg01 .inner {
  text-align: center;
  width: 720px;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  border: solid 4px #936362;
  border-radius: 20px;
}
.sec-ctg01 .inner .map iframe {
  width: 100%;
  height: 600px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-radius: 20px 20px 0 0;
}
.sec-ctg01 .btn {
  font-size: 20px;
  line-height: 1.0;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-color: #228b22;
  display: block;
  border-radius: 26px;
  margin: 45px auto 0 auto;
  width: 400px;
  padding: 15px 60px 15px 20px;
  box-shadow: 4px 4px #7ab97a;
  background-image: url(../../img/common/bt_arrw.png);
  background-position: right 24px center;
  background-size: 7% auto;
  background-repeat: no-repeat;
}
.sec-ctg01 .read {
  font-size: 1.8rem;
  line-height: 2.0;
  color: #333333;
  text-align: left;
  margin: 45px 0 30px 30px;
  padding: 0 0 0 0;
}
@media only screen and (max-width: 750px) {
  .sec-ctg01 {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 7.5rem 3rem 15.0rem 3rem ;
  }
  .sec-ctg01 h3 {
    font-size: 4.0rem;
    line-height: 2.0;
    color: #f38838;
    letter-spacing: 0.25rem;
    text-align: center;
    margin: 0rem 0 5.0rem 0;
    padding: 0 0 0 0;
  }
  .sec-ctg01 .inner {
    text-align: center;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    border: solid 4px #936362;
    border-radius: 2rem;
  }
  .sec-ctg01 .inner .map iframe {
    width: 100%;
    height: 80rem;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    border-radius: 2rem 2rem 0 2rem;
  }
  .sec-ctg01 .btn {
    font-size: 3.0rem;
    line-height: 1.0;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    background-color: #228b22;
    display: block;
    border-radius: 26px;
    width: 80%;
    margin: 6.0rem auto 0 auto;
    padding: 3.0rem 0 3.0rem 2.0rem;
    box-shadow: 4px 4px #7ab97a;
    background-image: url(../../img/common/bt_arrw.png);
    background-position: right 3.0rem center;
    background-size: 7% auto;
    background-repeat: no-repeat;
  }
  .sec-ctg01 .read {
    font-size: 2.5rem;
    line-height: 2.0;
    color: #936362;
    text-align: left;
    margin: 6.0rem 3.5rem 3.5rem  3.5rem;
    padding: 0 0 0 0;
  }
}
