@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/***********************************
Cocoonウィジェット調整用
***********************************/

li.sidebar-menu-button.menu-button {
    display: none;
	background-color: #fff;
    padding: 10px 15px;
    border: 1px solid #f472b6;
    border-right: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 5px 2.5px 2.5px gray;
}

span.fa.fa-outdent {
	font-size: 25px;
}

.fa-outdent:before {
	content:"\f191";
}

header.article-header.entry-header {
	position: unset;
}

/*1023px以下*/
@media screen and (max-width: 1023px){
	li.sidebar-menu-button.menu-button {
		display: inline-block;
		float: right;
		position: fixed;
		top: 85px;
		right: 0%;
		list-style: none;
		color: #f472b6;
		padding-right: 3vw;
		z-index: 50;
	}
}

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



/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*
Theme Name: LPbase-theme
*/

/* CSS Document */

/*リセット*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

a {
    text-decoration:none;
}

/*リセットここまで*/

/* SPメニュー */

html, body {
	overflow-x: hidden;
}

button.sp-menu-button {
	display: none;
}

#nav, .sp-menu-button, .sp-menu-button p {
	transition: 1s all;
}

@media screen and (max-width:767px){
	
	nav#nav {
	transform: translateX(100%);
	}
	
	nav#nav {
		display: block;
	}
	
	.header-inner nav#nav.open {
		transform: translateX(0);
	}
	
	.sp-menu-button p {
		display: inline-block;
	}
	
	.sp-menu-button.active p {
		transform: rotate(45deg);
	}
	
	.header-inner nav {
		background-color: #ffb0e7;
    position: absolute;
    width: 70vw;
    right: 0;
    top: 64px;
	}
	
	.header-inner nav a {
		width: 100%;
    display: block;
    font-size: 20px;
    padding: 1em 0 1em 1.5em;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #fff;
	}
	
	button.sp-menu-button {
		display: inline-block;
        width: 49.5px;
        height: 50px;
        float: right;
        position: fixed;
        top: 150px;
        right: 0%;
        list-style: none;
        color: #f472b6;
        font-weight: 600;
        font-size: 2.75em;
        border: 1px solid #f472b6;
        border-right: none;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        box-shadow: 5px 2.5px 2.5px gray;
        background: #fff;
        padding-right: 3vw;
        padding-left: 12px;
        z-index: 50;
	}
	
}


/* ベーススタイル */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    
    body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      letter-spacing: 0.02em;
      color: #000;
      line-height: 1.5;
    }
    
    h1, h2, h3, h4, h5, h6 {
      letter-spacing: 0.03em;
      font-weight: 500;
    }
    
    .container {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 2rem;
    }
    
    /* ヘッダー */
    header {
      position: sticky;
      top: 0;
      z-index: 40;
      border-bottom: 1px solid #e5e7eb;
      background-color: white;
    }
    
    .header-inner {
      display: flex;
      height: 4rem;
      align-items: center;
      justify-content: space-between;
      padding: 1rem 0;
    }
    
    .logo {
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }
	
	.logo img {
    	height: 30px;
	}

@media screen and (max-width:767px) {
	.logo img {
    	height: 20px;
	}
}
    
    .logo-text {
      font-size: 1.25rem;
      font-weight: 300;
      letter-spacing: 0.05em;
    }
    
    nav {
      display: none;
    }
    
    @media (min-width: 768px) {
      nav {
        display: flex;
        gap: 2rem;
      }
    }
    
    nav a {
      font-size: 0.875rem;
      font-weight: 300;
      letter-spacing: 0.05em;
      color: #1a1a1a;
      text-decoration: none;
      transition: color 0.2s;
    }
    
    nav a:hover {
      color: #f472b6;
    }
    
    .btn {
      display: inline-block;
      padding: 0.5rem 1rem;
      font-size: 0.875rem;
      font-weight: 500;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      border: none;
      transition: background-color 0.2s;
    }
    
    /*.btn-primary {
      background-color: #f472b6;
      color: white;
    }*/
	
	.btn-primary {
		background-color: #ff9f29;
		color: white;
		border-radius: 5px;
		border-bottom: 4px solid #ac6a18;
		transition: 0.25s all;
	}
    
    .btn-primary:hover {
      background-color: #ec4899;
	  margin-top: 2px;
	  border-bottom: 2px solid #ac6a18;
    }
    
    .btn-outline {
      background-color: rgba(255, 255, 255, 0.7);
      border: 1px solid #f472b6;
      color: #f472b6;
    }
    
    .btn-outline:hover {
      background-color: #fdf2f8;
    }
    
    .btn-lg {
      padding: 0.75rem 1.5rem;
      font-size: 1rem;
    }
    
    /* ヒーローセクション */
    .hero {
      background-color: #fdf2f8;
      padding: 5rem 0;
	  height: 700px;
    }
    
