
/*-------------------PRICE / FLOW の共通の設定---------------------------------
-----------------------------------------------------------------------------*/


/*-------　タイトルと説明　--------*/
.page-title{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding: 0px;
}

.page-title p{
  text-align: center;
  scale: 0.8;
}

.caption p{
  text-align: center;
  
}

.layout-main{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
}
/*-------　タイトルと説明　--------*/



/*-------お問い合わせエリア--------*/
.contact-area{
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-area p{
  text-align: center;
  margin-bottom: 50px;
}
/*-------お問い合わせエリア--------*/

/*-------お問い合わせボタン--------*/
.btn,
a.btn,
button.btn {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin-bottom: 00px;
}
a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #ceccc9;
}
a.btn-flat span {
  position: relative;
}
a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #bab8b6;
}
a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/*-----お問い合わせボタン------*/

@media screen and (max-width: 1024px) {/*--タブレット・モバイル用--*/

  /*-------　タイトルと説明　--------*/
  .page-title{
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
  }
  .page-title h5{
    font-size: 28px;
  }
  
  .page-title p{
    text-align: start;
    transform: scale(0.9);
  }
  .page-title br{
    display: none;
  }
  
  .caption p{
    text-align: center;
    transform: scale(0.9);
  }
  .layout-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
  }
  /*-------　タイトルと説明　--------*/

  /*-----お問い合わせボタン------*/
  .btn,
  a.btn,
  button.btn {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #ffffff;
    border-radius: 0.5rem;
    margin-bottom: 60px;
  }
  /*-----お問い合わせボタン------*/

}

/*-------------------PRICE / FLOW の共通の設定---------------------------------
-----------------------------------------------------------------------------*/



/*-------------------PRICE / FLOW のトップページ---------------------------------
-----------------------------------------------------------------------------*/

/*---------コンテナ部分---------*/
.container-layout , .container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container{
  background-color: #f5f4f2;
  margin: 20px;
  width: 420px;
  height: 800px;
  resize: 30px;
}
.container img{
  padding: 0;
  margin-bottom: 20px;
}
.text h6{
  font-weight: bold;
  font-size: 22px;
  margin-top: 25px;
}
.text{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: 200px;
}
.text p{
  scale: calc(0.9);
  text-align: center;
}
/*---------コンテナ部分---------*/



@media screen and (max-width: 1024px) {/*--タブレット・モバイル用--*/

  /*---------コンテナ部分---------*/
  .container-layout , .container{
    display: flex;
  }
  .container{
    background-color: #f5f4f2;
    margin: 0px;
    width: 98vw;
    height: 650px;
    margin-bottom: 50px;
    margin-top: 0;
  }
  .container img{
    transform: scale(0.7);
    padding: 0;
    margin: 0;
  }
  .text h6{
    font-weight: bold;
    font-size: 20px;
    margin-top: 0px;
  }
  .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .text p{
    scale: calc(1);
    text-align: center;
  }
  /*---------コンテナ部分---------*/
}



/*-------------------PRICE / FLOW のトップページ---------------------------------
-----------------------------------------------------------------------------*/








/*-------お問い合わせエリア--------*/
.contact-area{
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f5f4f2;
  padding-top: 100px;
}
.contact-area p{
  text-align: center;
  margin-bottom: 30px;
  scale: 0.9;
  color: #605648;
}
/*-------お問い合わせエリア--------*/

/*-------お問い合わせボタン--------*/
.btn,
a.btn,
button.btn {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin-bottom: 40px;
}
a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #ceccc9;
}
a.btn-flat span {
  position: relative;
}
a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #bab8b6;
}
a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/*-----お問い合わせボタン------*/

@media screen and (max-width: 1024px) {/*--タブレット・モバイル用--*/

  .contact-area{
    background-color: #ffffff;
  }
  .con

  /*-----お問い合わせボタン------*/
  .btn,
  a.btn,
  button.btn {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #ffffff;
    border-radius: 0.5rem;
    margin-bottom: 60px;
  }
  /*-----お問い合わせボタン------*/

}
