/*
Theme Name: theme child
Theme URI:
Description:WordPressテーマ「theme」の自作子テーマです。
Template:theme
Author: design yamagata
Author URI:
Version:1.0.0
*/

/* aaaaaaaaa */

.footer-address a.free-tel {
    display: block;
    color: #FFFFFF;
    font-size: 1.3em;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.footer-address a.free-tel img{
  width: 25px;
  height: auto;
  margin-right: 10px;
}

.top-contact_form iframe {
  width: 100%;
  height: 1450px !important;
}

@media (max-width: 991px) {
  .footer-address a.free-tel {
    text-align: center;
  }
}


@media (max-width: 768px) {
  .top-contact_form iframe {
    height: 1500px !important;
  }
}
@media (max-width: 500px) {
  .top-contact_form iframe {
    height: 1820px !important;
  }
}


/*--------------- flex参考 ---------------*/

 .flex_dummy{
 	display: flex;
	   
    flex-wrap: no-wrap;      /*折り返しなし・単一行（デフォルト）*/
    flex-wrap: wrap;         /*折り返し有り・複数行*/
    flex-wrap: wrap-reverse; /*折り返し有り・複数行・折り返し地点が逆*/

	   
	   justify-content: flex-start;    /*左（上）揃え*/
    justify-content: flex-end;      /*右（下）揃え*/
    justify-content: center;        /*中央揃え*/
    justify-content: space-between; /*均等に間隔をあける*/
    justify-content: space-around;  /*均等に間隔をあける・両端にも間隔をあける*/
	   
    align-items: flex-start; /*上（左）揃え*/
    align-items: flex-end;   /*下（右）揃え*/
    align-items: center;     /*中央揃え*/
    align-items: baseline;   /*ベースラインを揃える*/
    align-items: stretch;    /*全ての要素の高さを揃える*/   

	   align-content: flex-start;    /*上（左）揃え*/
    align-content: flex-end;      /*下（右）揃え*/
    align-content: center;        /*中央揃え*/
    align-content: space-between; /*均等に間隔をあける*/
    align-content: space-around;  /*均等に間隔をあける・両端にも間隔をあける*/
    
	background-image: url(../img/aaaa.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
　background-size: auto 100%;

}
.aaaaaaaaaaa >:first-child {
	margin-top: 0px;	
}
