@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ウィジェット調整用
***********************************/

main#main-content h1#archive-title {
	margin-top: 0;
	padding-left: 0;
}

main#main-content article.article {
	margin-top: 0;
}

div#content {
	margin-top: 70px;
}

li.sidebar-menu-button.menu-button {
    display: none;
	background-color: #fff;
    padding: 10px 15px;
    border: 1px solid #3182ce;
    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: #3182ce;
		padding-right: 3vw;
		z-index: 50;
	}

	main#main-content h1#archive-title {
		margin-left: 0;
	}
	
}

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




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

/*
Theme Name: 姿勢美人
Theme URI: https://example.com/posture-beauty
Author: Your Name
Author URI: https://example.com
Description: 姿勢改善特化型パーソナルジム「姿勢美人」のテーマ
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: posture-beauty
*/

/* リセットとベーススタイル */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    color: #333;
}

a {
    text-decoration: none;
    color: inherit;
}

/* ヘッダースタイル */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 1;
    padding: 15px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.main-navigation .menu-items {
    display: flex;
    list-style: none;
    gap: 30px;
}

.main-navigation .menu-items li a {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    transition: color 0.3s;
}

.main-navigation .menu-items li a:hover {
    color: #0284c7;
}

.site-logo h1 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
}

.header-icons {
    display: flex;
    gap: 20px;
}

.header-icons a {
    color: #333;
    transition: color 0.3s;
}

.header-icons a:hover {
    color: #0284c7;
}

/* ヒーローセクションスタイル */
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 600px;
    margin-top: 60px; /* ヘッダーの高さ分 */
    overflow: hidden;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
    z-index: -1;
}

.hero-content {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 5%;
}

.hero-text {
    max-width: 600px;
}

.hero-title {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 20px;
    color: white;
}

.hero-description {
    font-size: 16px;
    font-weight: 300;
    color: white;
    margin-bottom: 40px;
    line-height: 1.8;
}

.campaign-banner {
    background-color: white;
    padding: 20px;
    margin-bottom: 30px;
    max-width: 400px;
}

.campaign-label {
    color: #e53e3e;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.campaign-text {
    font-size: 24px;
    font-weight: 500;
}

.free-text {
    color: #3182ce;
    font-size: 28px;
}

.cta-button {
    display: inline-block;
    background-color: #3182ce;
    color: white;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #2c5282;
}

/* サイドバナー */
.side-banner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 120px;
    background-color: #3182ce;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.side-banner-content {
    padding: 30px 0;
    text-align: center;
}

.side-banner-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.side-banner-button {
    background-color: white;
    color: #3182ce;
    text-align: center;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.side-banner-button:hover {
    background-color: #f0f0f0;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .main-navigation {
        display: none; /* モバイルメニューは別途実装 */
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .side-banner {
        width: 80px;
    }
    
    .side-banner-text {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 32px;
    }
    
    .hero-description {
        font-size: 14px;
    }
    
    .campaign-banner {
        padding: 15px;
    }
    
    .campaign-text {
        font-size: 20px;
    }
    
    .free-text {
        font-size: 24px;
    }
    
    .cta-button {
        padding: 12px 25px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .hero-content {
        padding: 0 20px;
    }
    
    .hero-title {
        font-size: 28px;
    }
    
    .side-banner {
        width: 60px;
    }
    
    .side-banner-text {
        font-size: 14px;
    }
    
    .side-banner-button {
        font-size: 12px;
        padding: 10px 5px;
    }
}


/* コンセプトセクションのスタイル - シンプルで洗練されたデザイン */
.section {
    width: 100%;
    padding: 5rem 0;
}

.section-white {
    background-color: white;
}

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

.section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
    color: #333;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
}

.section-divider {
    width: 3rem;
    height: 1px;
    background-color: #0284c7;
    margin: 1.5rem 0;
}

.section-description {
    font-size: 1rem;
    color: #666;
    max-width: 36rem;
    margin-top: 1.5rem;
    font-weight: 300;
    line-height: 1.7;
}

@media (min-width: 768px) {
    .section-description {
        font-size: 1.125rem;
    }
}

/* 特徴セクション */
.features {
  background-color: #f8f8f8;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}

.feature-card {
  background-color: #fff;
  padding: 30px;
  transition: box-shadow 0.3s;
  border-bottom: 2px solid #0284c7;
}

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

.feature-icon {
  color: #0284c7;
  font-size: 40px;
  margin-bottom: 20px;
}

.feature-title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
}

.feature-text {
  color: #666;
  font-weight: 300;
}

/* 料金セクション */
.pricing {
  background-color: #fff;
}

.pricing-notice {
  background-color: #ebf8ff;
  padding: 15px;
  text-align: center;
  margin-bottom: 40px;
  color: #0369a1;
  font-weight: 300;
  font-size: 18px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}

.pricing-card {
  border: 1px solid #e2e8f0;
  overflow: hidden;
}

.pricing-card.popular {
  border: 2px solid #0284c7;
  position: relative;
}

.popular-tag {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0284c7;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 300;
}

.pricing-header {
  background-color: #0284c7;
  color: #fff;
  padding: 30px;
  text-align: center;
}

.pricing-name {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}

.pricing-price {
  font-size: 28px;
  font-weight: 300;
}

.pricing-price span {
  font-size: 14px;
}

.pricing-description {
  margin-top: 10px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}

.pricing-features {
  padding: 30px;
  background-color: #fff;
}

.pricing-features-list {
  list-style: none;
  margin-bottom: 20px;
}

.pricing-features-list li {
  display: flex;
  align-items: start;
  margin-bottom: 15px;
  font-weight: 300;
}

.pricing-features-list li svg {
  margin-right: 10px;
  color: #0284c7;
  flex-shrink: 0;
  margin-top: 3px;
}

.pricing-button {
  margin-top: 20px;
}

.pricing-notes {
  margin-top: 40px;
  text-align: center;
}

.pricing-campaign {
  color: #0284c7;
  font-weight: 300;
}

.pricing-disclaimer {
  margin-top: 40px;
  background-color: #f8f8f8;
  padding: 30px;
}

.pricing-disclaimer h4 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}

