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

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

*{box-sizing:border-box}

html{
		scroll-behavior: smooth;
	overflow-x: hidden;
}

}


body {
	font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
	color: #383020;
	    letter-spacing: 0.03em;
		overflow-x: hidden;
}

/*PCのみ表示*/
	.pc-block{
		display:block;
	}

	/*スマホのみ表示*/
	.sp-block{
		display:none;
	}

footer.article-footer.entry-footer{
	display: none;
}

footer.footer{
	margin-top: 0;
}

article p.margin-4{
  margin-bottom: 4px;
}

/*見出し*/

.section-icon{
  position: relative;
}

.section-subtitle{
  position: absolute;
  top: 50%;
  left: 50%;
    transform: translate(-50%, -55%);
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 13px;
    color: #4B1B1B;
    letter-spacing: 0.1em;

}

article h2.original-h2{
  font-size: 36px;
  color: #BAA05F;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
    background-color: inherit;
  border-left: none;
  margin: 0px 0px 56px 0px;
  padding: 0;
	    letter-spacing: 0.07em;

}

article h3.original-h3{
  color: #ED795F;
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 40px 0;
  padding: 0;
  border-bottom: none;
    letter-spacing: 0.1em;
}

article h3.featureTitle{
	font-size: 40px;
    line-height: 130%;
    padding-top: 40px;
}

article h4.original-h4{
  background-color: #FAF5EF;
    font-weight: 500;
	font-size: 18px;
  margin: 0 0 24px 0;
}


.article h4.ribon{
  display: inline-block;
  position: relative;
  height: 43px;/*高さ*/
  line-height: 43px;/*高さ*/
  text-align: center;
  padding: 0 30px 0 16px;/*文字の左右の余白*/
  font-size: 16px;/*文字サイズ*/
    font-weight: 500;
  background: #ED795F;/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.article h4.ribon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.article h4.ribon:after {
  top: 0;
  right: 0;
  border-width: 21px 15px 21px 0px;
  border-color: transparent #FFF5F2 transparent transparent;
  border-style: solid;
}

.home .wp-block-group.table-title{
  text-align: center;
	margin-bottom: 24px;
}

.table-title p{
  background-color: #fff;
    border: 1px solid #383020;
  border-radius: 4px;
  padding: 4px 0;
  display: inline-block;
	width: 100%;
}

.deco-pink{
	color: #ED795F;
	font-weight: 500;
}

.deco-gold{
	color: #BAA05F;
	font-weight: 500;
}

.slash-title {
    position: relative;
    text-align: center;
    display: block;
    width: fit-content;
    line-height: 1.2;
 }

  .slash-title::before, .slash-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 2rem;
    background: rgba(0, 0, 0, 0.4);
}
.slash-title::before {
    transform: rotate(-30deg);
    left: -30px;
}
.slash-title::after {
    transform: rotate(30deg);
    right: -30px;
}


/* 直子さんコメント */
.point-div{
  position: absolute;
  background-color: #ED795F;
  color: #fff;
    display: inline-block;
    border-radius: 20px;
    padding: 2px 16px 4px 40px;
    top: -20px;
    left: 8px;
}

