@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 var(--primary);
    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: var(--primary);
		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;
}

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

.text-center {
	text-align: center;
	margin-top: 2rem;
}


/* メインスタイル */
:root {
  --primary: #10b981;
  --primary-dark: #059669;
  --primary-light: #d1fae5;
  --secondary: #f3f4f6;
  --text-dark: #1f2937;
  --text-light: #6b7280;
  --white: #ffffff;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-800: #1f2937;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: var(--text-dark);
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* ヘッダー */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: var(--white);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--primary);
  text-decoration: none;
}

.nav {
  display: none;
}

.nav a {
  margin: 0 1rem;
  color: var(--text-dark);
  text-decoration: none;
  font-size: 1.125rem;
  transition: color 0.3s;
}

.nav a:hover {
  color: var(--primary);
}

.btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 0.375rem;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-primary {
  background-color: var(--primary);
  color: var(--white);
}

.btn-primary:hover {
  background-color: var(--primary-dark);
}

.btn-outline {
  background-color: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
}

.btn-outline:hover {
  background-color: var(--primary-light);
}

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
}

.mobile-menu-btn {
  display: block;
  background: none;
  border: none;
  cursor: pointer;
}

/* ヒーローセクション */
.hero {
  padding: 3rem 0 5rem;
  background-color: #ecfdf5;
}

.hero-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.hero-content {
  display: flex;
  flex-direction: column;
}

.hero-badge {
  display: inline-block;
  background-color: var(--primary-light);
  color: var(--primary-dark);
  font-weight: bold;
  padding: 0.25rem 1rem;
  border-radius: 9999px;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}

.hero-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.hero-title span {
  color: var(--primary);
}

.hero-description {
  font-size: 1.125rem;
  color: var(--text-light);
  margin-bottom: 1.5rem;
}

.hero-features {
  margin-bottom: 1.5rem;
}