.pricing-disclaimer ul {
  list-style: none;
  color: #666;
  font-weight: 300;
  font-size: 14px;
}

.pricing-disclaimer li {
  margin-bottom: 15px;
}

/* 店舗一覧セクション */
.locations {
  background-color: #f8f8f8;
}

.locations-filters {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.locations-filter {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e2e8f0;
  font-size: 16px;
  font-family: inherit;
}

.locations-table {
  border: 1px solid #e2e8f0;
  overflow: hidden;
  background-color: #fff;
}

.locations-header {
  background-color: #0284c7;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 15px;
  font-weight: 300;
}

.locations-list {
  border-top: 1px solid #e2e8f0;
}

.location-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 15px;
  transition: background-color 0.3s;
  border-bottom: 1px solid #e2e8f0;
}

.location-item:hover {
  background-color: #f8f8f8;
}

.location-name {
  font-weight: 300;
}

.location-address {
  color: #666;
  font-weight: 300;
}

.no-results {
  text-align: center;
  padding: 30px;
  color: #666;
  font-weight: 300;
  display: none;
}

.no-results.visible {
  display: block;
}

/* コラムセクション */
.column {
  background-color: #fff;
}

.accordion {
  border: 1px solid #e2e8f0;
}

.accordion-item {
  border-bottom: 1px solid #e2e8f0;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  padding: 15px;
}

.accordion-button {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  cursor: pointer;
}

.accordion-button:hover {
  color: #0284c7;
}

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

.accordion-button[aria-expanded="true"] .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  padding: 0 15px 15px;
  display: none;
}

.accordion-content.active {
  display: block;
}

.column-excerpt {
  color: #666;
  margin-bottom: 20px;
  font-weight: 300;
}

.column-content {
  font-weight: 300;
}

.column-content h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 10px;
}

.column-content p {
  margin-bottom: 15px;
}

.column-content ul, .column-content ol {
  margin: 15px 0 15px 20px;
}

.column-content li {
  margin-bottom: 10px;
}

/* お問い合わせフォーム */
.contact {
  background-color: #fff;
}

.contact-form-container {
  background-color: #f8f8f8;
  padding: 30px;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.contact-form-row {
  margin-bottom: 20px;
}

.contact-form-label {
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
}

.contact-form-label span {
  color: #e53e3e;
}

.contact-form-input,
.contact-form-select,
.contact-form-textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e2e8f0;
  font-size: 16px;
  font-family: inherit;
}

.contact-form-submit {
  text-align: center;
  padding-top: 15px;
}

.wpcf7-text,
.wpcf7-select,
.wpcf7-date {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e2e8f0;
  font-size: 16px;
  font-family: inherit;
}

.wpcf7-submit {
	text-align: center;
	display: inline-block;
    padding: 15px 24px;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s;
    background-color: #0284c7;
    color: #fff;
	border: none;
}

.wpcf7-submit:hover {
    background-color: #0369a1;
}

/* CTAセクション */
.cta-section {
    background-color: #000;
    color: #fff;
    padding: 60px 0;
}

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

.cta-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

/* テキスト部分 */
.cta-text {
    flex: 0 0 48%;
}

.cta-text h2 {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 24px;
    line-height: 1.3;
}

.text-blue-400 {
    color: #38bdf8;
}

.cta-text p {
    color: #ccc;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* チェックリスト */
.cta-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.cta-features li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-weight: 300;
}

.cta-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #38bdf8;
    font-weight: bold;
}

/* ボタン */
.btn {
    display: inline-block;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s;
}

.btn-primary {
    background-color: #0284c7;
    color: #fff;
}

.btn-primary:hover {
    background-color: #0369a1;
}

/* 画像部分 - 青い背景 */
.cta-image {
    flex: 0 0 48%;
    background-color: #1e3a8a; /* 青い背景色 */
    height: 400px; /* 高さを固定 */
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .cta-content {
        flex-direction: column;
    }
    
    .cta-text, .cta-image {
        flex: 0 0 100%;
    }
    
    .cta-image {
        height: 300px;
    }
}

/* フッター - シンプルバージョン */
.footer {
    background-color: #000;
    color: #fff;
    padding: 30px 0;
    text-align: center;
}

.copyright {
    color: #666;
    font-weight: 300;
    font-size: 0.9rem;
}

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




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

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

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