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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.body.public-page{
	background-repeat:repeat;
}

.brsp {
  display: none;
}
@media (max-width: 480px) {
  .brsp {
    display: inline;
  }
	.br-pc{
		display:none;
	}
}

.page .date-tags,
.author-info{
	display:none;
}

/* need hide */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  overflow: hidden;
}

/* site 全体 */
.tagline{
	color: #777;
}
.logo{
	margin-bottom:20px;
}
.container{
	background-color: #f8f6f6;
	box-shadow:0px 5px 15px rgba(0,0,0,0.15);
}
.header-container{
	background-color:transparent;
}
.navi{
	padding-bottom:21px;
	background-color:transparent;
}
.main{
	background:transparent;
}
.content-in{
	max-width: 1100px;
}
/* widgets*/
.footer-widgets{
	max-width:1100px;
}
/* head navi menu */
.menu-top a{
	color: #865a1e;
}
.navi-in a{
	transition: color 0.2s ease, background-color 0.2s ease;
}
.navi-in a:hover {
	background-color: #f2eeee;
	color: #6f4717;
	transition: none;
}

/* mobile header botton*/
body{
	margin-top:0;
}
.mobile-header-menu-buttons{
	background:transparent;
	box-shadow:none;
	justify-content:end;
}
.mobile-header-menu-buttons
 .navi-menu-button {
	 background:#cd8187;
	 color:#f8f6f6;
}
@media (max-width: 834px){
	.tagline{
		margin-left: 80px;
		margin-right:80px;
 line-break: strict;
  word-break: keep-all;
  overflow-wrap: break-word;
	}
}
@media (max-width: 834px){
	.tagline{
		margin-left:1rem;
		text-align:left;
		margin-right:80px;
	}
}
/* slide menu*/
.navi-menu-content{
	background-color:#f8f6f6;
	color: #865a1e;
}
.navi-menu-content a{
	color: #865a1e;
	border-bottom: dotted 1px;
margin-bottom:0.2rem;
}
.navi-menu-content a:hover{
	background-color: #f2eeee;
	color: #6f4717;
	transition: none;
}



/* Hero Section*/
.hero-section img{
	width:100%;
}
.hero-image{
	max-height:550px;
	overflow:hidden;
}
.front-top-page .hero-image{
	max-width:1200px;
	max-height:none;
	margin:0 auto;
}

.section-title {
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background:none!important;
}
.section-title .en {
    display: block;
    font-family: "Poiret One", cursive;
    font-size: 56px;
    color: #865a1e; 
}
.section-title .ja {
    display: block;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    color: #555;
    margin-top: 10px;
}
/* スマホ対応 */
@media (max-width: 768px) {
    .section-title .en { font-size: 42px; }
    .section-title .ja { font-size: 18px; }
}


/* top section yohaku*/
.top-tms-section{
	margin-bottom:100px;
}
.top-about-section,
.link-section,
.greeting-section,
.top-system-section{
	margin-bottom:120px;
	padding: 0 5%;
}
@media screen and (max-width: 1023px){
	.top-about-section,
	.link-section,
	.greeting-section,
	.top-system-section{
		padding: 0 1rem;
	}
}
@media screen and (max-width: 480px) {
	.top-about-section,
	.link-section,
	.greeting-section,
	.top-system-section{
		padding: 0;
	}
}


/* tms bannner*/
.top-tms-container{
	display:flex;
	gap:30px;
	justify-content:center;
	align-items:center;
}
@media screen and (max-width: 480px) {
	.top-tms-container{
		flex-direction:column;
	}
}
/* Top about Section */
.top-about-section .about-panel{
	text-align:center;
}
.top-about-section .about-lead{
	color: #865a1e;
	font-family: 'Kiwi Maru', serif;
	font-size:24px;
}
.top-about-section .about-body{
	font-family: "Noto Sans JP", sans-serif;
}
.top-about-section .about-body--em{
	font-family: 'Kiwi Maru', serif;
	color: #63916b;
	font-size:24px;
}
.top-about-section .about-button a{
	font-size: 20px;
	color: #865a1e;
	font-weight:bold;
	text-decoration: none;
	min-width:100%;
	min-height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	background: #fff;
	border: 1px solid #865a1e;
	position:relative;
	font-family: "Noto Sans JP", sans-serif;
	transition-duration: 0.2s;
}
.top-about-section .about-button{
	max-width: 350px;
	height: 75px;
	margin:0 auto;
}
.top-about-section .about-button a:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #865a1e transparent;
}
.top-about-section .about-button a:hover{
	background: #865a1e;
	color: #ffffff;
}
@media screen and (max-width: 480px) {
	.top-about-section .about-lead{
		font-size:18px;
	}
	.top-about-section .about-body{
		text-align:left;
		font-size:;
		padding: 0 5%;
	}
	.top-about-section .about-body .br-pc{
		display:none;
	}
	.top-about-section .about-body--em{
		font-size:18px;
		padding-left: 0;
		padding-right: 0;
	}
}

