@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
*/

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

.main_visual {
	display: flex;
    justify-content: center;
}

.main_visual img {
	width: 100vw;
}

.main p {
	line-height: 2.2;
}

.main {
    padding: 0;
	background: #FBFBF0;
	border-top-left-radius: 33px;
    border-top-right-radius: 33px;
}

.about-box {
	background-color: #76e2ac;
	border-radius: 50px;
	display: flex;
	text-align: center;
	margin: 3rem 5rem;
}

.about-box img {
	width: 50%;
	max-height: 100%;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.about-content {
	padding: 1rem;
   margin: 0 auto;
}


.main h2 {
   font-size: 50px;
	font-weight: 700;
	color: #FF4242;
	text-align: center;
}
	
.about-content h2 {
  color: white;
  font-size: 50px;
  font-weight: 700;
}

/*H3見出し*/
.main h3 {
    color: #6d5353;/*文字色*/
    font-size: 36px;/*文字サイズ*/
	text-align: center;
    padding: 15px 30px;/*文字回りの余白（上下 左右）*/
	margin: 2rem;
    display: block;
    border-bottom: 3px dashed #816930;/*下線（太さ 破線 色）*/
    position: relative;
}
.main h3:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 15px;/*左側丸の幅*/
    height: 15px;/*左側丸の高さ*/
    background: #816930;/*左側丸の色*/
    border-radius: 50%;
}
.main h3.wp-block-heading:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0;
    width: 15px;/*右側丸の幅*/
    height: 15px;/*右側丸の高さ*/
    background: #816930;/*右側丸の色*/
    border-radius: 50%;
}

/*H4見出し*/
.main h4 {
    text-align: left;
    font-size: 23px;
    color: #FF4242;
}

.main h4 {
    display: block;
    position: relative;
    padding: 6px 32px;/*文字回りの余白（上下 左右）*/
}
.main h4:before {
    font-family: FontAwesome;
    font-weight: 900;/*チェックマーク部の太さ*/
    font-size: 30px;/*チェックマーク部のサイズ*/
    color: #FF4242;/*チェックマーク部の色*/
    left: 0;
    top: 0;
    content:"\f14a";
    position: absolute;
}

.about-btn {
    position: relative; /* aタグを親要素内に留める */
    background-color: #F9FC8D;
    border-radius: 70px;
    margin: 1.5rem;
    padding: 1rem;
    text-align: center;
    display: inline-block; /* 不要な広がりを防ぐ */
	width: 22rem;
	height: 5rem;
}


.lesson-content,
.price-content {
	background-color: #F5F5E7;
	position: relative;
	text-align: center;
	padding: 2rem 5rem;
}

@media screen and (max-width: 900px){
	.lesson-content,
	.price-content {
		padding: 2rem 2rem;
}
}

.lesson-content .contact {
	 background-color: #F5F5E7;
}

.flow-content {
	background-color: #F5F5E7;
	position: relative;
	padding: 2rem 5rem;
}

.lesson-link {
    position: relative;
    text-align: right;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.lesson-link a {
    text-decoration: none;
    display: inline-block; /* テキストの下にボーダーを引くために必要 */
    position: relative; /* 擬似要素を配置する基準 */
    padding: 5px; /* 文字と線の間隔を調整 */
}

.lesson-link a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px; /* 破線の太さ */
    background: repeating-linear-gradient(
        to right,
        #F0B36A 0px,
        #F0B36A 5px,
        transparent 5px,
        transparent 10px
    );
}

.lesson-link i {
    transform: scale(1.5); /* 1.5倍のサイズ */
	color: #F0B36A;
	margin-left: 0.5rem;
}

.lesson-type {
	display: flex;
	margin: 1rem;
}

.lesson-type img {
	width: 270px;
	height: 270px;
}

.skill-table {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
}

.skill-table tr {
  border-bottom: solid 2px white;
}

.skill-table tr:last-child {
  border-bottom: none;
}

.skill-table th {
  position: relative;
  text-align: center;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  padding: 10px 0;
  overflow: visible;
}

.skill-table th:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 1;
}

.skill-table td {
  text-align: left;
  width: 70%;
  background-color: white;
  padding: 0 2rem;
  word-break: break-word;
}

.content-box {
background: white;
    border-radius: 30px;
    margin: 1rem 4rem;
    padding: 2rem;
}

.blog-ttl {
	background-color: #8BD4E6;
}

.blog_thumb {
	margin: 1rem;
}

.calendar {
	text-align: center;
	background: #F5F5E7;
	padding: 2rem;
}

.review-box01,
.review-box02 {
	display: flex;
	margin: 2rem 0;
}

