@charset "UTF-8";

.subpage-fv{
    max-width: 1360px;
    margin: auto;
    padding-top: 140px;
}

.subpage-title{
  text-align: center;
}

.subpage-text {
    max-width: 900px;
    margin: 0 auto 15px;
    line-height: 2;
}

.subpage-sub_title{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 28px;
}
/*
.subpsge-contact_btns{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  margin: 50px auto;
  max-width: 900px;
}

.subpsge-contact-tel_btn{
  background-color: #F97D9C;
  font-weight: 600;
  font-size: 20px; 
  color: #fff;
  text-align: center;
  padding: 24px 20px;
  border-radius: 5px;
  line-height: 1.3;
  box-shadow: #AD576D 2px 4px;
}

.subpsge-contact-form_btn{
  background-color: #01A478;
  font-weight: 600;
  font-size: 20px;;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  border-radius: 5px;
  height: 65px;
  box-shadow: #014b38 2px 4px;
}

.subpsge-contact-tel_btn:hover , .subpsge-contact-form_btn:hover{
  box-shadow: unset;
  transform: translateY(4px);
  opacity: 1.0;
}

.subpsge_small-text{
font-size: 14px;
}
*/

.iframe-wrap{
  max-width: 768px;
  margin: auto;
}


@media screen and (max-width: 768px){
.subpage-sub_title {
    font-size: 26px;
}
/*
.subpsge-contact_btns {
  display: block;
    max-width: 450px;
}

.subpsge-contact-tel_btn{
  margin-bottom: 20px;
  display: block;
}

.subpsge-contact-form_btn{
  display: block;
  line-height: 1.3;
}
*/
iframe{
  max-width: 100%;
  margin: auto;
}
}

@media screen and (max-width: 450px){
  .subpage-sub_title {
    font-size: 19px;
}

.subpage-fv{
  padding-top: 70px;
}
}