/* Top Link Section */
.link-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 30px;
	list-style: none;
	padding: 0;
	margin: 60px 0 0;
}
.link-item {
	margin: 0;
}
.link-card {
	display: block;
	text-decoration: none;
	color: inherit;
	transition: transform 0.3s ease;
}
.link-card:hover {
	transform: translateY(-4px);
}
.link-thumb {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 20px;
}
.link-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}
.link-card:hover .link-image {
	transform: scale(1.05);
}
.link-thumb-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Poiret One', cursive;
	font-size: 2.5rem;
	font-weight: 400;
	color: #ffffff;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	z-index: 1;
	pointer-events: none;
}
.link-meta {
	text-align: center;
}
.link-section .link-title {
	font-family: 'Kiwi Maru', serif;
	font-weight: normal;
	color: #865a1e; 
	margin: 0;
	border: none;
	background: none;
	padding: 0;
	box-shadow: none;	
}
.link-section .link-desc {
	font-family: 'Noto Sans JP', sans-serif;
	color: #666666;
	margin: 12px 0 0;
	text-align: center;
	padding: 0;
}
@media screen and (max-width: 834px) {
	.link-section .link-list{
		gap: 10px;
		padding:0!important;
		
	}
 .link-section .link-title{
		letter-spacing:-2px;
	}
}
@media screen and (max-width: 480px) {
	.link-section .link-list {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.link-section .link-title{
		letter-spacing:0px;
		font-size:1.5rem;
	}
	.link-section .br-pc{
		display:block;
	}
}

/*TOP System section*/
.top-system-section{
	line-break: strict;
  overflow-wrap: break-word;
}
.top-system-intro{
	color: #865a1e;
	font-family: 'Kiwi Maru', serif;
	font-size: 24px;
	text-align:center;
}
.top-system-imgwrap{
	display:flex;
	justify-content:center;
	margin:0 1rem;
}
.top-system-imgwrap img{
  height: auto;
	width:50%;
	max-width:360px;
}


/*
.top-system-outro{
	display:flex;
	justify-content:center;
	gap:10px;
	margin-top:40px;
	flex-wrap:wrap;
}
.top-system-desc{
	max-width: 600px;
}

.top-system-desc p:first-child{
	color: #865a1e;
	font-family: 'Kiwi Maru', serif;
	font-size: 24px;
	line-height:1.5em;
}	
.top-system-desc p:last-child{
	font-size: 1rem;
	margin-bottom:0;
}	
.top-system-outro img{
	min-width:250px;
	max-width:300px;
	height:auto;
	margin-top:7px;
}
*/

@media screen and (max-width: 480px) {
	.top-system-intro{
		text-align:left;
		font-size: 20px;
	}
	.top-system-intro .br-pc{
		display:none;
	}
	.top-system-outro{
		flex-direction:column;
		align-items:center;
	}
	.top-system-desc p:first-child{
		font-size:20px;
	}
  .top-system-imgwrap{
    flex-direction: column;
    align-items: center;
		margin:0;
  }
	.top-system-imgwrap img{
		width:100%;
	}
}


/*TOP Greeting Section */
.greeting-content {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 40px;
	align-items: center;
	justify-content:center;
}
.greeting-intro {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333333;
	margin: 0 0 30px;
	line-height: 1.8;
}
.greeting-intro{
	font-weight: 700;
	color: #865a1e;
}
.greeting-message {
	font-family: 'Noto Sans JP', sans-serif;
	color: #666666;
	line-height: 1.8;
}
.greeting-message p {
	margin: 0 0 20px;
}
.greeting-message p:last-child {
	margin-bottom: 0;
}
.greeting-image {
	max-width:360px;
	margin:0 auto;
}
.greeting-photo {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* Top Banner Section*/
.greeting-affiliations {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 50px 0 15px;
}
.affiliation-item {
	margin: 0;
}
.affiliation-logo {
	max-width: 280px;
	width:100%;
	height: auto;
	display: block;
}
.affiliation-insta{
	max-width:75px;
	margin:0 auto;
}
.affiliation-instagram {
	display: block;
	text-decoration: none;
	transition: opacity 0.3s ease;
}
.affiliation-instagram:hover {
	opacity: 0.7;
}
@media screen and (max-width: 834px) {
	.greeting-content {
		grid-template-columns: 1fr;
		gap: 40px;
		margin-top: 40px;
	}
	.greeting-image {
		order: -1;
	}
	.greeting-affiliations {
		gap: 20px;
		margin-top: 40px;
	}
	.greeting-intro{
    max-width: 24em;
    margin: 0 auto;
	}
}
@media screen and (max-width: 480px) {
	.greeting-content {
		margin-top: 40px;
	}
	.greeting-affiliations {
		margin-top: 40px;
	}
	.greeting-affiliations{
		flex-direction:column;
	}
}


/* page 共通 */
.page .entry-content{
	margin-top:50px;
}
@media screen and (max-width: 1023px){
	.page .entry-content{
		margin-top:30px;
	}
}
.front-top-page .entry-content{
	margin-top:1em;
}
.page .entry-title {
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background:none;
	margin:0 auto;
	font-family: "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
	color: #555;
	margin-top: 10px;
	padding:7px 0;
}
.page .entry-title::after {
	display: block;
	font-family: "Poiret One", cursive;
	font-size: 56px;
	color: #865a1e;
}
.page-id-3 .entry-title::after{
	content:"Plan";
}
.page-id-7 .entry-title::after{
	content:"Flow";
}
.page-id-10 .entry-title::after{
	content:"About";
}
.page-id-12 .entry-title::after{
	content:"Contact";
}
.page-id-16 .entry-title::after{
	content:"Privacy-Policy";
}


/*Plan page*/
/* Plam section yohaku*/
.plan-pricing-section,
.plan-service-section,
.plan-coff-section{
	margin-bottom:120px;
	padding: 0 5%;
}
@media screen and (max-width: 1023px){
	.plan-pricing-section,
	.plan-service-section,
	.plan-coff-section{
		padding: 0 1rem;
	}
}
@media screen and (max-width: 480px) {
	.plan-pricing-section,
	.plan-service-section,
	.plan-coff-section{
		padding: 0;
	}
}

/* Plan Pricing Section */
.plan-pricing-section table tr:nth-of-type(2n+1) {
	background: transparent;
}
.plan-pricing-section .section-title-a {
	background: none;
	margin: 0 1rem 28px;
	padding: 0;
	font-family: 'Kiwi Maru', serif;
	color: #865a1e;
	font-size: 28px;
}
.plan-pricing-section .pricing-item-header {
	background: transparent;
}
.plan-pricing-section .pricing-course-header:nth-child(2) {
	background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(213, 209, 209) 100%);
	color: #5a5a5a;
}
.plan-pricing-section .pricing-course-header:nth-child(3) {
	background: linear-gradient(90deg, rgb(159, 145, 125) 0%, rgb(189, 174, 153) 100%);
	color: #fff;
}
.plan-pricing-section .pricing-course-header:nth-child(4) {
	background: linear-gradient(90deg, rgb(241, 254, 254) 0%, rgb(208, 221, 221) 100%);
	color: #5a5a5a;
}
.plan-pricing-section .pricing-table {
	border: solid 1px #c4c2c2;
	text-align: center;
	font-size: 16px;
	margin-bottom: 0.2rem;
}
.plan-pricing-section .pricing-table th,
.plan-pricing-section .pricing-table td {
	border: solid 1px #c4c2c2;
	padding: 1rem;
}

.plan-pricing-section .pricing-note {
	text-align: right;
	font-size: 16px;
}

.plan-pricing-section .pricing-item {
	max-width: 130px;
	font-weight: 500;
}

/* Plan Service Section */
.plan-service-section .section-title-a {
	background: none;
	margin: 0 1rem 28px;
	padding: 0;
	font-family: 'Kiwi Maru', serif;
	color: #865a1e;
	font-size: 28px;
}

/* コースブロック共通スタイル */
.service-course-block {
	display:flex;
	width:100%;
	gap:0;
	flex-wrap:wrap;
}
.service-course-header-wrap{
	flex:1;
	min-width:200px;
	min-height:100px;
}
.service-course-list-wrap{
	flex:2;
	min-width:350px;
	background-color: #ffffff;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	border: solid 1px #c4c2c2;
	padding:20px;
}
.service-course-list-wrap p{
	font-size:16px;
	margin:0 0 5px;
}
.service-course-block .service-course-header {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:18px;
	text-align: center;
	padding: 15px 20px;
	margin: 0;
	border: none;
	background: none;
	box-shadow: none;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	border: solid 1px #c4c2c2;
}
.service-course-list-wrap .service-list{
	font-size:16px;
	color: #333333;
	list-style: inside;
	margin: 0;
	padding:0 0.3rem;
}
.service-course-list-wrap .service-list li{
	margin: 0;
}
.service-course-list-strong{
	font-weight:800;
}

/* シルバーコース */
.service-silver .service-course-header {
	background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(213, 209, 209) 100%);
	color: #5a5a5a;
}
/* ゴールドコース */
.service-gold .service-course-header {
	background: linear-gradient(90deg, rgb(159, 145, 125) 0%, rgb(189, 174, 153) 100%);
	color: #fff;
}
/* プラチナコース */
.service-platinum .service-course-header {
	background: linear-gradient(90deg, rgb(241, 254, 254) 0%, rgb(208, 221, 221) 100%);
	color: #5a5a5a;
}
/* オプションブロック */
.service-option .service-course-header{
	background: linear-gradient(90deg, rgb(255, 218, 247) 0%, rgb(193, 166, 184) 100%);
	color: #5a5a5a;
}