@media screen and (max-width: 768px) {
	.hero {
        padding: 3rem 0;
      }
    }
    
    .hero-content {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      gap: 3rem;
    }
    
    @media (min-width: 768px) {
      .hero-content {
        flex-direction: row;
      }
    }
    
    .hero-text {
      width: 100%;
    }
    
    @media (min-width: 768px) {
      .hero-text, .hero-image {
        width: 50%;
      }
    }
    
    .hero-title {
      font-size: 2.25rem;
      line-height: 1.2;
      margin-bottom: 2rem;
    }
    
    @media screen and (max-width: 768px) {
      .hero-title {
        font-size: 1.75rem;
		line-height: 1.5;
      }
    }
    
    @media (min-width: 1024px) {
      .hero-title {
        font-size: 3.75rem;
      }
    }
    
    .hero-title span {
      color: #ec4899;
    }
    
    .hero-description {
      font-size: 1.125rem;
      color: #4b5563;
      margin-bottom: 2rem;
      max-width: 28rem;
      font-weight: 300;
    }
    
    .hero-buttons {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }
    
    @media (min-width: 640px) {
      .hero-buttons {
        flex-direction: row;
      }
    }
    
    .hero-image img {
      width: 100%;
      height: auto;
    }
    
    /* セクション共通 */
    section {
      padding: 2rem 0;
    }
    
    @media (min-width: 768px) {
      section {
        padding: 8rem 0;
      }
    }
    
    .section-bg {
      background-color: #fdf2f8;
    }
    
    .section-header {
      text-align: center;
      margin-bottom: 2rem;
    }
    
    .section-title {
      font-size: 1.875rem;
      margin-bottom: 1rem;
    }
    
    @media (min-width: 768px) {
      .section-title {
        font-size: 2.25rem;
      }
    }
    
    .section-description {
      color: #000;
      max-width: 42rem;
      margin: 0 auto;
      font-weight: 400;
    }
    
    /* 特徴セクション */
    .features {
      display: grid;
      grid-template-columns: 1fr;
      gap: 3rem;
    }
    
    @media (min-width: 768px) {
      .features {
        grid-template-columns: repeat(3, 1fr);
      }
    }
    
    .feature {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }
    
    .feature-icon {
      display: inline-block;
      padding: 0.75rem;
      background-color: #fdf2f8;
    }
    
    .feature-title {
      font-size: 1.25rem;
    }
    
    .feature-description {
      color: #000;
      font-weight: 300;
    }
    
    /* 選ぶ理由セクション */
    .reasons {
      display: grid;
      grid-template-columns: 1fr;
      gap: 4rem;
    }
    
    .reason-group {
      display: flex;
      flex-direction: column;
      gap: 3rem;
    }
    
    .reason {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }
    
    .reason-header {
      display: flex;
      align-items: center;
      gap: 1rem;
    }
    
    .reason-number {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.5rem;
      height: 2.5rem;
      background-color: #fbcfe8;
      flex-shrink: 0;
    }
    
    .reason-number span {
      color: #ec4899;
      font-weight: 300;
    }
    
    .reason-title {
      font-size: 1.25rem;
    }
    
    .reason-description {
      color: #000;
      margin-left: 3.5rem;
      font-weight: 300;
    }
    
    .testimonial {
      background-color: #fdf2f8;
      padding: 2rem;
      max-width: 48rem;
      margin: 4rem auto 0;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    }
    
    .testimonial-title {
      font-size: 1.25rem;
      text-align: center;
      margin-bottom: 1rem;
    }
    
    .testimonial-text {
      color: #000;
      font-style: italic;
      text-align: center;
      font-weight: 300;
    }
    
    .testimonial-author {
      display: block;
      margin-top: 1rem;
      text-align: center;
      font-weight: 400;
      color: #ec4899;
    }
    
    /* メソッドセクション */
    .method-content {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1rem;
      align-items: center;
    }
    
    @media (min-width: 768px) {
      .method-content {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    
    .method-image img {
      width: 100%;
      height: auto;
    }
    
    .method-text {
      display: flex;
      flex-direction: column;
      gap: 2rem;
    }
    
    .method-title {
      font-size: 1.875rem;
      line-height: 1.2;
    }
    
    @media (min-width: 768px) {
      .method-title {
        font-size: 2.25rem;
      }
    }
    
    .method-title span {
      color: #ec4899;
    }
    
    .method-features, .method-unique {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }
    
    .method-feature {
      display: flex;
      gap: 0.75rem;
    }
    
    .method-feature-text {
      font-weight: 300;
    }
    
    .method-unique-title {
      font-size: 1.25rem;
      margin-bottom: 1rem;
    }
    
    /* 実績セクション */
    .results {
      display: grid;
      grid-template-columns: 1fr;
      gap: 3rem;
    }
    
    @media (min-width: 768px) {
      .results {
        grid-template-columns: repeat(3, 1fr);
      }
    }
    
    .result {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }
    
    .result-image {
      position: relative;
      aspect-ratio: 4/3;
      overflow: hidden;
    }
    
    .result-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    .result-info {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }
    
    .result-name {
      font-size: 1.25rem;
    }
    
    .result-stats {
      color: #ec4899;
      font-weight: 300;
    }
    
    .result-quote {
      color: #000;
      font-style: italic;
      font-weight: 300;
    }
    
    /* 料金プランセクション */
    .pricing-plans {
      display: grid;
      grid-template-columns: 1fr;
      gap: 3rem;
    }
    
    @media (min-width: 768px) {
      .pricing-plans {
        grid-template-columns: repeat(3, 1fr);
      }
    }
    
    .pricing-plan {
      border: 1px solid #e5e7eb;
      padding: 2rem;
      display: flex;
      flex-direction: column;
      gap: 2rem;
    }
    
    .pricing-plan.popular {
      border: 2px solid #f472b6;
      position: relative;
    }
    
    .popular-tag {
      position: absolute;
      top: 0;
      right: 0;
      background-color: #f472b6;
      color: white;
      padding: 0.25rem 1rem;
      font-size: 0.875rem;
      font-weight: 300;
    }
    
    .pricing-header {
      text-align: center;
      padding-bottom: 1.5rem;
      border-bottom: 1px solid #e5e7eb;
    }
    
    .pricing-title {
      font-size: 1.5rem;
      margin-bottom: 0.25rem;
    }
    
    .pricing-subtitle {
      color: #000;
      margin-bottom: 1rem;
      font-weight: 300;
    }
    
    .pricing-price {
      font-size: 2.25rem;
      font-weight: 300;
    }
    
    .pricing-period {
      color: #000;
      font-weight: 300;
    }
    
    .pricing-features {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }
    
    .pricing-feature {
      display: flex;
      align-items: center;
    }
    
    .pricing-feature-icon {
      color: #f472b6;
      margin-right: 0.75rem;
    }
    
    .pricing-feature-text {
      font-weight: 300;
    }
    
    .pricing-action {
      padding-top: 1rem;
    }
    
    .pricing-info {
      background-color: #fdf2f8;
      padding: 2rem;
      max-width: 48rem;
      margin: 4rem auto 0;
      text-align: center;
    }
    
    .pricing-info-title {
      font-size: 1.25rem;
      margin-bottom: 1rem;
    }
    
    .pricing-info-campaign {
      color: #ec4899;
      margin-bottom: 1rem;
      font-weight: 300;
    }
    
    .pricing-info-trial {
      color: #000;
      margin-bottom: 1.5rem;
      font-weight: 300;
    }
    
    /* 注意事項セクション */
    .notes {
      padding: 3rem 0;
    }
    
    .notes-content {
      max-width: 48rem;
      margin: 0 auto;
    }
    
    .notes-list {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      font-size: 0.875rem;
      color: #000;
      font-weight: 300;
    }
    
    /* 体験の流れセクション */
    .flow-steps {
      max-width: 64rem;
      margin: 0 auto;
    }
    
    .flow-step {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2rem;
      margin-bottom: 3rem;
    }
    
    @media (min-width: 768px) {
      .flow-step {
        flex-direction: row;
        align-items: center;
      }
    }
    
    .flow-step-number {
      background-color: white;
      width: 4rem;
      height: 4rem;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    }
    
    .flow-step-number span {
      color: #f472b6;
      font-size: 1.5rem;
      font-weight: 300;
    }
    
    .flow-step-content {
      flex: 1;
      text-align: center;
    }
    
    @media (min-width: 768px) {
      .flow-step-content {
        text-align: left;
      }
    }
    
    .flow-step-title {
      font-size: 1.25rem;
      margin-bottom: 0.5rem;
    }
    
    .flow-step-description {
      color: #000;
      font-weight: 300;
    }
    
    .flow-action {
      padding-top: 2rem;
      display: flex;
      justify-content: center;
    }
    
    /* よくある質問セクション */
    .faq-list {
      max-width: 48rem;
      margin: 0 auto;
    }
    
    .faq-item {
      border-bottom: 1px solid #e5e7eb;
      padding-bottom: 1.5rem;
      margin-bottom: 2rem;
      flex-wrap: wrap;
    }
    
    .faq-question {
      font-size: 1.25rem;
      margin-bottom: 1rem;
		color: #f472b6;
    }
    
    .faq-answer {
      color: #000;
      font-weight: 300;
    }
    
    /* コラムセクション */
    .columns {
      display: grid;
      grid-template-columns: 1fr;
      gap: 3rem;
    }
    
    @media (min-width: 768px) {
      .columns {
        grid-template-columns: repeat(3, 1fr);
      }
    }
    
    .column {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }
    
    .column-image {
      position: relative;
      aspect-ratio: 16/9;
      overflow: hidden;
    }
    
    .column-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    .column-title {
      font-size: 1.25rem;
    }
    
    .column-excerpt {
      color: #4b5563;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-weight: 300;
    }
    
    .column-link {
      color: #ec4899;
      text-decoration: none;
      display: flex;
      align-items: center;
      font-weight: 300;
    }
    
    .column-link-icon {
      margin-left: 0.25rem;
    }
    
    .columns-action {
      text-align: center;
      padding-top: 1rem;
    }
    
    /* 店舗情報セクション */
    .studios-accordion {
      max-width: 48rem;
      margin: 0 auto;
    }
    
    .accordion-item {
      border-bottom: 1px solid #e5e7eb;
    }
    
    .accordion-trigger {
      width: 100%;
      text-align: left;
      padding: 1rem 0;
      font-size: 1.125rem;
      font-weight: 300;
      background: none;
      border: none;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    .accordion-trigger:focus {
      outline: none;
    }
    
    .accordion-content {
      display: none;
      padding: 1rem 0;
    }
    
    .accordion-content.active {
      display: block;
    }
    
    .studios-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
    
    @media (min-width: 768px) {
      .studios-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    
    .studio {
      padding: 1rem;
      background-color: #fdf2f8;
    }
    
    .studio-name {
      font-weight: 300;
      margin-bottom: 0.25rem;
    }
    
    .studio-address {
      font-size: 0.875rem;
      color: #4b5563;
      font-weight: 300;
    }
    
    /* お問い合わせセクション */
    .contact-content {
      display: grid;
      grid-template-columns: 1fr;
      gap: 4rem;
    }
    
    @media (min-width: 768px) {
      .contact-content {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    
    .contact-info {
      display: flex;
      flex-direction: column;
      gap: 2rem;
    }
    
    .contact-title {
      font-size: 1.875rem;
      margin-bottom: 0.5rem;
    }
    
    @media (min-width: 768px) {
      .contact-title {
        font-size: 2.25rem;
      }
    }
    
    .contact-description {
      color: #4b5563;
      font-weight: 300;
    }
    
    .contact-address {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      padding-top: 1rem;
    }
    
    .contact-address-icon {
      color: #f472b6;
    }
    
    .contact-address-text {
      font-weight: 300;
    }
    
    .contact-studios {
      padding-top: 1.5rem;
    }
    
    .contact-studios-title {
      font-size: 1.25rem;
      margin-bottom: 1rem;
    }
    
    .contact-studios-description {
      color: #4b5563;
      font-weight: 300;
    }
    
    .contact-form-container {
      border: 1px solid #e5e7eb;
      padding: 2rem;
      background-color: white;
    }
    
    .contact-form-title {
      font-size: 1.25rem;
      text-align: center;
      margin-bottom: 1.5rem;
    }
    
    .contact-form {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }
    
    .form-group {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      margin-bottom: 1rem;
    }
    
    .form-label {
      font-size: 0.875rem;
      color: #4b5563;
      font-weight: 300;
    }
    
    .form-required {
      color: #ec4899;
    }
    
    .form-input {
      height: 2.5rem;
      padding: 0 0.75rem;
      border: 1px solid #d1d5db;
      background-color: #f9fafb;
    }
	
.wpcf7-form-control {
	height: 2.5rem;
      padding: 0 0.75rem;
      border: 1px solid #d1d5db;
      background-color: #f9fafb;
}

.wpcf7-form-control:focus {
      outline: none;
      border-color: #f472b6;
}
    
    .form-input:focus {
      outline: none;
      border-color: #f472b6;
    }
    
    .form-select {
      height: 2.5rem;
      padding: 0 0.75rem;
      border: 1px solid #d1d5db;
      background-color: #f9fafb;
    }
    
    .form-select:focus {
      outline: none;
      border-color: #f472b6;
    }
    
    .form-action {
      padding-top: 1rem;
    }

	.wpcf7-submit {
      display: inline-block;
      padding: 0.5rem 1rem;
      font-size: 0.875rem;
      font-weight: 500;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      border: none;
      transition: background-color 0.2s;
	  width: 100%;
    }
    
    .wpcf7-submit {
      background-color: #f472b6;
      color: white;
    }
    
    .wpcf7-submit:hover {
      background-color: #ec4899;
    }
	
    
    /* フッター */
    footer {
      background-color: #111827;
      color: white;
      padding: 4rem 0;
    }
    
    .footer-content {
      display: grid;
      grid-template-columns: 1fr;
      gap: 3rem;
    }
    
    @media (min-width: 768px) {
      .footer-content {
        grid-template-columns: repeat(4, 1fr);
      }
    }
    
    .footer-column {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }
    
    .footer-logo {
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }
    
    .footer-logo-text {
      font-size: 1.25rem;
      font-weight: 300;
      letter-spacing: 0.05em;
      color: #f472b6;
    }
    
    .footer-description {
      color: #806a6d;
      font-size: 0.875rem;
      font-weight: 300;
    }
    
    .footer-title {
      font-size: 1.125rem;
      font-weight: 300;
    }
    
    .footer-links {
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
    }
    
    .footer-link {
      color: #d1d5db;
      text-decoration: none;
      font-size: 0.875rem;
      transition: color 0.2s;
      font-weight: 300;
    }
    
    .footer-link:hover {
      color: #f472b6;
    }
    
    .footer-contact-item {
      display: flex;
      align-items: center;
      gap: 0.75rem;
    }
    
    .footer-contact-icon {
      color: #f472b6;
    }
    
    .footer-contact-text {
      color: #d1d5db;
      font-size: 0.875rem;
      font-weight: 300;
    }
    
    .footer-bottom {
      border-top: 1px solid #1f2937;
      margin-top: 3rem;
      padding-top: 2rem;
      text-align: center;
    }
    
    .footer-copyright {
      color: #9ca3af;
      font-size: 0.875rem;
      font-weight: 300;
    }
    
    /* ユーティリティ */
    .flex {
      display: flex;
    }
    
    .items-center {
      align-items: center;
    }
    
    .gap-2 {
      gap: 0.5rem;
    }
    
    .gap-3 {
      gap: 0.75rem;
    }
    
    .space-y-4 > * + * {
      margin-top: 1rem;
    }
    
    .space-y-6 > * + * {
      margin-top: 1.5rem;
    }
    
    .space-y-8 > * + * {
      margin-top: 2rem;
    }
    
    .space-y-12 > * + * {
      margin-top: 3rem;
    }
    
    .space-y-16 > * + * {
      margin-top: 4rem;
    }
    
    .text-center {
      text-align: center;
    }
    
    .max-w-md {
      max-width: 28rem;
    }
    
    .max-w-2xl {
      max-width: 42rem;
    }
    
    .max-w-3xl {
      max-width: 48rem;
    }
    
    .max-w-4xl {
      max-width: 56rem;
    }
    
    .mx-auto {
      margin-left: auto;
      margin-right: auto;
    }
    
    .mt-1 {
      margin-top: 0.25rem;
    }
    
    .mt-2 {
      margin-top: 0.5rem;
    }
    
    .mt-4 {
      margin-top: 1rem;
    }
    
    .mt-16 {
      margin-top: 4rem;
    }
    
    .mb-4 {
      margin-bottom: 1rem;
    }
    
    .ml-14 {
      margin-left: 3.5rem;
    }
    
    .pt-4 {
      padding-top: 1rem;
    }
    
    .pt-6 {
      padding-top: 1.5rem;
    }
    
    .pt-8 {
      padding-top: 2rem;
    }
    
    .pb-6 {
      padding-bottom: 1.5rem;
    }
    
    .w-full {
      width: 100%;
    }
    
    .h-5 {
      height: 1.25rem;
    }
    
    .h-6 {
      height: 1.5rem;
    }
    
    .h-10 {
      height: 2.5rem;
    }
    
    .h-16 {
      height: 4rem;
    }
    
    .w-5 {
      width: 1.25rem;
    }
    
    .w-6 {
      width: 1.5rem;
    }
    
    .w-10 {
      width: 2.5rem;
    }
    
    .w-16 {
      width: 4rem;
    }
    
    .rounded-none {
      border-radius: 0;
    }
    
    .border {
      border-width: 1px;
    }
    
    .border-2 {
      border-width: 2px;
    }
    
    .border-b {
      border-bottom-width: 1px;
    }
    
    .border-t {
      border-top-width: 1px;
    }
    
    .border-gray-200 {
      border-color: #e5e7eb;
    }
    
    .border-gray-800 {
      border-color: #1f2937;
    }
    
    .border-pink-400 {
      border-color: #f472b6;
    }
    
    .bg-white {
      background-color: white;
    }
    
    .bg-pink-50 {
      background-color: #fdf2f8;
    }
    
    .bg-pink-100 {
      background-color: #fbcfe8;
    }
    
    .bg-pink-400 {
      background-color: #f472b6;
    }
    
    .bg-gray-900 {
      background-color: #111827;
    }
    
    .text-white {
      color: white;
    }
    
    .text-gray-400 {
      color: #9ca3af;
    }
    
    .text-gray-500 {
      color: #6b7280;
    }
    
    .text-gray-600 {
      color: #4b5563;
    }
    
    .text-gray-900 {
      color: #111827;
    }
    
    .text-pink-400 {
      color: #f472b6;
    }
    
    .text-pink-500 {
      color: #ec4899;
    }
    
    .text-sm {
      font-size: 0.875rem;
    }
    
    .text-lg {
      font-size: 1.125rem;
    }
    
    .text-xl {
      font-size: 1.25rem;
    }
    
    .text-2xl {
      font-size: 1.5rem;
    }
    
    .text-4xl {
      font-size: 2.25rem;
    }
    
    .font-light {
      font-weight: 300;
    }
    
    .font-normal {
      font-weight: 400;
    }
    
    .italic {
      font-style: italic;
    }
    
    .leading-relaxed {
      line-height: 1.625;
    }
    
    .tracking-tight {
      letter-spacing: -0.025em;
    }
    
    .tracking-wide {
      letter-spacing: 0.025em;
    }
    
    .line-clamp-3 {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    
    .aspect-\[4\/3\] {
      aspect-ratio: 4/3;
    }
    
    .aspect-\[16\/9\] {
      aspect-ratio: 16/9;
    }
    
    .relative {
      position: relative;
    }
    
    .absolute {
      position: absolute;
    }
    
    .top-0 {
      top: 0;
    }
    
    .right-0 {
      right: 0;
    }
    
    .object-cover {
      object-fit: cover;
    }
    
    .shadow-sm {
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    }
    
    .flex-shrink-0 {
      flex-shrink: 0;
    }
    
    .flex-1 {
      flex: 1 1 0%;
    }

/*コラムページ*/
.post-section {
	margin-top: 100px;
	margin-bottom: 50px;
	padding: 0 5vw;
}

.post-section h2 img {
	display: block;
	margin: 0 auto;
}

.post-section p img {
	display: block;
	margin: 0 auto;
}

.post-section h2 {
	margin-bottom: 20px;
	color: #f472b6;
	font-weight: 500;
}

.post-section hr {
	margin: 30px 0;
}

.post-section p {
	line-height: 2em;
}

.post-link-section {
	font-weight: 600;
    color: #f472b6;
    padding: 0 5vw;
    margin-bottom: 50px;
}

.post-link-section a:first-child {
	margin-right: 2em;
}

.post-link-section a {
	color: #f472b6;
}

ul {
	list-style: none;
}

.flow-step-img {
	width: 20%;
}

@media screen and (max-width:767px){
	.sp-linebreak {
		display: block;
	}
	
	.logo-text {
		line-height: 1em;
	}
	
	#contact-form  > div.container {
		padding: 0;
	}
	
	.contact-content {
		width: 90vw;
    	margin: 0 auto;
	}
	
	.flow-step-img {
	width: 70%;
	order: 3;
	}

}

section.hero-section {
	background-image: url('https://astp.website/mommygym/wp-content/uploads/2025/06/hero-image01.jpg');
	background-size: cover;
	background-position: center;
	transition: background-image 1s ease-in-out;
	position: relative;
}

@media screen and (max-width: 767px){
	section.hero-section {
		background-image: url('https://astp.website/mommygym/wp-content/uploads/2025/06/hero-image01-sp.jpg');
	}
	
	.hero-description {
		margin-top: 85%;
        color: #000;
        background-color: rgba(255, 255, 255, 0.75);
        padding: 20px;
		line-height: 1.25;
		font-weight: 400;
	}
	
	/*section.hero-section:after {
		content: '';
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, #f472b6, #fff);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		pointer-events: none;
		mix-blend-mode: multiply;
		opacity: 0.5;
	}*/
}

.photo-container {
	display: flex;
}

.photo-item-img {
	background-size: cover;
	width: 25%;
	height: 12vw;
}

@media screen and (max-width: 767px){
	.photo-container {
		flex-wrap: wrap;
	}
	
	.photo-item-img {
		width: 50%;
		height: 30vw
	}
	
	.reason-image img {
		width: 70%;
	}
	
}

.reason-image img {
	display: block;
	margin: 0 auto;
}

.pricing-plans-img {
	text-align: center;
}

.pricing-plans-img img {
	width: 80vw;
    max-width: 800px;
}

footer {
	background-color: #fff;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
