@charset "UTF-8";

/*----------------------------------------
  header
------------------------------------------ */

header {
  padding: 0;
}
header .headTopInner{
  padding: 1rem;
}
header .logoLink {
  flex: 1;
  margin: 10px 30px 10px 0;
}
header img {
  width: 100%;
}
header h1 {
  font-size: 12px;
  font-weight: normal;
}
header .headContact {
  flex: 3;
  justify-content: flex-end;
}
header .headContact .headAd{
  text-align: center;
  padding: 10px 2rem 0 2rem;
}
header .headContact .headAd .info{
  background: #1eade5;
  color: #FFF;
  font-weight: bold;
  border-radius: 100px;
  padding: 0 3rem;
}
header .headContact .headAd .adress{
  font-size: 85%;
  padding-top: 7px;
}
header .headContact .tel {
  color: #393939;
  font-weight: bold;
  font-size: 250%;
  line-height: 100%;
}
header .headContact .tel i {
  font-size: 80%;
  color: #393939;
}
header .headContact .time {
  font-size: 85%;
  margin: -1px 0;
  text-align: center;
  font-weight: bold;
}
header .headContact .mail {
  border: 1px solid #000;
  color: #000;
  font-weight: bold;
  padding: 23px 23px;
  margin: 0 10px;
}
header nav {
  box-shadow: 0 0 5px 0px #0000004f;
  z-index: 100;
  position: relative;
}
header nav ul#menu-global {
  margin: 5px 0 0 0;
  display: flex;
}
header nav ul li {
  text-align: center;
  position: relative;
  flex: auto;
}
header nav ul li a {
  font-size: 90%;
  display: block;
  padding:1.5rem 10px;
  font-weight: bold;
}
header nav ul li.bg a{
  color: #FFF;
  background: #234872;
}

/*----------------------------------------
  induction
------------------------------------------ */

#induction{
  background:url(../img/common/ind_bg.jpg) no-repeat;
  background-size: cover;
}
#induction .contentWrapper{
  padding:3rem;
}
#induction .pr{
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 160%;
    letter-spacing: 0.1rem;
    background: #4774b9;
    padding: 5px;
}
#induction .pr span{
    font-size: 140%;
}
#induction .flex{
    background: #FFF;
    padding: 1rem 0;
}
#induction .leftWrap,#induction .rightWrap{
    padding: 1rem 2rem;
}
#induction .leftWrap{
    flex:1.4;
    padding-right: 0;
}
#induction .leftWrap p{
    color: #f37463;
    font-weight: bold;
    font-size: 90%;
}
#induction .leftWrap h2{
    font-weight: bold;
    font-size: 150%;
}
#induction .leftWrap h2 span{
    color: #4774b9;
}
#induction .rightWrap{
    border-left: 2px solid #f6f6f6;
    flex:1.5;
}
#induction .rightWrap a{
    margin: 5px;
}
#induction .rightWrap a.tel{
    font-size: 260%;
    font-weight: bold;
    letter-spacing: 0.2rem;
    line-height: 100%;
}
#induction .rightWrap a.tel i{
    margin-right: 1rem;
    font-size: 90%;
}
#induction .rightWrap a .time{
    text-align: center;
    letter-spacing: 0.05rem;
    font-weight: bold;
}
#induction .rightWrap a.mail{
    background: #e77f58;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 10px;
    margin: 0;
    font-size: 110%;
    border-radius: 4px;
}
#induction .rightWrap a.mail img{
    display: inline-block;
    width: 25px;
    vertical-align: middle;
    margin: 0 5px 4px 6px;
}
/*----------------------------------------
  float
------------------------------------------ */

#float{
  position: fixed;
  right: 0;
  bottom: 0;
  background: #FFF;
  box-shadow: 0 0 8px 1px #00000082;
  display: block;
}
#float .mail .title{
  background: #234872;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
#float .mail a{
  text-align: center;
  font-weight: bold;
  display: block;
  padding: 5px 0;
}
#float .tel .title{
  font-weight: bold;
  background: #4774b9;
  color: #FFF;
  font-size: 80%;
  text-align: center;
}
#float .tel a{
  font-weight: bold;
  font-size: 150%;
  text-align: center;
  display: block;
}
#float .tel .time{
  margin-top: -8px;
  font-size: 80%;
  font-weight: bold;
  padding: 3px 2rem;
}
#float .line{
  background: #06c755;
}
#float .line p{
  color: #FFF;
  font-weight: bold;
  text-align: center;
  font-size: 110%;
  padding: 0 20px;
  margin-top: 10px;
  flex: 2;
  line-height: 130%;
}
#float .line .imgWrap{
  flex: 1;
  padding: 5px;
}
#float .line .imgWrap img{
  width: 67px;
  margin: 0 0 0 auto;
}
/*----------------------------------------
  map
------------------------------------------ */

#map iframe{
    width: 100%;
    min-height: 25vw;
}

/*----------------------------------------
  footer
------------------------------------------ */

footer {
  padding: 20px 0 0 0;
}
footer .leftWrapper {
  flex: 1;
  padding-right: 2rem;
}
footer .leftWrapper p {
  font-size: 90%;
  font-weight: bold;
  margin: 0 0 10px 0;
}
footer h2 img {
  width: 70%;
  margin: 1rem 0;
}
footer h3 {
  border-bottom: 2px solid #61ad3d;
  margin-bottom: 10px;
  font-weight: bold;
}
footer nav {
  margin-top: 1rem;
  flex: 2;
}
footer nav ul#menu-footer {
  flex-wrap: wrap;
  display: flex;
}
footer nav li {
  text-align: center;
  position: relative;
}
footer nav a {
  font-size: 90%;
  padding: 0 10px 0 0;
  font-weight: bold;
}
footer small {
  width: 100%;
  display: block;
  padding: 5px 0;
  text-align: center;
  font-size: 11px;
  margin-top: 10px;
  border-top: 1px solid;
}