/* 割引注記 */
.service-discount-note{
	color: #e60000;
	padding: 0;
	margin-bottom:0;
}
/* 補足説明 */
.service-additional-notes{
	color: #333333;
	margin-top:1rem;
}
.service-additional-notes p{
	margin-bottom:1rem;
}
.service-additional-notes p:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 480px) {
	.service-course-header-wrap{
		min-width:100%;
	}
	.service-course-list-wrap{
		min-width:100%;
		padding:20px 17px;
	}
	.service-course-list-wrap .service-list{
		padding:0;
	}
}


/*c-off*/
.plan-coff-section .section-title-a {
	background: none;
	margin: 0 0 28px;
	padding: 0;
	font-family: 'Kiwi Maru', serif;
	color: #865a1e;
	font-size: 28px;
}
.plan-coff-section{
	margin-bottom:0;
}
.coff-flex{
	display:flex;
	gap:1rem;
	flex-wrap:wrap;
}
.coff-notes{
	flex:2;
	min-width:300px;
}
.coff-image{
	flex:1;
	min-width:300px;
}



/* Flow page */
/*Flowsection yohaku*/
.flow-step-section,
.flow-doc-section{
	margin-bottom:120px;
	padding: 0 5%;
}
@media screen and (max-width: 1023px){
	.flow-step-section,
	.flow-doc-section{
		padding: 0 1rem;
	}
}
@media screen and (max-width: 480px) {
	.flow-step-section,
	.flow-doc-section{
		padding: 0;
	}
}