.uservoice {
	text-align: center;
	margin: 0;
	padding: 2rem;
	background: #E8F8FA;
}

.review-text01,
.review-text02 {
	background-color: #76e2ac;
	width: 49%;
    position:relative;
   	color: white;
    padding:20px;
    text-align:left;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
}

.review-text01:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(139, 212, 230, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:13px;
    border-right-width:13px;
    margin-top: -10px;
    border-right-color:#76e2ac;
    right:100%;
    top:32%;
}

.review-text02:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(139, 212, 230, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:13px;
    border-right-width:13px;
    margin-top: -10px;
    border-left-color:#76e2ac;
    left:100%;
    top:32%;
}

.title {
	font-size: 30px;
}

.review-image {
	width: 49%;
}

.review-image img {
    max-width: 60%;
}

.access {
   text-align: center;
   background: #FBFBF0;
}

.access-content {
	padding: 1rem;
}

.address,
.map {
	padding: 1rem;
}

.address-table,
.price-table {
    border-collapse: separate; /* collapse ではなく separate を使う！ */
    border-spacing: 0; /* セルの間のスペースをゼロにする */
    width: 100%;
}

.price-table {
    padding: 1rem 10rem;
    margin: auto;
}

@media (max-width: 960px) {
.price-table {
    padding: 1rem 1rem;
}
	}

.address-table th,
.price-table th {
    border-bottom: 2px dotted #000 !important;
    padding: 10px;
}

.price-table th {
	vertical-align: bottom;
	font-size:30px;
}

.price-table td {
	font-size: 43px;
    padding: 0;
}

.address-table td,
.price-table td {
    border-bottom: 2px dotted #000 !important;
    padding: 10px;
}

.price-table td {
	text-align: right;
}

.contact {
	background-color: #FBFBF0;
	display: flex;
	justify-content: center;
	color: white;
	margin: 1rem;
}

.lesson-btn {
	display: flex;

	  overflow: hidden; /* ← 追加！中の子要素がはみ出さないように */
}

.lesson-btn a {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
}

.lesson-btn a:hover {
  background-color: #64c5d6;
  transition: background-color 0.3s;
}

.lesson-btn-01,
.lesson-btn-02,
.lesson-btn-03 {
	background-color: #76e2ac;
	border-radius: 70px;
	margin: 1.5rem 0.5rem;
	width: 49%;
	text-align: center;
	color: white;
    font-size: 18px;
	position: relative;
}

.lesson-btn-01:before,
.lesson-btn-02:before,
.lesson-btn-03:before {
    font-family: FontAwesome;
    font-weight: 900;/*チェックマーク部の太さ*/
    font-size: 24px;/*チェックマーク部のサイズ*/
    color: white;/*アイコンの色*/
    right: 24px;
    top: 10px;
    content:"\f078";
    position: absolute;
}

.reservation-btn,
.line-btn {
	position: relative;
	border-radius: 70px;
	margin: 1.5rem;
	width: 40%;
	text-align: center;
	overflow: hidden;
}

.reservation-btn {
	background-color: #FF4242;
}

.reservation-btn:before,
.line-btn:before {
    font-family: FontAwesome;
    font-weight: 900;/*チェックマーク部の太さ*/
    font-size: 20px;/*チェックマーク部のサイズ*/
    color: white;/*チェックマーク部の色*/
    right: 21px;
    top: 12px;

    position: absolute;
}

.line-btn:before {
    content:"\f14d";
}
.reservation-btn:before {
    content:"\f0e0";
}

.reservation-btn:hover {
  background-color: #ff7a7a; /* 元の#FF4242より少し明るく（薄く）した赤 */
}

.line-btn {
	background-color: #77DB14;
}

.line-btn:hover {
  background-color: #a3f264; /* 元の#77DB14より少し明るく（薄く）した緑 */
}

.reservation-btn a,
.line-btn a,
.lesson-btn-01 a,
.lesson-btn-02 a,
.lesson-btn-03 a{
  color: white;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: inherit; /* ボタンの形を維持 */
	font-weight: 700;
}

.stepbar {
  margin: 0 auto;
  width: 80%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #EF7F42;
}

.stepbar .stepbarwrap .steptitle .stepnum {
  padding-left: 1em;
  font-size: 0.8em;
  color: #EF7F42;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 2em;
}

