@charset "utf-8";
/* CSS Document */
@media screen and (max-width:480px) {
  /*-----------
  全体構造
  ------------*/
  .content {
    width: auto;
  }
  main {
    margin-top: 0;
  }
  /*-------------
  ヘッダー
  --------------*/
  header {
    height: auto;
    position: static;
    padding-top: 20px;
  }
  header .headerinner {
    width: auto;
    text-align: center;
    line-height: 70px;
    padding-right: 30px;
    padding-bottom: 20px;
  }
  .headerinner h1 {
    float: none;
  }
  /* スマホ表示時 */
  .headerinner .hamburger-button {
    display: flex;
  }
  .headerinner .main-nav {
    display: none;
  }
  /*-------------
  メイン
  ---------------*/
  article h2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  /*--------------
  フッダー
  ---------------*/
  /*--------------
  トップページ
  ---------------*/
  .top-main-image {}
  .top-main-image-inner {
    width: auto;
    height: auto;
    background-color: #f4efee;
  }
  .top-main-image-inner .main-image1 {
	 display: none;
  }
  .top-main-image-inner .respons-img{
	display: inline;
	width: 100%;
    height: auto;
    margin-bottom: 10px;
	}
  .top-main-image-inner .top-main-h2{
    margin: 0 20px;
    color: #494848;
	display: block;
  }
  .info {
    width: auto;
  }
  .info h2 {
    margin: 30px 0 20px 0;
  }
  .info-inner2 {
    width: auto;
    text-align: center;
  }
  .info-inner2 figure {
    float: none;
  }
  .wellness-inner {
    width: auto;
    margin: 0 20px;
  }
  .bunsi-inner {
    width: auto;
    margin: 0 20px;
  }
  /*---------------
  プロフィールページ
  ----------------*/
  .article-inner1 {
    background-size: 30%;
  }
  .meisi img {
    width: 100%;
    height: auto;
  }
  .meisi {
    width: auto;
  }
  .meisi .meisi-inner {
    width: auto;
    height: auto;
    padding: 50px;
    margin: 0;
  }
  .meisi .meisi-inner2 {
    margin: 0 auto;
  }

  .aboutme {
    width: auto;
    margin: 0 40px;
    text-align: justify;
  }
  .aboutme h3{
    padding-bottom: 10px;
	border-bottom: none;
	text-align-last: center;
	}
	.aboutme h4{
	}
  .aboutme p{
	}
  .omoi {
    margin-bottom: 50px;
  }
	
	
  /*----------------
  ブログページ
  -----------------*/
  .blog article .hana2 {
    background-image: none;
  }
  .blog article .hana2 {
    padding-top: 40px;
  }
  .hana1.blog-inner1 {
    width: auto;
  }
  .blog-inner1 p {
  text-align: justify;

  padding: 0 20px;
  }
  .hana2 .blog-inner2 {
    width: auto;
    text-align: center;
  }
  .hana2 .blog-inner2 figure {
    margin-bottom: 40px;
  }
  .hana2 .blog-inner2 img {
    width: 300px;
    height: auto;
  }
  .hana2 .blog-inner2 figcaption p {
    margin: 0 40px;
    text-align: justify;
  }
  /*----------------
  活動ページ
  -----------------*/
  .katudou article {
    margin-bottom: 60px;
  }
  .katudou article h2 {
    margin-bottom: 30px;
  }
  .katudou section {
    width: auto;
    border-bottom: none;
    height: auto;
    text-align: center;
    margin-bottom: 60px;
  }
  .katudou h3 {
    text-align: center;
  }
  .katudou img {
    float: none;
    padding: 0 0 20px 0;
  }
  section div {
    margin-left: 0;
    width: 250px;
    height: auto;
    margin: 0 auto;
  }
  .katudou section p {
    text-align: justify;
  }
  .kodomo-inner {
    width: 250px;
  }
  .campany-inner {
    width: 250px;
  }
  .kozin2 {
    margin: 20px 0 0 0;
  }
  /*----------------
  お問合せ
  -----------------*/
  .contact {
    margin: 0 30px;
  }
  .contact h2 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .contact p {
    margin-bottom: 40px;
    text-align: left;
  }
  .contact form {
    width: auto;
  }
  .contact table {
    margin: 20px auto;
  }
  .contact th, .contact td {
    display: block
  }
  .contact th {
    padding-right: 0;
    text-align: left;
    margin-bottom: 10px;
  }
  .contact td {
    text-align: left;
    margin-bottom: 10px;
  }
}