/* Flow Flow-chart Section*/
.flow-step-wrap{
	background-color: #f7f5eb;
	border: 3px double #d1cfcf;
	padding:1.5rem;
	margin:0 auto 30px ;
}
.flow-step-section .flow-step-section-title{
	border:none;
	background: none;
	margin: 0 0 1rem;
	padding: 0;
	font-family: 'Kiwi Maru', serif;
	color: #865a1e;
	font-size: 2rem;
	font-weight:600;
	display:flex;
}
.flow-step-section-title{
	align-items:center;
	gap:20px;
}
.flow-step-circle {
	display:inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
	background: linear-gradient(90deg, rgb(159, 145, 125) 0%, rgb(189, 174, 153) 100%);
	color: #ffffff;
}
.step-label {
	font-size: 19px;
	margin-right: 2px;
	font-weight:400;
}
.step-number {
	font-size: 48px;
	font-weight: 500;
	font-style: italic;
	margin-right:5px;
	margin-bottom:7px;
}
.flow-step-cont-flex{
	display:flex;
	gap:20px;
	flex-wrap:wrap;
}
.flow-step-text{
	flex:1;
	font-size:16px;
}
.flow-step-text p {
  margin: 0;
  padding: 0;
}
.flow-step-text p:last-child {
  margin-bottom: 0;
}
.flow-step-img{
	flex:1;
	max-width:450px;
	min-width:300px;
	margin:0 auto;
}
.flow-button{
	color: #865a1e;
	text-decoration: none;
	display:flex;
	justify-content:center;
	align-items:center;
	background: #fff;
	border: 1px solid #865a1e;
	position:relative;
	font-family: "Noto Sans JP", sans-serif;
	transition-duration: 0.2s;
	max-width: 350px;
	height: 60px;
	margin-top:1rem;
}
.flow-button:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #865a1e transparent;
}
.flow-button:hover{
	background: #865a1e;
	color: #ffffff;
}
@media (max-width: 834px){
	.flow-step-circle{
		transform: scale(0.85);
	}
	.flow-step-section-title{
		display:flex;
		flex-direction:column;
		align-items:start;
		justify-content:start;
		gap:10px;
	}
	.flow-step-text{
		min-width:50%;
	}
	.flow-step-img{
		min-width:0;
	}
	.flow-step-cont-flex{
		flex-direction:column;
	}
}
@media (max-width: 480px){
	.flow-step-section .flow-step-section-title{
		font-size:28px;
	}
}