@media (max-width: 1099px) {

  /** header **/
  header nav {
    width: 100%;
  }
  header .contentWrapper {
    padding: 0 10px;
  }
  /** induction **/
  #induction .pr{
    font-size: 140%;
  }
  #induction .leftWrap, #induction .rightWrap{
    padding: 0 1rem;
  }
  #induction .leftWrap h2{
    font-size: 130%;
    padding-top:0;
  }
  #induction .leftWrap p{
    font-size: 80%;
  }
  #induction .rightWrap a.tel{
    font-size: 150%;
  }
  #induction .rightWrap a .time{
    font-size: 50%;
  }
  #induction .rightWrap a.mail{
    padding: 5px;
  }
  /** footer **/
  footer .contentWrapper{
    padding: 20px;
  }
}

@media (max-width: 999px) {
  header .headContact{
    flex: 1.2;
  }
  header .logoLink{
    margin: 6px 0 0 0;
  }
  header .headContact .tel{
    font-size: 150%;
  }
  header .headContact .headAd{
    padding: 4px 1rem 0 1rem;
  }
  header .headContact .headAd .info{
    padding: 0;
  }
  header .headContact .headAd .adress{
    padding-top: 0;
  }
  header nav ul li a{
    font-size: 70%;
    padding: 10px;
  }
  #induction .rightWrap a.mail{
    font-size: 90%;
  }
  #sidebar{
    display: none;
  }
}

@media (max-width: 480px) {
  /** header **/
  header {
    border-top: 6px solid #58b52f;
    padding: 5px 0 0 0;
    box-shadow: 0 0 5px 0px #000000b5;
    z-index: 100;
    position: relative;
  }
  header .headTopInner{
    padding: 0 10px;
  }
  header .infoWrapeer {
    display: block;
  }
  header h1 {
    font-size: 10px;
    margin-bottom: 0;
  }
  header img {
    width: 100%;
  }
  header .logoLink {
    flex: 10;
    margin: 5px 2rem 0 0;
  }
  header div.rightWrapper {
    display: flex;
  }
  header .contentWrapper:nth-of-type(2) {
    padding: 0;
  }
  /** modal **/
  header .headContact.spModal {
    display: none;
  }
  /** float **/
  #float{
    position: fixed!important;
    flex-wrap: wrap;
    box-shadow: 0 0 5px 0px #00000052;
    z-index: 100;
    position: relative;
    display: flex;
  }
  #float .mail,#float .tel{
    width: 50%;
  }
  #float .tel{
    background: #ecf9e6;
  }
  #float .tel .title{
    padding: 2.6px 0;
  }
  #float .tel a{
    text-align: center;
    display: block;
    font-size: 130%;
    width: 100%;
  }
  #float .tel .time{
    padding: 0;
    text-align: center;
    font-size: 70%;
  }
  #float .line{
    width: 100%;
  }
  #float .mail{
    padding-bottom: 5px;
    background: #ffebe4;
  }
  #float .mail a{
    font-size: 90%;
    margin-top: 7px;
  }
  #float .line p{
    font-size: 150%;
  }
  #float .line .imgWrap img{
    width: 77px;
    margin: 0;
  }
  /** nav **/
  header nav {
    width: 100%;
    display: none;
    background: #234872;
    margin: 0;
  }
  header nav ul#menu-global{
    display: block;
  }
  header nav ul li::before {
    display: none;
  }
  header nav ul.flex {
    display: block;
    margin: 0;
    background: #000;
  }
  header nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px 0;
  }
  header nav ul li:last-child {
    border: none;
  }
  header nav ul li a {
    color: #FFF;
    font-weight: bold;
    display: block;
  }
  #nav_toggle {
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px 0;
    z-index: 10000;
    flex: 1;
  }
  #nav_toggle div {
    position: relative;
  }
  #nav_toggle span {
    display: block;
    height: 3px;
    background: #ddd;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 12px;
  }
  #nav_toggle span:nth-child(3) {
    top: 24px;
  }
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  /** induction **/
  #induction{
    background-position: right 50% center;
  }
  #induction .contentWrapper{
    padding: 1rem;
  }
  #induction .flex{
    display: block;
  }
  #induction .leftWrap, #induction .rightWrap{
    text-align: center;
  }
  #induction .leftWrap{
    border-bottom: 1px solid #cccccc6e;
    padding-bottom: 5px;
  }
  #induction .rightWrap a.mail{
      margin: 0 auto;
  }
  #induction .pr{
    font-size: 110%;
  }
  /** footer **/
  footer{
    padding-top: 0;
  }
  footer .upperFooter {
    display: block;
  }
  footer h3{
    text-align: center;
    padding: 10px 0;
  }
  footer .leftWrapper{
    padding: 0;
  }
  footer .leftWrapper p{
    font-size: 75%;
    border-bottom: 1px solid #ececec;
    padding-bottom: 5px;
  }
  footer img {
    width: 80%;
  }
  footer nav ul {
    display: block!important;
  }
  footer nav li::before {
    display: none;
  }
  footer nav a {
    font-size: 13px;
    padding: 10px 0;
    display: block;
    border-bottom: 1px dotted rgb(171 171 171 / 30%);
  }
  footer nav li:first-child a {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  footer nav li:last-child a {
    border-bottom: none;
  }
  footer small {
    margin: 0;
    font-size: 10px;
    padding: 10px 0;
  }
}
@media (max-width: 360px) {}