.point-div::before{
content: '';
display: block;
width: 23px; 
height: 23px;
background-image: url(https://konayuki.itosachitemp.xyz/wp-content/uploads/2025/03/c27393722a69072c3b331325519fea6f.png);
background-size: contain;
background-repeat:no-repeat;
position:absolute;
top: 50%;
    left: 9px;
    transform: translateY(-50%);
}

.point .point-img{
    position: absolute;
    bottom: -23px;
    left: 10%;
    margin-top: -50px;
}

p.coment-text{
    padding-left: 7em;
    margin-bottom: 0;

}

/* トップ 投稿一覧のカスタマイズ */

.home h5.vk_post_title.card-title {
    background: none;
    border: inherit;
    box-shadow: inherit;
    text-align: left;
    margin: 0 0 20px;
    font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.home dd.vk_post_taxonomy_terms {
		margin-left: 0;
	padding-left: 0;
}


.home dd.vk_post_taxonomy_terms a {
    color: #ED795F;
    border: 1px solid #ED795F;
    border-radius: 2px;
    padding: 3px 16px;
    text-decoration: none;
    line-height: 280%;
}

.home dt.vk_post_taxonomy_title {
    display: none;
}

.top-blog{
  background-image: url("https://konayuki.itosachitemp.xyz/wp-content/uploads/2025/03/cta-bg-scaled.jpg");
  background-size: contain;
  background-repeat: repeat;
}

/* mv */
.home .content{
	margin-top: 0;
}

.mv-bg{
  background-image: url("https://konayuki.itosachitemp.xyz/wp-content/uploads/2025/03/mv-bg-scaled.jpg");
  background-size: cover;
  background-position: bottom;
}

.mv-message{
  position: absolute;
  top: 10%;
  left: 0
}

.mv-message p{
  background-color: #fff;
  padding: 2px 32px 2px 90px;
  margin-bottom: 16px;
  font-weight: 500;
}



.mv-button{
  position: absolute;
  bottom: 13%;
  right: 0%;
}

.mv-button a{
  background-color: #BAA05F;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  border-radius: 120px 0 0 120px;
  padding: 24px 104px 24px 104px; 
	transition: all 0.6s;
}

.mv-button a.wp-block-button__link::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 28px;
    width: 13px;
    height: 13px;
    margin: auto;
    border-top: 2.5px solid #fff;
    border-right: 2.5px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.mv-button a.wp-block-button__link::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36px;
    width: 13px;
    height: 13px;
    margin: auto;
    border-top: 2.5px solid #fff;
    border-right: 2.5px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}

span.mvbutton-text{
  font-size: 20px;
  margin-bottom: 4px;
}

.mv-button a:hover{
    opacity: 0.85;
}


/* ボタン */
.original-button a.wp-block-button__link{
  width: 480px;
  height: 74px;
  color: #BAA05F;
  background-color: #fff;
  border: 1px solid #BAA05F;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 500;
    box-shadow: 2px 4px 14px rgba(155, 138, 101, 0.2);
    line-height: 220%;
  position: relative;
		transition: all 0.6s;


}

.original-button a.wp-block-button__link::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1.5px solid #BAA05F;
  border-right: 1.5px solid #BAA05F;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.original-button a:hover{
	background-color: #BAA05F;
	color: #fff;
	opacity: 0.9;
}


.original-button a:hover::after {
	  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;

}