/*Flow docment section*/
.flow-doc-section .section-title-a {
	background: none;
	margin: 0 0 28px;
	padding: 0;
	font-family: 'Kiwi Maru', serif;
	color: #865a1e;
	font-size: 28px;
}
.flow-doc-section p{
	font-size:16px;
	margin:0 0 10px;
}
.flow-doc-section table tr:nth-of-type(2n+1) {
	background: transparent;
}
/* 左列 300px、右列は残りを使用 */
.detail-table .col-left {
	width: 300px;
	max-width: 300px;
}
.detail-table .col-right {
	width: auto;
}
.detail-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 17px;
	line-break: strict;
	overflow-wrap: break-word;
}
.detail-table th {
  background: linear-gradient(90deg, rgb(159, 145, 125) 0%, rgb(189, 174, 153) 100%);
  color: #fff;
  border: 1px solid #c4c2c2;
  padding: 12px 16px;
}
.detail-table td {
  background: #f7f5eb;
  border: 1px solid #c4c2c2;
  padding: 12px 16px;
}
@media (max-width: 480px) {
  /* テーブルとしての行・セルレイアウトを解除 */
  .detail-table,
  .detail-table tbody,
  .detail-table tr,
  .detail-table th,
  .detail-table td {
    display: block;
    width: 100%;
  }
  /* colgroup を無効化して自然な幅に */
  .detail-table .col-left,
  .detail-table .col-right {
    width: 100% !important;
    max-width: none !important;
  }
  .detail-table th {
    border-bottom: none;
    border-radius: 4px 4px 0 0;
  }
  .detail-table td {
    border-top: none;
    margin-bottom: 16px;
    border-radius: 0 0 4px 4px;
  }
}





/*about*/
/*about section yohaku*/
.about-info-section,
.about-scta-section{
	margin-bottom:120px;
	padding: 0 5%;
}
@media screen and (max-width: 1023px){
	.about-info-section,
	.about-scta-section{
		padding: 0 1rem;
	}
}
@media screen and (max-width: 480px) {
	.about-info-section,
	.about-scta-section{
		padding: 0;
	}
}

.detail-item .map-wrap {
	 position: relative;
	 width: 100%;
	 padding-top: 56.25%; /* 16:9 比率 */
	 margin-bottom: 20px;
}

.detail-item .map-wrap iframe {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 border: 0;
}
.about-info-section .detail-table td{
	text-align:center;
}
.detail-table td p:last-child{
	margin-bottom:0;
}
@media (max-width: 834px) {
	.detail-table .col-left {
		width: 200px;
		max-width: 200px;
	}
}

.about-scta-section .section-title-a {
	background: none;
	margin: 0 0 28px;
	padding: 0;
	font-family: 'Kiwi Maru', serif;
	color: #865a1e;
	font-size: 28px;
}
.about-scta-section h3{
	border-left: 5px solid #a49682;
	background: #F3EEEF;
	padding:5px 5px 8px;
	margin:20px 0 5px;
	font-size:18px;
}
.about-scta-section p{
	margin:0 5px;
	font-size:16px;
}


