
header {
	width: 100%;
	margin: 0 auto;
	line-height: 0;
}



/* PCでは非表示 */
.hamburger,
.menu {
  display: none;
}

/* スマホ用スタイル */
@media only screen and (max-width: 768px) {
  html {
      box-sizing: border-box;
  }

  *, *::before, *::after {
      box-sizing: inherit;
  }

  .sp-img {
    display: block;
  }
  .no-radius {
    border-radius: 0 !important; /* 角丸をキャンセル */
  }

  .pc-img {
    display: none;
  }

  .pc-only {
    display: none;
  }

  /* ハンバーガーアイコン */
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1000;
  }

  .hamburger span {
    display: block;
    height: 3px;
    background: #e4a7d4;
    border-radius: 2px;
    transition: 0.3s ease;
    transform-origin: center;
  }

  /* ☓（バツ）形への変形 */
  .hamburger.open span:nth-child(1) {
    transform: rotate(45deg) translate(7.5px, 7.5px);
  }

  .hamburger.open span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(7.5px, -7.5px);
  }

  /* メニュー本体 */
  .menu {
    display: block;
    position: fixed;
    top: 60px;
    right: 0;
    width: 300px;
    background: #e4a7d4;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 999;
  }

  .menu.active {
    max-height: 500px; /* メニューが十分に展開される高さ */
  }

  .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .menu li {
    border-bottom: 1px solid #ddd;
  }

  .menu li.counsel {
    background-color: #d0a7e4;
  }
  
  .menu a {
    display: block;
    padding: 30px 16px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }

  .menu a:hover {
    background: #deafd1;
  }

  .menu li.counsel a:hover {
    background-color: #dfbaf1;
  }

  nav ul#head-nav-2 {
    display: none;
  }

  nav ul#counseling-head-nav {
    display: none;
  }

  .sp-img,
  .width100 {
    width: 100%;
  }

  

  .w90per {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  .w80per {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }




/*--------------------------------------------インデックス以外*/

  section.cont {
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    background: #ffffff;
    margin-top: 0px;
    border-radius: 15px;
    overflow: hidden;
  }


  section.cont article {
    width: 100%;
    float: right;
    margin-bottom: 30px;
  }

  section.cont article h1 {
    width: auto;
    height: auto;
    border-radius: 5px;
  }

  section.cont article p {
    margin: 0 auto;
    width: 100%;
  }

  section.cont article h2 {
    width: auto;
    height: auto;
  }

  article.nagare h2 {
    text-align: center;
    margin: 25px 0;
  }

  article.nagare h2 span {
    display: block; /* → スマホ幅のときだけ改行される */
    margin-bottom: 0.5em; /* 適度に余白を入れるなら */
    margin-right: 0;
  }


  div.banner img {
    border-radius: 0px;
  }



/*--------------------------------------------SEP*/
  .person {
    width: 100%;
    margin: 0 auto;
    }

  .person img {

  }

  section.cont article.sep p {
    font-size: 110%;
    margin-bottom: 7px!important;
    width: 100%;
    text-align: center;
   }

  .sentence-wrap {
    width: auto;
  }

  .sentence-wrap p {
    text-align: left!important;
  }

  table.gaiyou {
    width: 100%;
    margin: 0 auto 30px;
  }


  table.gaiyou th,
  table.gaiyou td {
    width: 100%;
    display: block;
  }

  table.gaiyou td {
    font-weight: normal;
  }

  .few {
    font-weight: normal;
  }

  footer {
    width: 100%;
    padding: 25px 0;
    margin: 0 auto;
    overflow: hidden;
    background: #e4a7d4;
  }

  div.foot-info p {
    font-size: 90%;
    font-weight: normal;
    color: #ffffff;
  }

  div.foot-info p.com-name {
    font-weight: bold;
    font-size: 110%;
  }

  .center-p {
    font-size: 12px;
  }

  .sp-only {
    display: inline;
  }

  /*--------------------------------------------お問い合わせ*/

  #wrapper {
    width: 100%;
    box-shadow: none;
  }

  .section__body {
    padding: 0;
  }

  #wrapper table tr,
  #wrapper table th,
  #wrapper table td {
    width: 100%;
    display: block;
  }

  #main {
    padding: 0;
  }

  /*--------------------------------------------カウンセリング*/

  section.counseling {
    width: auto;
    margin-top: 0;
  }

  section.counseling article h1 {
    width: auto;
    height: auto;
    border-radius: 0px;
  }



}
