/*
Theme Name:MASSIVE child
Theme URI:
Description:WordPressテーマ「MASSIVE」の自作子テーマです。
Template:massive_tcd084
Author:TCD
Author URI:https://tcd-theme.com/
Version:2.10
*/

@media screen and (max-width: 1100px) {
	#header_button {
		display: block !important;
	}
}

 .header_tel{
	width : 220px ;
	margin: 0 20px;
}
 .header_tel img{
	width : 100% ;
	height: auto;
}
@media screen and (max-width: 768px) {
	#header_button {
		display: none;
	}
 .header_tel{
		display: none;
	}
}


#footer_bottom {
	background-image: url(/img/character.png);
	background-repeat: no-repeat;
	background-position: right 15% center;
    background-size: 150px auto;
 }
@media screen and (max-width: 992px) {
#footer_bottom {
	background-position: right 15% center;
    background-size: 120px auto;
 }
 }
@media screen and (max-width: 650px) {
#footer_bottom {
	background-position: right 20px bottom 10px;
    background-size: 70px auto;
 }
 }
 
 
@media screen and (max-width: 1200px) {
    .cb_box_content .box_content .image {
        max-width: 100% !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%;

   width : calc(100% - 20px) ;

}
.aaaaaaaaaaa >:first-child {
	margin-top: 0px;	
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}