/* contact */
/* contact-notice */
.contact-notice{
	max-width:39em;
	margin:0 auto;
	margin-bottom:50px;
}
.contact-notice
 .contact-notice__title{
	background: none;
	margin: 0 0 28px;
	padding: 0;
	font-family: 'Kiwi Maru', serif;
	color: #865a1e;
	font-size: 28px;
	text-align:center;
	 font-weight:500;
}

.contact-notice .contact-notice__list{
	display: grid;
	row-gap: 0.75rem;
}
@media screen and (max-width: 1023px){
	.contact-notice{
		padding: 0;
	}
}


/* CF7 */
.wpcf7{
	max-width:850px;
	margin:0 auto;
}
.contactform-col-1{
	width: 300px;
	max-width: 300px;	
}
.contactform-col-2{
	width: auto;
	max-width: auto;	
}
@media screen and (max-width: 834px) {
	.contactform-col-1{
	width: 230px;
	max-width: 230px;	
}
}


:root{
	--rs--primary: #d89b3a;
	--rs--header-bg: #9f917d;
	--rs--header-bg-2: #bdae99;
	--rs--td-bg: #f7f5eb;
	--rs--border-color: #c4c2c2;
	--rs--text-color: #333333;
}

/* ベース（テーブル） */
.form-table{
	 width: 100%;
	 border-collapse: collapse;
	 table-layout: fixed;
	margin-bottom:16px!important;
}

/* th（ラベル） */
.form-table th.form-label{
	 text-align: left;
	 vertical-align: top;
	 padding: 14px 16px;
	 background: linear-gradient(90deg, var(--rs--header-bg) 0%, var(--rs--header-bg-2) 100%);
	 color: #fff;
	 border: 1px solid var(--rs--border-color);
	 box-sizing: border-box;
}

/* td（入力フィールド側） */
.form-table td.form-field{
	 padding: 12px 16px;
	 background: var(--rs--td-bg);
	 border: 1px solid var(--rs--border-color);
	 box-sizing: border-box;
}

/* Badge（必須・任意ラベル） */
.form-table .badge{
	 display: inline-block;
	 padding: 3px 8px;
	 margin-right: 8px;
	 font-size: 12px;
	 line-height: 1;
	 border-radius: 12px;
	 vertical-align: middle;
	 box-sizing: border-box;
	 color: #fff;
	 background: #ff9393;
}
.form-table .badge.optional{
	background-color:#93c9ff;
}

/* フォームコントロール（CF7 が出力する input/select/textarea） */
.form-table input[type="text"],
.form-table input[type="email"],
.form-table input[type="tel"],
.form-table input[type="number"],
.form-table input[type="date"],
.form-table input[type="search"],
.form-table textarea,
.form-table select{
	 width: 100%;
	 box-sizing: border-box;
	 padding: 10px 12px;
	 font-size: 15px;
	 border: 1px solid #d0cfcf;
	 border-radius: 4px;
	 background: #fff;
	 color: #333333;
}

/* textarea 固有 */
.form-table textarea{
	 min-height: 160px;
	 resize: vertical;
}

/* small labels (説明文) */
.form-table .form-field .small-label,
.form-table .form-field .wpcf7-not-valid-tip{
	 display: block;
	 margin-bottom: 6px;
	 font-size: 13px;
	 color: #666;
}

/* ラジオ／チェックのレイアウト調整 */
.form-table input[type="radio"],
.form-table input[type="checkbox"]{
	 margin-right: 6px;
}
.form-table .form-field label{
	 margin-right: 12px;
	 display:flex;
}
.wpcf7-list-item .wpcf7-list-item-label{
	margin-bottom:2px!important;
	font-size:16px!important;
}

/*年齢*/
.form-table-age-td{
	display:flex;
}
.form-table-age-td span:last-child{
	font-size:18px!important;
	margin-left:5px;
	margin-top:2px;
}

/* 送信ボタン */
.form-submit .wpcf7-submit,
.form-submit button,
.form-submit input[type="submit"]{
	 display: inline-block;
	 padding: 12px 20px;
	 font-size: 16px;
	 border-radius: 6px;
	 border: 0;
	 cursor: pointer;
	 background: var(--rs--primary); 
	 color: #fff;
}
.wpcf7 .form-submit{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	margin:0;
	margin-top:9px;
	gap:10px;
}
.wpcf7 .wpcf7-response-output{
	margin:0!important;
}

/* anti-spam checkbox label */
.anti-spam label{
	 font-size: 14px;
	 color: #444;
}

