@charset "utf-8";
.bg_color01 {
  background: #28a7e1;
}
.bg_color02 {
  background: #eee;
}
@media screen and (min-width:340px) and (max-width:480px) {
  .tx_300 {
    font-size: 3vw !important;
    line-height: 1.5em;
    text-align: left !important;
  }
  .tx_200 {
    font-size: 1.5em !important;
    line-height: 1.5em;
    text-align: center !important;
  }
  .tx_170 {
    font-size: 2vw !important;
    line-height: 1.5em;
    text-align: center !important;
  }
  .tx_150 {
    font-size: 1.6vw;
    line-height: 1.5em;
  }
  .tx_110 {
    padding: 0;
    font-size: 1em;
    line-height: 1.5em;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .br1 {
    display: block;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 2em 0;
    width: 97%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 4%;
  }
  .parallax_in {
    margin: 3% auto;
    width: 90%;
    box-sizing: border-box;
    padding: 3%;
    background: rgba(255, 255, 255, 0.8);
  }
  .parallax_h2 {
    padding: .3em 0 !important;
    line-height: 1.5em;
    font-size: 3vw;
    width: 100%;
    display: block;
    text-shadow:
      -1px -1px 0px #000, 1px -1px 0px #000, 1px 1px 0px #000, -1px 1px 0px #000;
  }
  .parallax_1 {
    background-image: url("../images/top/bg_01.jpg");
  }
  .box25 {
    margin: 0 0 3em;
    padding: 0;
    width: 100%;
    border: 1px solid #333;
    box-sizing: border-box;
    position: relative;
  }
  .box25:last-child {
    margin: 0 0 2em;
    padding: 0;
    width: 100%;
    border: 1px solid #333;
    box-sizing: border-box;
    position: relative;
  }
  .box25 h2 {
    margin: 0 auto;
    padding: 1em 0;
    line-height: 1.3em;
    font-size: 1.3em;
    width: 100%;
    background: #fff;
    font-weight: bold;
    display: block;
  }
  .btnbox {
    position: absolute;
    bottom: -20px !important;
    left: 5%;
    width: 90%;
    z-index: 3;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #28a7e1;
    position: relative;
  }
  .btn-click a {
    font-size: 1em;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #36c;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #36c;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
  .googlemap {
    padding-bottom: 70%;
  }
  .mapbox {
    margin: 1em auto;
    padding-bottom: 2em;
    width: 97%;
    height: auto;
    position: relative;
  }
  .mapbox2 {
    margin: 0 0 1em;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .mapbox3 {
    margin: 0 auto;
    padding: 0;
    width: 200px;
    height: auto;
  }
}
@media screen and (min-width:481px) and (max-width:768px) {
  .tx_300 {
    font-size: 3vw !important;
    line-height: 1.5em;
    text-align: left !important;
  }
  .tx_200 {
    font-size: 1.5em !important;
    line-height: 1.5em;
    text-align: center !important;
  }
  .tx_170 {
    font-size: 2vw !important;
    line-height: 1.5em;
    text-align: center !important;
  }
  .tx_150 {
    font-size: 1.6vw;
    line-height: 1.5em;
  }
  .tx_110 {
    padding: 0;
    font-size: 1em;
    line-height: 1.5em;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 2em 0;
    width: 97%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 4%;
  }
  .parallax_in {
    margin: 3% auto;
    width: 90%;
    box-sizing: border-box;
    padding: 3%;
    background: rgba(255, 255, 255, 0.8);
  }
  .parallax_h2 {
    padding: .3em 0 !important;
    line-height: 1.5em;
    font-size: 3vw;
    width: 100%;
    display: block;
    text-shadow:
      -1px -1px 0px #000, 1px -1px 0px #000, 1px 1px 0px #000, -1px 1px 0px #000;
  }
  .parallax_1 {
    background-image: url("../images/top/bg_01.jpg");
  }
  .box25 {
    margin: 0 0 3em;
    padding: 0;
    width: 100%;
    border: 1px solid #333;
    box-sizing: border-box;
    position: relative;
  }
  .box25:last-child {
    margin: 0 0 2em;
    padding: 0;
    width: 100%;
    border: 1px solid #333;
    box-sizing: border-box;
    position: relative;
  }
  .box25 h2 {
    margin: 0 auto;
    padding: 1em 0;
    line-height: 1.3em;
    font-size: 1.3em;
    width: 100%;
    background: #fff;
    font-weight: bold;
    display: block;
  }
  .btnbox {
    position: absolute;
    bottom: -20px !important;
    left: 5%;
    width: 90%;
    z-index: 3;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #28a7e1;
    position: relative;
  }
  .btn-click a {
    font-size: 1em;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #36c;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #36c;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
  .googlemap {
    padding-bottom: 60%;
  }
  .mapbox {
    margin: 1em auto;
    padding-bottom: 2em;
    width: 380px;
    height: auto;
    position: relative;
  }
  .mapbox2 {
    margin: 0 0 1em;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .mapbox3 {
    margin: 0 auto;
    padding: 0;
    width: 200px;
    height: auto;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .tx_300 {
    font-size: 3vw !important;
    line-height: 1.5em;
    text-align: left !important;
  }
  .tx_200 {
    font-size: 1.5em !important;
    line-height: 1.5em;
    text-align: center !important;
  }
  .tx_170 {
    font-size: 2vw !important;
    line-height: 1.5em;
    text-align: center !important;
  }
  .tx_150 {
    font-size: 1.6vw;
    line-height: 1.5em;
  }
  .tx_110 {
    padding: 0;
    font-size: 1em;
    line-height: 1.5em;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 4%;
  }
  .parallax_in {
    margin: 3% auto;
    width: 80%;
    box-sizing: border-box;
    padding: 3%;
    background: rgba(255, 255, 255, 0.8);
  }
  .parallax_h2 {
    padding: .3em 0 !important;
    line-height: 1.5em;
    font-size: 3vw;
    width: 100%;
    display: block;
    text-shadow:
      -1px -1px 0px #000, 1px -1px 0px #000, 1px 1px 0px #000, -1px 1px 0px #000;
  }
  .parallax_1 {
    background-image: url("../images/top/bg_01.jpg");
  }
  .box25 {
    margin: 0 1% 3em;
    padding: 0;
    width: 48%;
    border: 1px solid #333;
    box-sizing: border-box;
    position: relative;
  }
  .box25 h2 {
    margin: 0 auto;
    padding: .3em 0;
    line-height: 1.2em;
    font-size: 1.2em;
    width: 100%;
    height: 50px;
    background: #fff;
    font-weight: bold;
    display: block;
  }
  .btnbox {
    position: absolute;
    bottom: -20px !important;
    left: 5%;
    width: 90%;
    z-index: 3;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #28a7e1;
    position: relative;
  }
  .btn-click a {
    font-size: 1.1rem;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #36c;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #36c;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
  .googlemap {
    padding-bottom: 50%;
  }
  .mapbox {
    margin: 1em auto 0;
    padding-bottom: 3em;
    width: 600px;
    height: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .mapbox2 {
    margin: 0;
    padding: 0;
    width: 400px;
    height: auto;
  }
  .mapbox3 {
    margin: 0;
    padding: 0;
    width: 200px;
    height: auto;
    position: absolute;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .tx_300 {
    font-size: 3vw !important;
    line-height: 1.5em;
    text-align: left !important;
  }
  .tx_200 {
    font-size: 2em !important;
    line-height: 1.5em;
    text-align: center !important;
  }
  .tx_170 {
    font-size: 2vw !important;
    line-height: 1.5em;
    text-align: center !important;
  }
  .tx_150 {
    font-size: 1.6vw;
    line-height: 1.5em;
  }
  .tx_110 {
    padding: 0;
    font-size: 1.1em;
    line-height: 1.5em;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 4%;
  }
  .parallax_in {
    margin: 3% auto;
    width: 80%;
    box-sizing: border-box;
    padding: 3%;
    background: rgba(255, 255, 255, 0.8);
  }
  .parallax_h2 {
    padding: .3em 0 !important;
    line-height: 1.5em;
    font-size: 3vw;
    width: 100%;
    display: block;
    text-shadow:
      -1px -1px 0px #000, 1px -1px 0px #000, 1px 1px 0px #000, -1px 1px 0px #000;
  }
  .parallax_1 {
    background-image: url("../images/top/bg_01.jpg");
  }
  .box25 {
    margin: 0 1% 1em;
    padding: 0;
    width: 23%;
    border: 1px solid #333;
    box-sizing: border-box;
    position: relative;
  }
  .box25 h2 {
    margin: 0 auto;
    padding: .3em 0;
    line-height: 1.5em;
    font-size: 1.5em;
    width: 100%;
    height: 70px;
    background: #fff;
    font-weight: bold;
    display: block;
  }
  .btnbox {
    position: absolute;
    bottom: -20px !important;
    left: 5%;
    width: 90%;
    z-index: 3;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #28a7e1;
    position: relative;
  }
  .btn-click a {
    font-size: 1.1rem;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #36c;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #36c;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
  .googlemap {
    padding-bottom: 35%;
  }
  .mapbox {
    margin: 1em auto 0;
    padding-bottom: 3em;
    width: 600px;
    height: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .mapbox2 {
    margin: 0;
    padding: 0;
    width: 400px;
    height: auto;
  }
  .mapbox3 {
    margin: 0;
    padding: 0;
    width: 200px;
    height: auto;
    position: absolute;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media screen and (min-width:1441px) {
  .tx_300 {
    font-size: 3vw !important;
    line-height: 1.5em;
    text-align: left !important;
  }
  .tx_200 {
    font-size: 2.5vw !important;
    line-height: 1.5em;
    text-align: center !important;
  }
  .tx_170 {
    font-size: 2vw !important;
    line-height: 1.5em;
    text-align: center !important;
  }
  .tx_150 {
    font-size: 1.6vw;
    line-height: 1.5em;
  }
  .tx_110 {
    padding: 0;
    font-size: 1.1vw;
    line-height: 1.5em;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 80%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 4%;
  }
  .parallax_in {
    margin: 3% auto;
    width: 60%;
    box-sizing: border-box;
    padding: 3%;
    background: rgba(255, 255, 255, 0.8);
  }
  .parallax_h2 {
    padding: .3em 0 !important;
    line-height: 1.5em;
    font-size: 3vw;
    width: 100%;
    display: block;
    text-shadow:
      -1px -1px 0px #000, 1px -1px 0px #000, 1px 1px 0px #000, -1px 1px 0px #000;
  }
  .parallax_1 {
    background-image: url("../images/top/bg_01.jpg");
  }
  .box25 {
    margin: 0 1%;
    padding: 0;
    width: 23%;
    border: 1px solid #333;
    box-sizing: border-box;
    position: relative;
  }
  .box25 h2 {
    margin: 0 auto;
    padding: .3em 0;
    line-height: 1.5em;
    font-size: 1.5em;
    width: 100%;
    height: 70px;
    background: #fff;
    font-weight: bold;
    display: block;
  }
  .btnbox {
    position: absolute;
    bottom: -20px !important;
    left: 5%;
    width: 90%;
    z-index: 3;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #28a7e1;
    position: relative;
  }
  .btn-click a {
    font-size: 1.1rem;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #36c;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #36c;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
  .googlemap {
    padding-bottom: 35%;
  }
  .mapbox {
    margin: 1em auto 0;
    padding-bottom: 3em;
    width: 600px;
    height: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .mapbox2 {
    margin: 0;
    padding: 0;
    width: 400px;
    height: auto;
  }
  .mapbox3 {
    margin: 0;
    padding: 0;
    width: 200px;
    height: auto;
    position: absolute;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}