.stepbar .stepbarwrap .steptxt .steptxt-title {
  margin: 0.5em 0;
  font-weight: bold;
  font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt .steptxt-txt {
  font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #EF7F42;
  position: absolute;
  top: 1.25em;
  left: 0.5em;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}
  


/************************************
** ABOUTページ
************************************/

.about-3content {
	text-align: center;
	background: #FBFBF0;
	padding: 2rem;
}

.point-ttl {
	background: #FF6666;
	color: white;
	font-weight: 700;
	margin: 1rem auto;
   max-width: 1000px;
}

.point-box {
	justify-content: center;
	margin: 2rem;
}


.point1,
.point2,
.point3 {
   display: flex;
   justify-content: space-between;
	margin-bottom: 1rem;
}

.text-content {
	max-width: 48%;
}

.text-content p {
	text-align: left;
}


.point1 img,
.point2 img,
.point3 img {
	max-width: 48%;
}

.text-content h4 {
	color: #FF4242;
}

div.image_circle {
  width: 270px;
  height:270px;
  border-radius:50%;
  background-image: url("https://odaiba-acrobat.com/wp-content/uploads/2024/09/IMG_2884-e1727490577812.jpg");
  background-position: center;
}

.instructor th,
.instructor td {
	display: block;
}

.instructor th {
  background-color: #76e2ac;
  color: white;
  font-weight: 700;  
  font-size: 20px;
  border-radius:10px;
  padding: 0.5rem 0;
}

.instructor td {
  text-align:left;
  font-size: 14px;	 
}

.box-2 {
	display: flex;
	justify-content: center;
}

.box-2  > .profile-img + .instructor-box {
  margin-left: 70px;
}

.instructor-content {
  text-align: center;
}



.sns img {
    max-width: 30px;
    height: auto; /* 縦横比を保つ */
}

.taiken_banner {
	text-align: center;
    margin: 0 auto;
	padding: 2rem 5rem;
}	

.lesson-typelist {
  text-align: center;
}

.Annotation {
	padding: 0.5rem;
}

.taiken_banner img,
.odaiba-sportsclub img {
	display: inline-block;
}

.taiken_banner img {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.taiken_banner img:hover {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	transform: translateY(-0.1875em);
}

.instagram-feed {
	padding: 2rem;
    background: #FBFBF0;
    margin-top: 2rem;
}

.odaiba-sportsclub {
    display: flex;
    flex-direction: column; /* 要素を縦並びにする */
	align-items: center; /* 中央揃え */
	text-align: center; /* テキストも中央揃え */
}

.odaiba-sportsclub img {
    max-width: 150px; /* 画像の最大幅を指定 */
    height: auto; /* 縦横比を保持 */
    margin-top: 1rem; /* 画像とテキストの間に余白を追加 */
}

/************************************
** プライバシーポリシー
************************************/
.blank-box {
	margin: 1.8rem 0;
}

.main ul {
	margin: 1.8rem 0;
}


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

/*768px以下*/
@media (max-width: 768px) {
	
main.main, div.sidebar {
	padding: 0;
	}
	
.lesson-btn-01,
.lesson-btn-02,
.lesson-btn-03 {
	  font-size: 16px;	
	}
	
.main h3 {
	  font-size: 19px;
      margin: 1rem;
	}
	
.main h4 {
    font-size: 18px;
}

.lesson-content,
.price-content,
.flow-content {
	padding: 1rem;
}

.content-box {
	margin: 1rem 1rem;
	padding: 1rem 2rem;
}	
.price-table {
	padding: 0;
}

.logo-text {
    padding: 1rem 0;
}	
	
.lesson-btn {
    flex-direction: column;
    align-items: center;
	background: #FBFBF0;
}

.lesson-btn-01, .lesson-btn-02, .lesson-btn-03 {
    margin: 0.5rem;
    width: 80%;
}
	
.lesson-btn-01:before, .lesson-btn-02:before, .lesson-btn-03:before {
    font-size: 18px;
    right: 22px;
    top: 15px;
}
	
.about-3content {
	padding: 2rem 1rem;
}	

.point-box {
    margin: 0.5rem;
}
	
.point1, .point2, .point3 {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

 .point1 img,
  .point2 img,
  .point3 img {
    order: 1; /* 画像を上に */
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .point1 .text-content,
  .point2 .text-content,
  .point3 .text-content {
    order: 2; /* テキストを下に */
  }
	
.text-content {
    max-width: 100%;
}
	
.point1 img, .point2 img, .point3 img {
    max-width: 100%;
}

.skill-table, .skill-table tr, .skill-table th, .skill-table td {
    display: block;
    width: 100%;
	font-size: 14px;
    padding: 0 1rem;
  }
	
.skill-table tr {
	border-bottom: none;
}

.skill-table th {
    text-align: center;
	padding: 0 1rem;
    background-color: #52c2d0;
    color: white;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    position: relative;
  }

.skill-table th:after {
    display: none; /* スマホ時は矢印非表示 */
  }

.skill-table td {
    background-color: white;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-bottom: 1rem;
  }
	
.price-table th {
    font-size: 15px;
}
	
.price-table td {
	font-size: 20px;
}
	
.taiken_banner {
    padding: 1rem;
}
	
.box-2 {
    flex-direction: column;
    align-items: center;
}

.box-2 > .profile-img + .instructor-box {
    margin-left: 0;
    margin-top: 0.5rem;
    width: 90%; /* 画面幅に合わせて読みやすく */
}
	
div.image_circle {
    width: 200px;
    height: 200px;
}

.instructor-content table {
    width: 100%;
    font-size: 0.95rem;
}

.instructor-content th,
.instructor-content td {
    text-align: left;
    padding: 0.5rem;
}

  .sns {
    display: flex;
    align-items: center;
	justify-content: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
  }

  .sns img {
    width: 24px;
    height: 24px;
    margin-bottom: 0.3rem;
  }
	
.instructor th {
	font-size: 17px;
	}
	
.calendar {
    padding: 1rem 2rem;
}
	
.review-box01,
.review-box02 {
	flex-direction: column;
    align-items: center;
	gap: 1rem;
  }

  .review-box02 .review-text02 {
    order: 2; /* テキストを下に */
  }

  .review-box02 .review-image {
    order: 1; /* 画像を上に */
  }

.review-image,
.review-text01,
.review-text02 {
	width: 100%;
}
	
.review-image img {
	max-width: 50%;
}

@media screen and (max-width: 480px){
.review-image img {
	max-width: 90%;
}
	}
	
.review-text01:after {
    left: 23%;
    top: 0;
}
	
.review-text02:after {
    left: 69%;
	top: 0;
}
	
	
.title {
	font-size: 17px;
	}

.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}
	
.reservation-btn,
.line-btn {
	margin: 0.5rem;
    width: 80%;
}
	
.reservation-btn:before, .line-btn:before {
    font-size: 16px;
    top: 14px;
}

.access-content {
    flex-direction: column;
    align-items: center;
}

.address,
.map {
    padding: 0 1rem;
}
	
.instagram-feed {
    padding: 0.5rem;
	}
}



/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.reservation-btn:before, .line-btn:before {
        right: 14px;
	}
	
@media screen and (max-width: 390px) {
    .reservation-btn:before, .line-btn:before {
        right: 8px;
    }
}
	
.main h3 {
	margin: 0.5rem;
	}
	
}

.no-sidebar .content .main {
    padding: 1rem;
}



  /*コラム周り*/
/* ===== COLUMN LIST ===== */

/* ===== COLUMN LIST ===== */

.column-archive {
  padding: 40px 20px;
}

.archive-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}

/* グリッド */
.column-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* SP */
@media (max-width: 768px) {
  .column-grid {
    grid-template-columns: 1fr;
  }
}

/* カード */
.column-item {
  position: relative;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* 全面リンク */
.column-link {
  position: absolute;
  inset: 0;
  z-index: 5;
}

.column-body,
.column-thumb {
  pointer-events: none;
}

.badge-new,
.badge-event {
  pointer-events: auto;
  z-index: 6;
}




/* サムネ */
.column-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

/* 本文 */
.column-body {
  padding: 16px;
  position: relative;
  z-index: 2;
}

.column-meta {
  font-size: 12px;
  color: #777;
  margin-bottom: 8px;
  display: flex;
  gap: 10px;
}

.column-title {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.column-excerpt {
  font-size: 14px;
  color: #555;
}

/* NEWバッジ */
.badge-new {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff4b4b;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
  z-index: 3;
}

/* EVENTリボン */
.badge-event {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ffb703;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
  z-index: 3;
}

/* hover */
.column-item:hover {
  transform: translateY(-4px);
  transition: 0.2s;
}

.no-column {
  text-align: center;
  padding: 80px 20px;
  color: #777;
}

.no-column p:first-child {
  font-size: 18px;
  margin-bottom: 10px;
}


/* 記事詳細ページのカテゴリラベルを消す */
.single .cat-label {
  display: none;
}

.single .related-entry-card-title {
  border-bottom: none;
}

.related-entries .e-card-title::before {
  content: none;
}

.text-size-big {
	font-size: 20px;
	font-weight: bold;
}

/* FAQ */
.qa-8 dt {
    margin: 0 2rem 1rem;
    color: #0d0d0d;
    font-weight: 600;
}

.qa-8 dt::before,
.qa-8 dd::before {
    margin-right: .4em;
}

.qa-8 dt::before {
    content: "Q.";
}

.qa-8 dd {
    margin: 0 2rem 2rem;
    padding: 1em 1.5em;
    background-color: #f5f5f5;
    color: #0d0d0d;
}

.qa-8 dd::before {
    content: "A.";
}