/* エラースタイル（CF7 のクラス名に合わせた例） */
.wpcf7-not-valid,
.wpcf7-not-valid input,
.wpcf7-not-valid select,
.wpcf7-not-valid textarea{
	 border-color: #d9534f;
	 box-shadow: 0 0 0 3px rgba(217,83,79,0.06);
}

/* フォーカス時 */
.form-table input:focus,
.form-table select:focus,
.form-table textarea:focus{
	 outline: none;
	 border-color: #8aa4d8;
	 box-shadow: 0 0 0 3px rgba(138,164,216,0.08);
}

@media (max-width: 480px){
	 .form-table,
	 .form-table tbody,
	 .form-table tr,
	 .form-table th,
	 .form-table td{
		 display: block;
		 width: 100%;
	 }

	 .form-table th.form-label{
		 background: none;
		 color: var(--rs--text-color);
		 padding: 10px 0 6px 0;
		 border: none;
	 }

	 .form-table td.form-field{
		 padding: 0 0 16px 0;
		 border: none;
		 background: transparent;
	 }

	 /* バッジの余白を小さく */
	 .form-table .badge{
		 padding: 2px 6px;
		 font-size: 12px;
	 }

	 .form-table textarea{
		 min-height: 120px;
	 }

	 /* ボタンは幅いっぱいにする */
	 .form-submit .wpcf7-submit,
	 .form-submit button,
	 .form-submit input[type="submit"]{
		 width: 100%;
		 box-sizing: border-box;
	 }
	.form-table-age-td{
	display:flex!important;
}
}

/* 微調整：テーブル全体の最大幅を設定（任意） */
.form-table-wrapper{
	 max-width: 900px;
	 margin: 0 auto;
	 padding: 0 16px;
}
/* fieldset / legend 調整 */
.form-table fieldset{
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 0;
}
.form-table legend{
	padding: 0;
	margin-bottom: 6px;
	font-weight: bold;
}
/* legend 内の badge 崩れ防止 */
.form-table legend span{
	display: inline-block;
	margin-bottom: 0;
}

/* 確認画面 */
#wpcf7cpcnf p{
	margin:0;
}
#wpcf7cpcnf th{
	 padding: 10px 0px;
	 background: linear-gradient(90deg, var(--rs--header-bg) 0%, var(--rs--header-bg-2) 100%);
	 color: #fff;
	 border: 1px solid var(--rs--border-color);
	width:30%;
}
#wpcf7cpcnf td{
	 padding: 10px 16px;
	 background: var(--rs--td-bg);
	 border: 1px solid var(--rs--border-color);
	 box-sizing: border-box;
}
.wpcf7cp-btns .wpcf7-submit{
	 display: inline-block;
	 padding: 12px 25px;
	 font-size: 16px;
	 border-radius: 6px;
	 border: 0;
	 cursor: pointer;
	 background: var(--rs--primary); 
	 color: #fff;
}
.wpcf7cp-btns .wpcf7cp-cfm-edit-btn{
	 display: inline-block;
	 padding: 12px 20px;
	 font-size: 16px;
	 border-radius: 6px;
	 border: 0;
	 cursor: pointer;
	 background: #595959; 
	 color: #fff;
}
/* accept */
.wpcf7-acceptance .wpcf7-list-item {
  display: block;
  padding: 12px 20px;
  background-color: #f7f7f7;
  border: 1px solid #777;
  border-radius: 4px;
	margin:0;
}
.wpcf7-acceptance label {
  display: flex;
  gap: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  cursor: pointer;
	align-items:flex-start;
	justify-content:center;
}
.wpcf7-acceptance input[type="checkbox"] {
  flex-shrink: 0;
	width: 18px;
	height: 18px;
  margin-top: 4px;
}
.wpcf7-acceptance a {
  color: #0066cc;
  text-decoration: underline;
}
.wpcf7-acceptance a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.wpcf7-acceptance input[type="checkbox"]:focus-visible + .wpcf7-list-item-label {
  outline: 2px solid #0066cc!important;
  outline-of	fset: 2px;
}
.wpcf7-turnstile{
	text-align:center;
	margin-top:16px;
}


/*privacy*/
.privacy-seciton h2{
	border-left: 5px solid #a49682;
	background: #F3EEEF;
	padding: 10px;
	margin-bottom: 16px;
}


