@charset "UTF-8";
/* -------------------------------------------------------------------------------- */
/* 見出し 　　　　　　　　　　　　　                                        .mgs_title */
/* -------------------------------------------------------------------------------- */

/* ------------ 
  mgs_title--0
 ------------ */
 .mgsblk-title-0
 {
  text-align: center;
 }
 .mgsblk-title-0 .sub-title
 {
  color: #898989;
 }

 .mgsblk-title-0 .title
{
  font-family: "Merriweather", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 29px;

  line-height: 130%;
  color: #231815;
  margin-bottom: 5px;
}
/* ------------ 
  mgs_title--1
 ------------ */
 .mgsblk-title-1 
 {
  text-align: center;
 }
 .mgsblk-title-1 .sub-title
 {
  color: #898989;
 }

 .mgsblk-title-1 .title
{
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 37px;

  line-height: 130%;
  color: #231815;
  margin-bottom: 5px;
}

/* ------------ 
  mgs_title--2
 ------------ */
 .mgsblk-title-2 
 {
  text-align: center;
 }
 .mgsblk-title-2 .sub-title
 {
  color: #898989;
 }

 .mgsblk-title-2 .title
{
  font-size: 27px;
  font-weight: 300;
  line-height: 130%;
  color: #231815;
  margin-bottom: 5px;
}

/* ------------ 
  mgs_title--3
 ------------ */
 .mgsblk-title-3 
 {
  text-align: left;
 }
 .mgsblk-title-3 .sub-title
 {
  color: #898989;
 }

 .mgsblk-title-3 .title
{
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 38px;
  line-height: 130%;
  color: #425836;
  margin-bottom: 5px;
}



/* -------------------------------------------------------------------------------- */
/*        TABLET                                                                    */
/* -------------------------------------------------------------------------------- */
@media screen and (min-width: 740px) and (max-width: 899px)
{

}

/* -------------------------------------------------------------------------------- */
/*         MOBILE                                                                   */
/* -------------------------------------------------------------------------------- */
@media only screen and (max-width: 739px)
{
  .mgsblk-title-3 .title
  {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    line-height: 130%;
    color: #425836;
    margin-bottom: 5px;
  }
}