@charset "utf-8";
/*  style　[  Smart Phone ]
=================================================================== */
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
	body {
		font: 14px -apple-system, BlinkMacSystemFont,
        "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic",
        sans-serif;
	  }
	  p {
		line-height: 1.7;
	  }
    .xs-block {
    display: block;
  }
  .xs-space {
    margin-left: 1em;
  }
  
  .table-xs th {
    display: block;
    width: 100%;
  }
  .table-xs td {
    display: block;
    width: 100%;
  }
  .hidden-xs {
	display: none;
  }
  
/*----------------------------------------------
   header
---------------------------------------------*/
.header-box {
	padding: 0 0 5px 5px;
}


h1 img {
	height: 50px;
	margin: 10px 0 0 0;
}



 /*----------------------------------------------
   見出し
---------------------------------------------*/

h2.underline {
	margin: 0 auto 50px auto;
  }

  h2.page-h2 {
	position: relative;
	padding-top: 25px;
	padding-bottom: 15px;
	font-size: 26px;
	text-align: center;
	margin:100px auto 50px auto;
}
  h2.page-h2::before {
	content: attr(data-en);
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(224,66,114,0.3);
	font-size: 40px;
	font-style: italic;
	font-family: "Allura", sans-serif;
}



/*----------------------------------------------
   flex-box (image left)
---------------------------------------------*/
.list-box {
	margin: 50px auto;
}

.list-box .images_item {
	width: 90%;
	margin-bottom: 10px;
  }
  .list-box .text_item {
	  width: 90%;
	  position: relative;
}


/*----------------------------------------------
   投稿記事ページ（２カラム）
---------------------------------------------*/
.article-l {
	width: 96%;
	margin: 10px auto;
}
.article-r {
	width: 96%;
	margin: 10px auto;
}

/* サムネイル */
.post-thumb img {
	max-width: 100%;
	height: auto;
}

img.alignleft , img.alignright {
	float: none!important;
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 10px auto;	
}

/*----------------------------------------------
   form
---------------------------------------------*/
.toiawase-box {
	width: 98%;
	margin: 0 auto;	
}

.wpcf7-form-control {
	width: 100%;
 }


/*----------------------------------------------
   footer
---------------------------------------------*/

footer {
	background: url(../images/bg-footer-sp.png) repeat-x center top;
	padding: 89px 0 0 0;
	margin: 50px 0 0 0;
}

.footer-flex {
	display: table;
	width: 60%;
	margin: 0 auto;
}

.footer-flex figure {
	width: 100%;
	margin: 0 auto 20px auto;
}
.footer-flex figure img {
	width: 100%;
	text-align: center;
	float: none;
}
.footer-item {
	width: 100%;
	margin: 10px auto;
}

}

 @media only screen and (max-width: 599px) {
   /* html {
      font-size: 50%;
    }*/
 }



/*----------------------------------------------
   480px以下
  ---------------------------------------------*/
@media screen and (max-width: 480px) {



}