/*blog list page*/
.blog-archive-header{
	padding-left:12px;
	padding-right:12px;
	text-align: center;
	background:none;
	max-width:1100px;
	margin:0 auto;
	line-height: 1.25;
	margin-top:70px;
}
.blog-archive-header .blog-archive-title {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.blog-archive-header .blog-archive-title span:first-child {
	display: block;
	font-family: "Poiret One", cursive;
	font-size: 56px;
	color: #865a1e; 
}
.blog-archive-header .blog-archive-title span:last-child {
	display: block;
	font-family: "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
	color: #555;
	margin-top: 10px;
}
.list .entry-card-wrap{
	background:#fff;
	padding:0;
}
.list .entry-card-thumb{
	padding:0;
	margin:0;
}
.list .entry-card-title{
	margin:15px 0 15px; 
}
.list .entry-card .entry-card-content{
	padding:0 1rem 1rem;
}
.list .post-date{
	font-size:1.1rem;
}
.list .cat-label{
	position:static;
	font-size:0.8rem;
}
.ect-3-columns .entry-card-wrap{
	max-width: 33%;
}
@media screen and (max-width: 480px) {
	.ect-3-columns .entry-card-wrap{
	max-width: 100%;
	}
	.no-sp-snippet .entry-card-snippet{
		display:block;
	}
}

.pagination-next a,
.pagination a{
	color: #865a1e;
	background: #fff;
	border: 1px solid #865a1e;
	transition-duration: 0.1s;
}
.pagination-next a:hover,
.pagination a:hover{
	background: #865a1e;
	color: #ffffff;
}
.pagination .current{
	color: #865a1e;
	background: #fcf8e3;
	border: 1px solid #865a1e;
}


/* blog single*/
.single main{
	background:#fff;
	padding:0.5rem  clamp(1rem, 3vw, 50px);
}
.single .content-in{
}
.single .date-tags{
	text-align:left;
	font-size:1.5rem;
	margin-bottom:5px;
}
.single .a-wrap:hover{
	background-color:#fcf8f3;
}
.widget_recent_entries ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover, .widget_block ul li a:hover{
	background-color: #fcf8f3;;
}
.footer-widgets ul li a{
	color:#2ca9e1;
	font-size:16px;
	padding-top:5px;
	padding-bottom:5px;
}
.footer-widgets ul li a:hover{
	color:#ed5315;
	background-color:#fcf8e3;
}
.eye-catch {
  aspect-ratio: 16 / 6;
  overflow: hidden;
}
.eye-catch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




/* ---- CTA全体 ---- */
.footer-cta-wrapper {
  background: #807159;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  gap: 60px;
	color:#865a1e;
}
.footer-cta-wrapper a{
	font-family: 'Poiret One', cursive;
	letter-spacing:4px;
	font-weight:600;
	color:#8a6d3b;
	text-decoration:none;
	border:1px solid #865a1e;
	width:100%;
	max-width:450px;
	display:block;
	margin: 0 0 10px;
	padding:10px 0;
	font-size:25px;
	transition-duration: 0.2s;
}
.footer-cta-wrapper a:hover{
	background-color: #fcf8e3;
}
.footer-cta-wrapper span{
	font-size:50px;
	margin-bottom:20px;
	opacity:0.9;
}
.footer-cta-wrapper p{
	font-size:14px;
}
.footer-cta-block {
  background: #fff;
  max-width: 470px;
	width:100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
	padding:30px 10px 50px;
}

/* ---- フッターメイン領域 ---- */
.footer-main {
  background: #4D4D4D;
  padding: 30px 0 40px;
  display: flex;
	justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

/* ナビゲーション */
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
	transition-duration: 0.2s;
}

.footer-menu li a:hover {
  opacity: 0.6;
}

/* ロゴ & 住所ブロック */
.footer-info {
  text-align:center;
}

.footer-text {
	color: #fff;
  font-size: 14px;
  margin:0px;
	margin-top:10px;
	text-align:left;
	display:inline-block;
}

/* ---- スマホ対応 ---- */
@media (max-width: 834px) {
  .footer-main {
      flex-direction: column;
      align-items: center;       gap: 40px;
	}
}

@media (max-width: 1050px) {
  .footer-cta-wrapper {
      flex-direction: column;
      align-items: center;
      gap: 30px;
  }
  .footer-cta-block {
    width: 90%;
		max-width:none;
	}
}
.footer{
	background-color:transparent;
	padding:0;
}
.footer-bottom{
	background:#999999;
	color:#fff;
	margin:0;
	padding:;
}





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

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

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