@charset "utf-8";

/*----------------------------------------------------
    全体共通
----------------------------------------------------*/
body {
  font: 14px;
  background: #fff;
  font-weight: 100;
  margin: 0px;
  padding: 0px;
  color: #000;
}

h1 {
  font: 12px;
  margin: 12px 0px 10px 0px;
}



/* リンク */

a:link {
  color: #404040;
  text-decoration: none;
}

a:visited {
  color: #848484;
}

a:hover {
  color: #7ec3e6;
}

a:active {
  color: #7ec3e6;
}

a.red:link {
  color: #900;
}

a.red:visited {
  color: #848484;
}

a.red:hover {
  color: #ea68a2;
}

a.red:active {
  color: #ea68a2;
}

img {
  border: none;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 768px) {
  #wrap {
    width: 100%;
    margin: 0 auto;
  }

  a[href*="tel:"] {
    pointer-events: auto;
  }
}

@media screen and (max-width: 479px) {
  #wrap {
    width: 100%;
    margin: 0 auto;
  }
}

/*----------------------------------------------------
    ヘッダ
----------------------------------------------------*/

/* ヘッダロゴ */


.imgwrap {
  width: 100%;
  height: 900px;
  background-color: #F0ECEF;
}

.logospace {
  width: 100%;
}

.logospace img {
  width: 153px;
  height: 44px;
  padding: 40px 0 0 64px;
}

.mainlogo {
  width: 100%;
  text-align: center;
  padding-top: 200px;
}


/* メニュー */

.titile_b {
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  padding-top: 150px;
}

@media screen and (max-width: 768px) {

  .imgwrap {
    height: 700px;
  }
  

.logospace {
  text-align: center;
}

.logospace img {
  padding: 40px 0 0 0px;
}

.mainlogo img {
  width: 90%;
  text-align: center;
}


/* メニュー */

.titile_b {
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  padding-top: 100px;
  padding-bottom: 100px;
}


}

/*----------------------------------------------------
    フッタ
----------------------------------------------------*/

.footwrap {
  width: 100%;
  background-color: #F0ECEF;
  margin-top: 100px;
  height: 680px;
}

.titile_f {
  width: 100%;
  text-align: center;
  color: #903068;
  font-size: 35px;
  font-weight: 700;
  padding-top: 150px;
}

.address {
  width: 100%;
  line-height: 35px;
  text-align: center;
  margin: 140px 0 0 0;
  font-size: 16px;
}

@media screen and (max-width: 768px) {

  .footwrap {
    height: 500px;
    margin-top: 0px;
  }

  .titile_f {
    padding-top: 50px;
  }
  
  .address {
    margin: 50px 0 0 0;
  }

}

/*----------------------------------------------------
    トップページ
----------------------------------------------------*/

.number1 {
  width: 100%;
  height: 512px;
  background-image: url("../../img/1back.png");
  background-repeat: no-repeat;
  margin-top: 100px;
}

.number2 {
  width: 100%;
  height: 512px;
  background-image: url("../../img/2back.png");
  background-repeat: no-repeat;
  margin-top: 100px;
}


.number3 {
  width: 100%;
  height: 512px;
  background-image: url("../../img/3back.png");
  background-repeat: no-repeat;
  margin-top: 100px;
}

.number4 {
  width: 100%;
  height: 512px;
  background-image: url("../../img/4back.png");
  background-repeat: no-repeat;
  margin-top: 100px;
}


.catch {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-left: 370px;
  padding-top: 215px;
}

.maintxt {
  width: 600px;
  font-size: 16px;
  color: #fff;
  padding-left: 370px;
  padding-top: 28px;
}

.catch2 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-left: 550px;
  padding-top: 215px;
}

.maintxt2 {
  width: 600px;
  font-size: 16px;
  color: #fff;
  padding-left: 550px;
  padding-top: 28px;
}

@media screen and (max-width: 768px) {

.number1 {
  width: 100%;
  height: 300px;
  background-image: none;
  background-repeat: no-repeat;
  margin-top: 0px;
}

.number2 {
  width: 100%;
  height: 300px;
  background-image: none;
  background-repeat: no-repeat;
  margin-top: 0px;
}


.number3 {
  width: 100%;
  height: 300px;
  background-image: none;
  background-repeat: no-repeat;
  margin-top: 0px;
}

.number4 {
  width: 100%;
  height: 300px;
  background-image: none;
  background-repeat: no-repeat;
  margin-top: 0px;
}

.catch {
text-align: center;
  color: #903068;

  padding-left: 0px;
  padding-top: 0px;
}

.maintxt {
  width: 90%;
  color: #000;
  padding-left: 0px;
  padding-top: 20px;
  margin: 0 auto;
}

.catch2 {
  text-align: center;
  color: #903068;

  padding-left: 0px;
  padding-top: 0px;
}

.maintxt2 {
  width: 90%;
  color: #000;
  padding-left: 0px;
  padding-top: 20px;
  margin: 0 auto;
}



}