@charset "utf-8";
/*
Theme Name: SHIPS child
Theme URI:https://tcd-theme.com/tcd096/
Description:WordPressテーマ「SHIPS」の子テーマ
Template:ships_tcd098
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/


.recommendation h3 {
	margin-bottom: 0;
	text-align: center;
}
.recommendation hr 
    margin: 0.3em auto 1.0em auto;
    width: 40%;
    text-align: center;
}

.cb_free_space .post_content {
  width: 80%;
}
.cb_free_space  .link_button {
  text-align: center;
  margin-top: 60px;
}

.cb_free_space  .concept p {
	line-height: 1.9;
	margin-bottom: 1.7em;
}
.cb_free_space  .lead {
	text-align: center;
}

.page-id-3 .post_content {
	width: 900px !important;
}
.page-id-3 h2 {
	text-align: left;
}

#cb_content_5 .design_button span, #cb_content_8  .design_button span {
	font-size: 0;
}
#cb_content_5 .design_button span::after, #cb_content_8  .design_button span::after {
	content: "VIEW MORE";
	font-size: 16px;
}

.menu-box-area {
  display: flex;
  gap: 16px;
}

.menu-box {
  flex: 1;
  border: 1px solid #333;
  padding: 16px;
  min-height: 120px;
  box-sizing: border-box;
}
.menu-box .menu-title {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 15px;
}
.menu-box p {
  line-height: 1.7;
  margin: 0 0 10px 0;
}

.profile-area {
  display: block;
  margin: 30px 0;
}
.profile-area:has(.profile-image) {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.profile-image {
  flex: 0 0 30%;
}
.profile-image img {
  width: 100%;
  height: auto;
  display: block;
}

.profile-text {
  flex: 1;
  line-height: 2;
}

.profile-kent {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin: 40px 0;
}

.kent-image {
  flex: 0 0 30%;
}

.kent-image img {
  width: 100%;
  height: auto;
  display: block;
}

.kent-text {
  flex: 1;
  line-height: 2;
}

.access-map {
  text-align: center;
  margin: auto;
}
.access-text {
  margin-top: 20px;
  text-align: center;
  line-height: 1.7;
}

/* MENU */
.menu-block {
	margin: 20px 0;
	padding: 20px;
}
.menu-block.standard {
	border: solid 10px #ecc4ca;
}
.menu-block.premium {
	border: solid 10px #e5c5ed;
}
.menu-block.affirmation {
	border: solid 10px #c5dbed;
}
.menu-block.graduate {
	border: solid 10px #c6edc5;
}
.menu-block.school {
	border: solid 10px #ede6c5;
}

.member-menu {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.member-menu .card {
  position: relative;
  flex: 1 1 calc(33.333% - 14px);
  min-height: 120px;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.member-menu .bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-menu .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  transition: background 0.3s ease;
}

.member-menu .text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  padding: 15px;
  pointer-events: none;
  font-size: 17px;
  color: #fff;
}

.member-menu .text h1 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0;
}

.member-menu .card:hover .overlay {
  background: rgba(0, 0, 0, 0.6);
}

/* LINE */
.linearea {
	text-align: center;
	margin: auto;
}
.linearea .line {
	padding: 14px 50px;
}
.linearea a {
	color: #fff !important;
}

#header_sns .line {
	background-color: #fff;
}

/* 下部からサジェスト */
.bottom-peel-cta {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%) translateY(120%);
  width: calc(100% - 24px);
  max-width: 520px;
  z-index: 9999;
  transition: transform 0.6s ease, opacity 0.6s ease;
  opacity: 0;
}

.bottom-peel-cta.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.cta-inner {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  padding: 12px;
}

.cta-buttons {
  display: flex;
  gap: 10px;
}
.cta-buttons a {
	color: #fff !important;
}

.cta-btn {
  flex: 1;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 16px;
  border-radius: 999px;
}

.gold {
  background: linear-gradient(135deg, #d4af37, #f7e08a);
  color: #3a2c00;
}

.line {
  background: #06c755;
  color: #fff;
}

/* ←ここが今回のポイント */
.cta-note {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-top: 8px;
  line-height: 1.5;
}

@media (max-width: 767px) {
	#mobile_menu a {
		background-color: #000;
	}
	
  .menu-box-area {
    flex-direction: column;
  }
	
  .profile-area {
    display: block;
  }
  .profile-area:has(.profile-image) {
    display: block;
  }

  .profile-image {
    margin-bottom: 25px;
  }
	
  .profile-kent {
    display: block;
  }

  .kent-image {
    margin-bottom: 20px;
  }
	
  .member-menu {
    flex-direction: column;
  }

  .member-menu .card {
    flex: none;
    width: 100%;
  }

  .profile-area {
    flex-direction: column-reverse; 
  }
	
  .bottom-peel-cta {
    bottom: 10px;
    gap: 8px;
    padding: 8px;
  }

  .bottom-peel-cta .cta-btn {
	  font-size: 20px;
      padding: 12px 10px;
      width: 300px;
      margin: auto;
  }
	
  .cta-inner {
    padding: 20px 10px 8px;
  }
  .cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .cta-buttons br {
	  display: none !important;
  }
	
  .cta-note {
    font-size: 11px;
	margin: 1em !important;
    line-height: 1.4;
  }
}