.hero-feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.hero-feature-icon {
  background-color: var(--primary-light);
  border-radius: 9999px;
  padding: 0.25rem;
  margin-right: 0.75rem;
  margin-top: 0.25rem;
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.hero-promo {
  display: inline-block;
  background-color: var(--white);
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
}

.hero-promo p {
  color: var(--primary);
  font-weight: bold;
  margin: 0;
}

.hero-image {
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* 特徴セクション */
.features {
  padding: 5rem 0;
  background-color: var(--white);
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.section-description {
  font-size: 1.25rem;
  color: var(--text-light);
  max-width: 36rem;
  margin: 0 auto;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.feature-card {
  background-color: var(--white);
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  background-color: var(--primary-light);
  border-radius: 9999px;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.feature-icon img {
  width: 2rem;
  height: 2rem;
}

.feature-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.feature-description {
  color: var(--text-light);
}

/* 体験の流れセクション */
.flow {
  padding: 5rem 0;
  background-color: #ecfdf5;
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.step-card {
  background-color: var(--white);
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.step-number {
  position: absolute;
  top: -0.75rem;
  left: -0.75rem;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background-color: var(--primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.step-content {
  text-align: center;
  padding-top: 0.75rem;
}

.step-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.step-description {
  color: var(--text-light);
}

/* 料金プランセクション */
.pricing {
  padding: 5rem 0;
  background-color: var(--white);
}

.pricing-free {
  background-color: #f8ffe6;
  border-radius: 0.5rem;
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 3rem;
}

.pricing-free-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--primary);
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.pricing-card {
  background-color: var(--white);
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.pricing-card.popular {
  transform: scale(1.05);
  z-index: 10;
}

.pricing-header {
  background-color: var(--primary);
  color: var(--white);
  padding: 1.5rem;
  text-align: center;
  position: relative;
}

.pricing-popular-badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #eab308;
  color: var(--white);
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.25rem 0.75rem;
  border-bottom-left-radius: 0.5rem;
}

.pricing-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.pricing-price {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0.5rem;
}

.pricing-price span {
  font-size: 1rem;
  font-weight: normal;
}

.pricing-body {
  padding: 1.5rem;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.pricing-feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.pricing-feature-icon {
  color: var(--primary);
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.pricing-membership {
  background-color: var(--white);
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  text-align: center;
}

.pricing-membership-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.pricing-membership-price {
  color: var(--primary);
}

.pricing-promo {
  color: #ef4444;
  margin-bottom: 1.5rem;
}

.pricing-notes {
  background-color: var(--white);
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
}

.pricing-notes-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.pricing-notes-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-notes-item {
  margin-bottom: 0.75rem;
}

/* FAQ セクション */
.faq {
  padding: 5rem 0;
  background-color: #ecfdf5;
}

.faq-container {
  background-color: var(--white);
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.faq-item {
  border-bottom: 1px solid var(--gray-200);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.25rem 1rem;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
}

.faq-question h3 {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  padding-right: 0.5rem;
}

.faq-icon {
  transition: transform 0.3s;
}

.faq-icon.open {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.faq-answer.open {
  max-height: 500px;
}

.faq-answer p {
  padding: 0 1rem 1.25rem;
  margin: 0;
}

/* お客様の声セクション */
.testimonials {
  padding: 5rem 0;
  background-color: var(--white);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.testimonial-card {
  background-color: var(--white);
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  position: relative;
}

.testimonial-quote {
  color: var(--primary);
  font-size: 3rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  opacity: 0.2;
}

.testimonial-content {
  position: relative;
  z-index: 10;
}

.testimonial-text {
  color: var(--text-light);
  margin-bottom: 1.5rem;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
}

.testimonial-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  overflow: hidden;
  margin-right: 0.75rem;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-info h4 {
  font-weight: bold;
  color: var(--primary);
  margin: 0 0 0.25rem;
}

.testimonial-info p {
  color: var(--text-light);
  font-size: 0.875rem;
  margin: 0;
}

/* コラムセクション */
.blog {
  padding: 5rem 0;
  background-color: #ecfdf5;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.blog-card {
  background-color: var(--white);
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.blog-image {
  height: 12rem;
  position: relative;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-content {
  padding: 1.5rem;
}

.blog-date {
  color: var(--text-light);
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.blog-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.blog-excerpt {
  color: var(--text-light);
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-author {
  color: var(--primary);
  font-size: 0.875rem;
  font-weight: 500;
}

/* お問い合わせセクション */
.contact {
  padding: 5rem 0;
  background-color: var(--white);
}

.contact-form {
  background-color: var(--white);
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.form-required {
  color: #ef4444;
}

.form-input,
.form-select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--gray-200);
  border-radius: 0.375rem;
  font-size: 1rem;
}

.wpcf7-form-control {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--gray-200);
  border-radius: 0.375rem;
  font-size: 1rem;
}

.form-checkbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.form-checkbox input {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}

.form-checkbox a {
  color: var(--primary);
  text-decoration: underline;
}

.wpcf7-submit {
	background-color: var(--primary);
	color: white;
}

.wpcf7-submit:hover {
	opacity: 0.7;
	transition: 1s all;
}

/* CTA セクション */
.cta {
  padding: 4rem 0;
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
}

.cta-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.cta-description {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.btn-white {
  background-color: var(--white);
  color: var(--primary);
}

.btn-white:hover {
  background-color: var(--gray-100);
}

/* 店舗一覧セクション */
.locations {
  padding: 5rem 0;
  background-color: #ecfdf5;
}

.locations-table {
  width: 100%;
  background-color: var(--white);
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.locations-table th {
  background-color: var(--primary);
  color: var(--white);
  text-align: left;
  padding: 0.75rem 1rem;
}

.locations-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--gray-200);
}

.locations-table tr:nth-child(even) {
  background-color: var(--gray-50);
}

.locations-table td:first-child {
  font-weight: 500;
}

/* フッター */
.footer {
  background-color: var(--gray-800);
  color: var(--white);
  padding: 3rem 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.footer-logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #34d399;
  margin-bottom: 1rem;
}

.footer-description {
  color: #9ca3af;
}

.footer-address {
  margin-top: 1rem;
  color: #9ca3af;
}

.footer-menu-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.footer-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.footer-menu-link {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-menu-link:hover {
  color: var(--white);
}

.footer-copyright {
  border-top: 1px solid #374151;
  margin-top: 2rem;
  padding-top: 2rem;
  text-align: center;
  color: #6b7280;
}

/* モバイルメニュー */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 50;
  background-color: var(--white);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}

.mobile-menu.open {
  transform: translateX(0);
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid var(--gray-200);
}

.mobile-menu-logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--primary);
}

.mobile-menu-close {
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-menu-nav {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.mobile-menu-link {
  font-size: 1.125rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--gray-100);
  color: var(--text-dark);
  text-decoration: none;
}

.mobile-menu-button {
  margin-top: 1rem;
}

/* レスポンシブデザイン */
@media (min-width: 768px) {
  .nav {
    display: flex;
  }
  
  .mobile-menu-btn {
    display: none;
  }
  
  .hero-container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  
  .hero-title {
    font-size: 3rem;
  }
  
  .hero-buttons {
    flex-direction: row;
  }
  
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .steps-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/*インスタグラムセクション*/
.sns-section {
	padding: 5vw;
}

.sns-section h3 {
	color: #000;
}

/*コラムページ*/
.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: #10b981;
	font-weight: 500;
}

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

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

.post-section > p:last-child {
	padding-top: 50px;
}

.post-section ul {
	padding-left: 1em;
}

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

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

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


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

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

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