@charset "UTF-8";
/* ------------------------ */
/* type01 　                */
/* ------------------------ */
.mgsblk-bg.mgsblk-bg-type-1
{
  position: relative;
  width: 100%;
  height: 85vh;
  background-size: cover;
  display: grid;
  place-items: center;
}
.mgsblk-bg.mgsblk-bg-type-1 .mgsblk-black
{
  position: absolute;
  background: rgb(0,0,0,0.2);
  width: 100%;
  height: 100%;
}
.mgsblk-bg.mgsblk-bg-type-1 .texts
{
  z-index: 1;
}

.mgsblk-bg.mgsblk-bg-type-1 .texts .image
{
  padding: 20px;
}

.mgsblk-bg.mgsblk-bg-type-1 .texts .subtitle
{
  text-align: center;
  color: #fff;
}
.mgsblk-bg.mgsblk-bg-type-1 .texts .title
{
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.mgsblk-bg.mgsblk-bg-type-1 .texts .text
{
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.mgsblk-bg.mgsblk-bg-type-1 .texts .btn
{
  text-align: center;
}
.mgsblk-bg.mgsblk-bg-type-1 .texts .btn span
{
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 45px;
}
/* ------------------------ */
/* type02 　                */
/* ------------------------ */
.mgsblk-bg.mgsblk-bg-type-2
{
  position: relative;
  width: 100%;
  padding: 120px 25%;
  background-size: cover;
  display: grid;
  place-items: center;
}
.mgsblk-bg.mgsblk-bg-type-2 .mgsblk-black
{
  position: absolute;
  background: rgb(0,0,0,0.3);
  width: 100%;
  height: 100%;
}
.mgsblk-bg.mgsblk-bg-type-2 .texts
{
  z-index: 1;
}
.mgsblk-bg.mgsblk-bg-type-2 .texts .subtitle
{
  font-family: "Merriweather", serif;
  text-align: center;
  color: #fff;
}
.mgsblk-bg.mgsblk-bg-type-2 .texts .title
{
  text-align: center;
  font-family: "Merriweather", serif;
  color: #fff;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 20px;
}
.mgsblk-bg.mgsblk-bg-type-2 .texts .text
{
  font-size: 16px;
  font-family: "Merriweather", serif;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  padding-top: 4em;
}
.mgsblk-bg.mgsblk-bg-type-2 .texts .btn
{
  text-align: center;
}
.mgsblk-bg.mgsblk-bg-type-2 .texts .btn span
{
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 45px;
}


/* -------------------------------------------------------------------------------- */
/*        TABLET                                                                    */
/* -------------------------------------------------------------------------------- */
@media screen and (min-width: 740px) and (max-width: 899px)
{

}

/* -------------------------------------------------------------------------------- */
/*         MOBILE                                                                   */
/* -------------------------------------------------------------------------------- */
@media only screen and (max-width: 739px)
{
  .mgsblk-bg.mgsblk-bg-type-1 .texts .image img
  {
    width: 100%;
    height: auto;
  }
  .mgsblk-bg.mgsblk-bg-type-1 {
    width: 100%;
    height: 47vh;
    background-size: cover;
    display: grid;
    place-items: center;
  }


  .mgsblk-bg.mgsblk-bg-type-2 {
    width: 100%;
    padding: 80px 15px;
    background-size: cover;
    display: grid;
    place-items: center;
  }
  .mgsblk-bg.mgsblk-bg-type-2 .texts .title
  {
    text-align: center;
    font-family: "Merriweather", serif;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .mgsblk-bg.mgsblk-bg-type-2 .texts .text
  {
    font-size: 14px;
    font-family: "Merriweather", serif;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    padding-top: 2em;
}
}