/* cta */
section.wp-block-group.cta-section{
  background-image: url(https://konayuki.itosachitemp.xyz/wp-content/uploads/2025/03/7c7d17aece534e13ebbc5bbc430a9970-1-scaled.jpg);
  background-size: contain;
  margin-bottom: 0;
	padding: 0 8px;
}

.cta-wrap{
  padding: 20px;
  background-color: #fff;
  border-radius: 200px 200px 0 0;
}

.cta-inner{
  border: 1px solid #BAA05F;
  border-radius: 180px 180px 0 0;
  padding: 56px 12px;
  width: 100%;
}

.cta-title{
	font-size: 36px;
  line-height: 150%;
}

.cta-date{
  background-image: url("https://konayuki.itosachitemp.xyz/wp-content/uploads/2025/03/28ab556d9d03c286567da8fac8cbcdcb.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 56px 48px;
}
.cta-time{
  letter-spacing: 0.3em;
	font-size: 36px;
}
.cta-text{
  line-height: 200%;
  letter-spacing: 0.1em;
	font-size: 28px;
}
a.line-button{
  transition: all 0.6s;
    max-width: 640px;
    display: block;
    margin: 0 auto;
}

a.line-button:hover{
  opacity: 0.8;
}


/* top */
.home main#main {
    padding: 0;
}

.home .wp-block-group, .home .entry-content>*, .home .entry-content{
	margin-bottom: 0;
}

body.home .article{
	margin-bottom: 0;
}






/* 理念 */
section.wp-block-group.top-concept{
    background-image: url("https://konayuki.itosachitemp.xyz/wp-content/uploads/2025/03/d9bc207ed93645cf15292a1c91b57ba9-scaled.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	margin-bottom: 0;
	padding: 8em 0;
  }

.wp-block-column.rinen-img{
	margin-top: -64px;
}

/* パートナー制度 */

.img-text-wrap{
  text-align: center;
}

.img-text.is-layout-flex{
  gap: 0;
}

 .img-text p.has-background{
  padding: 2px 8px;
  display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
  }

.img-text p.line2{
    margin-top: 4px;
}

.img-text p span.gold{
    color: #BAA05F;
}


/* 特徴 */
section.features-wrap{
	padding: 8px;
}
article p.features-number{
  color: #BAA05F;
    font-size: 200px;
    margin-right: 32px;
  margin-bottom: 0;
  opacity: 0.15;
    font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
      line-height: 140%;
}

.top-feature{
	padding: 80px 56px;
}

.feature{
  padding: 10px 56px 80px;
}

.partner-info p{
	line-height: 140%;
}

.support-wrap{
  background-color: #fff;
  padding: 40px 24px;
  border-radius: 10px;  
}

p.support-title{
  font-size: 20px;
  color: #ED795F;
}

.manzokudo {
    position: absolute;
  top: -129px;
    right: -14%;
}

.feature-3{
    padding: 40px 32px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(56,8,32,0.1);
  
}

.feature-title{
  text-decoration: underline;
}



/* 認定制度ページ */

span.komeko-menu {
    display: inline-block;
    border: 1px solid #BAA05F;
  border-radius: 2px;
    margin-right: 16px;
    padding: 2px 8px;
}

span.content-arrow{
  margin-right: 16px;
	color: #ED795F;
}

.menu-step-wrap{
    border: 1px solid #ED795F;
    padding: 8px 8px;
    border-radius: 4px;
}

/* パートナー紹介 */
.partner figure.wp-block-table.is-style-vk-table-border {
    padding-left: 20px;
}

.partner figure.wp-block-table.is-style-vk-table-border {
    padding-left: 20px;
}

.partner figure.wp-block-table.is-style-vk-table-border td {
    background-color: #fff;
}

.story-wrap{
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 16px;
}

article p.story-title{
  color: #BAA05F;
  font-size: 18px;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 8px;
	line-height: 150%;
	margin-bottom: 16px;
	 text-indent: -1em;
  padding-left: 1em;
}

/* ステップ */
.top-step{
    background-image: url(https://konayuki.itosachitemp.xyz/wp-content/uploads/2025/03/3b29bfc53a77875b5c68363ac71657bc-scaled.jpg);
    background-size: contain;
    background-repeat: repeat;
    padding: 0 16px;
}

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

.stepbar .stepbarwrap .steptitle .stepcircle{
		font-family: "Shippori Mincho", serif;
	position: relative;
	color: #BAA05F;
	background: #fff;
    z-index: 10;
}


.stepbar .stepbarwrap .steptitle .stepcircle .num {
  display: inline-block;
	font-size: 50px;
	  font-weight: 500;

}

.stepbar .stepbarwrap .steptitle .stepcircle .step {
	font-size: 14px;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translatex(-50%);
}

.stepbar .stepbarwrap .steptitle .stepnum {
  padding-left: 1em;
  font-size: 24px;
  color: #ED795F;
	font-weight: 700;
	margin-top: -3%;
}

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


.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #BAA05F;
  position: absolute;
  top: 1em;
  left: 0.9em;
  z-index: 1;
}

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

ul.step2-li{
  padding-left: 0;
	padding-top: 0;
}

.article ul.step2-li li{
 padding: 10px 10px 10px 40px;
  background-color: #FAF5EF;
  border-radius: 8px;
  margin-bottom: 8px;
  font-size: 18px;
	margin: 0 0 8px 0;
	line-height: 148%;
}

.step2-li li::before{
    color: #ED795F;
    left: 13px;
    top: 22px;
    transform: translateY(-45%);
}

.wp-block-column.step-img{
  margin-top: -100px;
}

/* footer */
.footer-left{
	width: 60%;
}

.footer-center{
	display: none;
}

.footer-right{
	width: 39%;
}

.footer{
	padding: 40px 8px;
}

.footer a{
		text-decoration: none;

}

.footer-shopname{
	 font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
	font-size: 24px;
	color: #BAA05F;
}

.footer-sns-wrap{
	display: flex;
	gap: 24px;
}

.footer-sns-wrap div{
	width: 30px;
}

.footer-sns-wrap a{
	transition: all 0.6s;
}


.footer-sns-wrap a:hover{
	opacity: 0.5;
}




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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	
	.sp-padding {
    padding: 40px 12px;
}
	
	/*PCのみ表示*/
	.pc-block{
		display:none;
	}

	/*スマホ・タブレットのみ表示*/
	.sp-block{
		display:block;
	}

		
	/* スマホのみ中央 */
	.sp-center{
		text-align: center;
	}
	
	/* スマホのみ余白 */
	    	.home .sp-margin-bottom{
			margin-bottom: 32px;
}
	
	.home .sp-margin-top160{
		margin-top: 100px;
	}
	
	/* スマホの縦並び時にギャップを調整 */
	.vk_gridColumn.sp-column-gap .row{
		gap: 24px;
	}
	
	/*見出し*/

article h2.original-h2{
  font-size: 26px;
}

article h3.original-h3{
  font-size: 20px;
	letter-spacing: 0.05em;
}
	
	
	article h4.original-h4{
		padding: 16px 12px 14px 16px;
    line-height: 145%;

	}
	
	article h3.original-h3.sp-txt-center,article h4.original-h4.sp-txt-center{
		text-align: center;
	}
	

	
	/* ボタン */
.original-button a.wp-block-button__link{
	    width: 322px;
    height: 64px;
  font-size: 16px;
    line-height: 200%;
}
	
	/*縦並び*/
	.sp-columns{
  flex-direction: column
}
	
	.sp-row-columns{
		flex-direction: column-reverse;
	}
	
	
	
/* 直子さんコメント */
.point-div{
    top: -20px;
}


.point .point-img{
	position: unset;
   margin-bottom: -16px;
}
	
	p.coment-text{
		padding-left: 24px;
		padding-top: 24px;
		padding-right: 24px;
		padding-bottom: 24p;
	}
	
	/* 理念 */
	section.wp-block-group.top-concept{
    background-image: url("https://konayuki.itosachitemp.xyz/wp-content/uploads/2025/03/Mask-group-3-1.png");
    background-size: cover;
    background-repeat: no-repeat;
		background-position: right;
	margin-bottom: 0;
		padding: 0 8px 4em;
  }
	
	.wp-block-column.rinen-img{
		margin-top: 0;
	}
	
	section.wp-block-group.top-concept h2.original-h2{
		text-align: center;
	}
	
	.wp-block-image.alignleft.concept-img1{
  display: none;
}

	.is-layout-flow > .alignright.concept-img2{
		    float: unset;
		    margin-left: 0;
	}

	
/* 特徴 */
	.top-feature{
  padding: 56px 16px;
}
	
	.feature {
    padding: 72px 12px 56px;
}
	
	.manzokudo {
    top: -129px;
    right: 0px;
}
	
	article p.features-number{
		    font-size: 120px;
		    line-height: 40%;
		margin-right: 0;
	}
	
	 
	
 .skil-wrap.wp-block-group {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
	
	/* cta */
.cta-wrap{
  padding: 12px;
  border-radius: 60px 60px 0 0;
}

.cta-inner{
  border-radius: 45px 45px 0 0;
	padding: 40px 12px;
	
}

.cta-title{
	font-size: 20px;
  line-height: 150%;
	font-weight: 500;
}

.cta-date{
  background-image: url("https://konayuki.itosachitemp.xyz/wp-content/uploads/2025/03/cta-info-1.png");
	padding: 40px 32px 40px 40px;
}
.cta-time{
  letter-spacing: 0.3em;
	font-size: 22px;
}
.cta-text{
	line-height: 130%;
	  font-size: 18px;
}
	
	/* mvボタン */
.sp-mv-button{
  position: absolute;
  bottom: 0;
  left: 50%;
	transform: translatex(-50%);
}

.sp-mv-button a{
  background-color: #BAA05F;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 80px;
  padding: 8px 16px 12px 16px; 
	transition: all 0.6s;
		width: 470px;
	line-height: 130%;

}
	
.sp-mv-button a.wp-block-button__link::after {
    content: '';
    position: absolute;
    top: 6%;
    bottom: 0;
    right: 22px;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.sp-mv-button a.wp-block-button__link::before {
    content: '';
    position: absolute;
    top: 6%;
    bottom: 0;
    right: 28px;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.sp-mv-button span.mvbutton-text{
  font-size: 13px;
  margin-bottom: 4px;
}

.sp-mv-button a:hover{
    opacity: 0.85;
}
	
	/* ステップ */
	.stepbar .stepbarwrap .steptitle .stepnum {
    font-size: 20px;
    line-height: 150%;
    margin-top: -6%;
}
	
	.steptxt .wp-block-button.original-button a.wp-block-button__link{
	width: 265px;
	}
	
	.wp-block-column.step-img {
		margin-top: 0;
	}
	.article ul.step2-li li{
		font-size: 16px;
	}
	
	.wp-block-cover.top-sns{
  min-height: 280px;
}
	
	.wp-block-cover.separate-img{
  min-height: 240px;
}
	
	/* パートナー制度ページ */
.article ul.partner-list{
  padding-left: 0;
}

		.komeko-content span.komeko-menu{
			margin-bottom: 8px;
		}
		
		.top-feature {
    padding: 60px 16px;
}
	
	    article h2.original-h2.sp-fz-22{
		font-size: 22px;
	}
	
	.vk_gridColumn .col-6.img-text-wrap {
  flex: 0 0 60%;
  max-width: 60%;
}

.img-text{
  margin-top: -40px;
}

.mar-top{
  margin-top:  -90px;
}

.col-right{
  margin-left: auto;
}

.col-left{
  margin-right: auto;
}

.sp-column-gap{
  gap: 0;
  padding: 0px 8px;
}
	

	
	}

/*480px以下*/
@media screen and (max-width: 480px){
	
  /*必要ならばここにコードを書く*/
	
	.mobile-menu-buttons{
		max-width: 100vw;
	}
	
	.manzokudo {
    top: -80px;
    right: -5px;
    width: 120px;
}
	
	.sp-mv-button a{
		width: 93vw;
}
	
	.partner figure.wp-block-table.is-style-vk-table-border {
    padding-left: 0px;
}

	
.logo-menu-button img {
    max-height: 40px;
	}
	
	.footer-shopname{
		font-size: 18px;
		text-align: center;
	}
	
	
	.footer-sns-wrap{
		    justify-content: center;
	}
	
	

	
	

	
	
	
}