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

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

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;


}

.entry-content{
margin-top: 0;
}

/* header */

div#header-container-in {
    width: 1200px;
	height: 80px;

}

div#header-container-in .navi{
	margin-bottom: 0;
}

.header-in {
    line-height: 75px;
}

.navi-in .item-label {
    font-size: 13px;
    font-weight: 500;
    margin-top: 0;
}

#navi .navi-in>ul>li {
    width: auto;
}

.navi-in > ul li {
    padding: 0 16px;
}

.navi-in > ul li.menu-item-has-children{
	    width: 150px !important;
    text-align: left;
}

#navi-menu-content{
	background-color: #fff8f2;
}




.menu-drawer a {
    padding: 12px 6px;
}

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

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

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

/* コンテンツ幅1200 */
.wrap-1200{
max-width: 1200px;
margin-right: auto;
margin-left: auto;
}



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;

}

/* page-header */
.article .page-header h1{
  padding: 5px 0;
    text-align: center;
    color: #fff;
	    font-family: "Shippori Mincho", serif;
  font-weight: 600;
    width: 70%;
      border-radius: 4px;
border-bottom: none;
	letter-spacing: 0.13em;
	    text-shadow: 3px 3px 16px #BAA05F;;
}

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;
		line-hright: 150%;
}

article h2.original-h2.partner-h2{
	font-size: 40px
}

.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;
	line-height: 150%;
}

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;
		line-hright: 150%;
}


.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;
}

header.wp-block-cover.page-header{
    min-height: 360px;
}

/*表の見出しマージンボトムを少し小さく*/
.original-h2.table-h2{
  margin: 0 0 32px 0;
}

.original-h3.margin-20-h3{
margin: 0 0 24px 0;
}


.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-chiffon.com/wp-content/uploads/2025/06/point-icon.png);
background-size: contain;
background-repeat:no-repeat;
position:absolute;
top: 50%;
    left: 9px;
    transform: translateY(-50%);
}

.point .point-img{
    position: absolute;
    bottom: -25px;
	left: 9%;
    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-chiffon.com/wp-content/uploads/2025/06/mv-bg.jpg");
  background-size: cover;
  background-repeat: repeat;
}

.vk_posts.vk_posts-postType-post.vk_postList.top-blog-list{
	max-width: 100%;
}

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

.mv-bg{
  background-image: url("https://konayuki-chiffon.com/wp-content/uploads/2025/06/mv-bg.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-chiffon.com/wp-content/uploads/2025/06/cta-bg.jpg);
  background-size: contain;
  margin-bottom: 0;
	padding-top: 4em;
		padding-bottom: 4em;
	padding-right: 1em;
	padding-left: 1em;

}

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

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

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

.cta-date{
  background-image: url("https://konayuki-chiffon.com/wp-content/uploads/2025/06/cta-info.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: 22px;
}
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.top-content{
padding-top: 4em;
padding-bottom: 4em
}

/* 下層ページの上の余白 */
.page-id-10025 .content, .page-id-10012 .content, .page-id-2914 .content, .page-id-9404 .content, .page-id-9408 .content, .page-id-10307 .content, .page-id-10898 .content{
	margin-top: 8px;
}

.page-id-9404 .main{
	padding: 0;
}

.page-id-10025 main.main, .page-id-10012 main.main, .page-id-2914 main.main,  .page-id-9408 main.main{
	padding: 0px 8px;
}

.page-id-10307 main.main,.page-id-10898 main.main{
	padding: 0px;
}

.page-id-10898 .content .wp-block-group{
	margin-bottom: 0;
}

.margin-bottom-none.wp-block-group{
	margin-bottom: 0;
}







/* 理念 */
section.wp-block-group.top-concept{
    background-image: url("https://konayuki-chiffon.com/wp-content/uploads/2025/06/rinen-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	margin-bottom: -10px;
  }

/* .wp-block-column.rinen-img{
	margin-top: -64px;
}
 */
/* パートナー制度 */

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

.img-text.is-layout-flex{
  gap: 0;
	    margin-top: -40px;

}

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

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

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

.img-text-wrap {
    margin-bottom: 48px;
}


/* 特徴 */

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{
	font-size: 24px;
    line-height: 150%;
}





/* 認定制度ページ */

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

span.komeko-menu {
    display: block;
    border: 1px solid #BAA05F;
    border-radius: 2px;
    font-size: 20px;
    padding: 4px 8px;
}


span.content-arrow{
    font-size: 28px;
	color: #ED795F;
	display: block;
}

.menu-step-wrap{
    border: 1px solid #ED795F;
    padding: 16px 24px;
    border-radius: 4px;
	background-color: #fff;
}

/* パートナー紹介 */
.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;
	font-size: 18px;
}

.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.04em;
  font-weight: 500;
  margin-bottom: 8px;
	line-height: 150%;
	margin-bottom: 16px;
	 text-indent: -1em;
  padding-left: 1em;
	max-width: 100%;
}

/* ステップ */
.top-step{
    background-image: url(https://konayuki-chiffon.com/wp-content/uploads/2025/06/3b29bfc53a77875b5c68363ac71657bc.jpg);
    background-size: 60%;
    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-in.wrap {
    width: 1200px;
}

.footer-left{
	width: 60%;
	padding: 0;
}

.footer-center{
	display: none;
}

.footer-right{
    display: flex;
	width: auto;
    flex-direction: column;
    margin-left: auto;
	padding: 0;
}


.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;
	width: 270px;
}

.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;
}

.mv-responsive{
		display: none;
	}

/* 会社概要 */
.company-page{
	font-weight: 400;
}

.company-wrap table tr{
background-color: #fff;
}

.company-wrap table th {
    padding: 1.2.em;
}


.enkaku table tr{
background-color: inherit;
}

.googlemap{
text-align: center;
}

.gold{
color: #BAA05F;
}

.company-message{
border: 5px double #BAA05F;
}

/* 特商法 */
.tokushoho{
	letter-spacing: 0.01em;
	font-weight: 400;
}

.tokushoho table tr{
background-color: inherit!important;
}

.tokushoho.wp-block-table td, .wp-block-table th {
    padding: 1.2.em;
}

table td.table-head{
background-color: #FFF8F2;
}

/* パートナー紹介 */
.page-header.partner-list,
section.wp-block-group.list-button-section,
.shibuko.list-section{
  margin-bottom: 0px;
}

.list-card{
  background-color: #fff;
padding: 48px 40px;
  box-shadow: 1px 3px 14px rgba(155,101,138,0.2);
	margin-bottom: 80px!important;
}

.list-card p{
  margin-bottom: 0px;
}

.list-section{
  padding: 80px 40px;
}

.list-section.shibuko{
  background-color: #FFFAE4;
}

.list-section.hanbai{
  background-color: #FFF5F2;
}

.shibuko-area-wrap{
  color: #ED795F;
  padding: 8px 24px;
  border-radius: 4px;
	font-size: 16px;
	gap: 12px;
}

.shibuko .shibuko-area-wrap{
	color: #C2A97A;
}

.shibuko-area-wrap p{
  margin-bottom: 0;
    text-decoration: underline;

}

.shibuko-area-wrap p:not(:last-child){
  padding-right: 12px;
  border-right: 1px solid #333;
}

.shibuko .shibuko-area-wrap a{
  color: #C2A97A;
}

.hanbai .shibuko-area-wrap a{
  color: #ED795F;
}

.shibuko-area-wrap a:hover{
  opacity: 0.7;
}


.list-card h3.original-h3.list-title{
  font-size: 36px;
  text-align: left;
  margin-bottom: 16px;
	line-height: 150%;
}

.shibuko h3.original-h3.list-title{
	  color: #C2A97A;
}


.hanbai .list-card .list-title{
	color: #ED795F;
}


.list-card .list-access{
  margin-bottom: 12px;
}

.list-point-wrap{
  margin-bottom: 16px;
  gap: 8px;
}

.list-point{
  font-size: 14px;
	border: 1px solid #C2A97A;
  padding: 2px 6px;
  border-radius: 3px;
  display: inline-block;
}

.hanbai .list-point{
		border: 1px solid #ED795F;
}


.list-card .hitokoto{
  font-size: 13px;
    line-height: 150%;
  width: 100%;
}

.list-card .hitokoto::before{
  left: 10px;
}

.list-card .hitokoto::after{
  right: 10px;
}

.list-card .message-card{
  border-bottom: 1px solid #383020;
  border-top: 1px solid #383020;
  padding: 16px 0;
}

.list-card .owner-title{
  font-size: 13.5px;
  margin-bottom: 12px;
  padding: 4px 12px;
	font-weight: 500;
	  border: 1.5px solid #ED795F;
  display: inline-block;
  border-radius: 8px;
	background-color: #fff;
}

.list-card .owner-title{
		  border: 1.5px solid #C2A97A;
}


.list-card .owner-message{
  font-size: 15px;
}

.list-card .owner{
  font-size: 12px;
}

.list-card .owner-name{
  font-size: 14px;
}

.list-card .wp-block-image.owner-img{
  margin-bottom: 8px;
}

.list-card .owner-card{
  background-color: #FFFBE9;
  padding: 20px 24px;
  border-radius: 8px;
}

.hanbai .list-card .owner-card{
	  background-color: #FFF7F5;

}

.list-card .list-info{
  font-size: 16px;
  color: #6F5F40;
}

.list-info.info-date{
  margin-bottom: 16px;
}

.list-card .intro-message{
  background-color: #FFFBE9;
  border-radius: 40px 6px;
	    padding: 16px 24px;
    gap: 16px;
}

.hanbai .list-card .intro-message{
  background-color: #FFF7F5;
}

.intro-message-text{
  font-size: 14px;
}

.list-access::before, .list-info::before{
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 4px;
}


.list-access::before{
	background-image: url(https://konayuki-chiffon.com/wp-content/uploads/2025/06/access-icon.png);
				margin-bottom: -4px;
}

.list-info.info-access::before{
		background-image: url(https://konayuki-chiffon.com/wp-content/uploads/2025/06/list-access-1.png);
				margin-bottom: -7px;

}

.list-info.info-date::before{
		background-image: url(https://konayuki-chiffon.com/wp-content/uploads/2025/06/list-date.png);
				margin-bottom: -7px;

}

.shibuko h4.ribon{
	background-color: #C2A97A;
}

.shibuko .konayukiyori{
	color: #C2A97A;
}

.hanbai .konayukiyori{
	color: #ED795F;
}

.list-button-section p{
  margin-bottom: 0px;
}

.list-button-section .hanbai-button p{
  color: #ED795F;
}

.list-button-section .shibuko-button p{
  color: #C2A97A;
}


.list-button-section .list-button a.wp-block-button__link{
  background-color: #ED795F;
  border-radius: 14px 4px;
      height: 60px;
  width: 300px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
/*     line-height: 220%; */
    transition: all 0.6s;
}

.list-button-section .wp-block-buttons{
	margin-bottom: 8px;
}

.list-button-section .shibuko-button .list-button a.wp-block-button__link{
    background-color: #C2A97A;
}

.list-button-section .list-button a.wp-block-button__link:hover{
	opacity: 0.7;
}


.list-button-section{
  background-image: url(
https://konayuki-chiffon.com/wp-content/uploads/2025/06/bg-list-category-1.png);
  background-size: 60%;
  background-repeat: repeat;
  padding: 80px 24px;
}

.list-button-section .shibuko-area-wrap{
  font-size: 13px;
  gap: 12px;
  color: #C2A97A;
	padding: 0 0;
}

.list-button-section .shibuko-area-wrap a{
    color: #383020;
}

/*お問い合わせ */
.contact-txt{
margin-bottom: 24px;
}

.contact-txt p{
margin-bottom: 0px;
}

.contact-hissu{
color: #ED795F;
}

.contact-text-box {
    border-bottom: 1px solid #ddd;
    padding-bottom: 32px;
    margin-bottom: 50px;
}

.contact-box p{
margin-bottom: 40px;
}

.must{
background-color: #ED795F!important;
}

.contact-mark{
color: #ED795F;
}

.wpcf7 input[type="submit"]{
background-color: #ED795F!important;
    border-radius: 20px;
}

/* 多彩なシフォン */

.menu-bg-box{
background-image: url(https://konayuki-chiffon.com/wp-content/uploads/2025/06/bg-noise.png);
}
.osusume-menu-box{
padding: 80px 0;
background-color: #F7F0DD;
}

.osusume-menu-wrap{
position: relative;
margin: 0 16px;


}

.osusume-menu-wrap .pickup-menu{
position: absolute;
top: 0;
left: 0;
color: #ED795F;
font-size: 7em;
font-family: "Shippori Mincho", serif;
}

.osusume-menu-wrap .fuwajuwa{
position: absolute;
top: -70px;
right: -10px;
color: #ED795F;
font-size: 80px;
font-family: "Shippori Mincho", serif;
line-height: 120%;
transform: rotate(10deg);
}


.osusume-menu-box .menu-info-wrap{
position: absolute;
bottom: 0;
right: 0;
padding: 24px;
background-color: #fff;
width: 500px;
margin-bottom: 0;
margin-right: 0;
border-radius: 16px 0 0 0;
}

.osusume-menu-wrap.osusume-2 .menu-info-wrap{
left: 0;
border-radius: 0 16px 0 0;

}

article .menu-wrap h3.original-h3,
article .head-menu-wrap h3.original-h3{
	margin: 0 0 24px 0;
	line-height: 150%;
}

.menu-info-wrap .chiffon-h3{
font-size: 28px;
margin-bottom: 24px;
    letter-spacing: 0.1em;
    line-height: 150%;
}

.menu-info-wrap .menu-info-text{
font-size: 14px;
margin-top: 12px;
margin-bottom: 0px;
}


.menu-tag{
color: #A38154;
font-size: 14px;
gap: 8px;
	margin-bottom: 12px!important;
}

.article p.nanido{
border-radius: 3px;
border: 1px solid #A38154;
margin-bottom: 0;
padding: 0 5px;

}

.article p.menu-okome-tag{
border-radius: 3px;
background-color: #FFF9E8;
margin-bottom: 0;
padding: 0 5px;
}

.article p.menu-komeko-tag{
border-radius: 3px;
background-color: #FCF0ED;
margin-bottom: 0;
padding: 0 5px;
}

.komeko-chiffon, .okome-chiffon{
padding: 0 5px;
border-radius: 3px;
color: #A38154;
font-size: 14px;
display: inline-block;
margin: 0 4px;
}

.komeko-chiffon{
background-color: #FCF0ED;
}

.normal-menu-wrap{
padding-top: 80px;
padding-bottom: 80px;

}

.normal-menu-wrap.spring{
background-color: #FFF5F3;
}

.okome-chiffon{
background-color: #FFF9E8;
}

.head-menu{
margin-bottom: 64px!important;
			border: 1px solid #BAA05F;
		padding: 2%;
	background-color: rgba(255,255,255,.5);

}

	.head-menu-img img{
/* 		border-radius: 20px */
	}


.head-menu-wrap{
padding: 32px;
/* border-radius: 20px;
background-color: #fff;
width: 420px;
z-index: 10;
    margin-left: -200px !important;
    margin-bottom: -100px !important; */
}




.menu-wrap{
background-color: #fff;
border-radius: 16px;
padding: 32px 24px;
box-shadow: 0 4px 14px rgba(155,138,101,0.1);
}

.menu-info-wrap .chiffon-h3-24{
font-size: 24px;
margin-bottom: 8px;
    letter-spacing: 0.07em;
    line-height: 130%;
}

.menu-columns{
gap: 40px 2%;
}

.menu-category-title{
color: #ED795F;
font-size: 40px;
font-family: "Kaisei Opti", serif;
margin-bottom: 0!important;
	    line-height: 170%;
}

.menu-category-title span.fz-80px{
font-size: 80px;
}

.menu-category-title span.fz-70px{
font-size: 64px;
}


.category-img{
width: 50%;
margin-bottom: 0!important;
}


p.menu-category-txt {
    line-height: 220%;
}

.osusume-title{
border: 2px solid  #BAA05F;
padding: 16px 88px;
border-radius: 50%;
  font-family: "Kaisei Opti", serif;
color: #9B8A65;
font-size: 24px;
letter-spacing: 0.1em;
margin-bottom: 40px;
}

.osusume-title .pickup{
margin-bottom: 20px;
}

.osusume-title .osusume-ichioshi{
font-size: 80px;
color: #ED795F;
margin-bottom: 0!important;
line-height: 70%;
}

.osusume-title .osusume-shiffon{
font-size: 40px;
color: #ED795F;

}

.shiffon-desc{
border: 1px solid #BAA05F;
padding: 24px 20px;
}


p.menu-info-text {
    font-size: 16px;
}

	.menu-colum-sp{
		display: none!important;
	}

.menu-swipe-wrap .swiper-wrapper{
	gap: 8px;
}

.fukidashi {
  position: relative;
  width: fit-content;
  padding: 12px 16px;
line-height: 100%;
margin-bottom: 30px !important;
color: #ED795F;
letter-spacing: 0.2em;
}

.fukidashi::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 100%;
  height: 40%;
  box-sizing: border-box;
  border: 1.5px solid #ED795F;
  border-top: none;
  border-bottom-right-radius: 30px; /* 左下の角丸 */
  border-bottom-left-radius: 30px; /* 右下の角丸 */
  translate: -50%;
}
.fukidashi::after {
  content: "";
  position: absolute;
  top: calc(100% + 7px); /* フキダシのサイズに応じて調整してください */
  left: 50%;
  width: 24px;
  height: 1.5px;
  box-sizing: border-box;
  background-color: #ED795F;
  box-shadow: 0 1px 16px #ffffff, 0 -1px 16px #ffffff;
  rotate: 60deg;
  translate: -50%;
}

.fukidashi-02 {
  position: relative;
  width: fit-content;
  padding: 12px 16px;
line-height: 100%;
color: #ED795F;
letter-spacing: 0.2em;
	margin-bottom: 0.3rem!important;
}


.vk_slider .swiper-button-next, .vk_slider .swiper-button-prev, .vk_post_list_slider .swiper-button-next, .vk_post_list_slider .swiper-button-prev{
background-color: #FFF8F2!important;
border-radius: 50%!important;
color: #BAA05F!important;
	width: 2.2rem;
	height: 2.2rem;
}

.vk_slider .swiper-button-next:after, .vk_slider .swiper-button-prev:after, .vk_post_list_slider .swiper-button-next:after, .vk_post_list_slider .swiper-button-prev:after{
font-size: 0.8rem;
}

.category-link-wrap{
		margin-top: 20px;
		background-color: #F9F5F3;
	  padding: 16px;
  border-radius: 4px;
		line-height: 120%;
}

.category-link-wrap .title{
	margin-bottom: 4px;
}

.category-link-wrap .sub-text{
	margin-bottom: 16px;
}



.menucategory-link{
  color: #ED795F;
	font-size: 14px;
	gap: 8px;
}

.menucategory-link p{
  margin-bottom: 0;
/*     text-decoration: underline; */

}

.menucategory-link p:not(:last-child){
  padding-right: 12px;
  border-right: 1px solid #333;
}



.menucategory-link a{
  color: #ED795F;
}

.menucategory-link a:hover{
  opacity: 0.7;
}

.normal-menu-wrap.summer{
background-color: #E6F0F3;
}

.normal-menu-wrap.autumn{
background-color: #F8EDE1;
}

.normal-menu-wrap.winter{
background-color: #EEECEA;
}

.normal-menu-wrap.noukou{
background-color: #d5c3bd;
}

.normal-menu-wrap.design{
background-color: #fdece7;
}

.normal-menu-wrap.nonsugar{
background-color: #ECE4D3;
}

.normal-menu-wrap.allmenu{
background-color: #FFF8F6;
}









/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1210px以下*/
@media screen and (max-width: 1210px){
  /*必要ならばここにコードを書く*/
	
	/* header */
	div#header-container-in {
    width: auto;
}
	
	.point .point-img{
    position: absolute;
		bottom: -25px;
    left: 3%;
		z-index: 10;
}
	.mv-button a {
    font-size: 20px;
    padding: 14px 54px 14px 64px;
}
	
	span.mvbutton-text {
    font-size: 20px;
	}
	

	
		.home .sp-margin-top160{
		margin-top: 100px;
	}
	
		.wrap-1200{
max-width: 95%;
}
	
	/* 多彩なシフォン */
	.head-menu {
    margin-bottom: 50px !important;
gap: 0;
		flex-direction: column;
	}
		
		.head-menu-wrap {
    width: 100%;
    margin-left: inherit !important;
    margin-bottom: 0px !important;
			border-radius: 0;
			background-color: inherit;
			padding: 32px 16px;
	}
	
	.head-menu-img img{
		border-radius:  0;
	}
	
	.menu-columns.is-layout-grid{
		    grid-template-columns: repeat(1, minmax(0, 1fr));

/* 		display: none!important; */
	}
	
	.menu-colum-sp{
		display: block!important;
	}
	
.swiper-slide.menu-wrap{
		padding: 32px 50px;
	}
	
		.category-shiffon-img {
    width: inherit;
    margin-right: inherit;
	}
	
	/* footer */
	.footer-in.wrap {
    width: auto;
}


	


}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	div#header-container-in{
		display: none;
	}
	
	.mobile-menu-buttons{
		max-width: 100vw;
	}
	
	/* 多彩なシフォン */
	.osusume-menu-box .menu-info-wrap {
    position: inherit;
    padding: 24px;
    background-color: #fff;
    width: 100%;
    border-radius: 0;
	}	
	
	.osusume-menu-box .menu-big-img{
		margin-bottom: 0;
	}
	
		.osusume-menu-box .osusume-2 .menu-info-wrap {
			    border-radius: 0;
	}
	
	.osusume-menu-wrap .fuwajuwa {
    top: -60px;
    font-size: 3em;
	}
	
	.category-img{
		width: 30%;
	}
	
	.menu-category-title span.fz-80px.sp-60px{
font-size: 56px;
        letter-spacing: 0.002em;
}
	
		.menu-category-title span.fz-70px.sp-60px{
font-size: 50px;
        letter-spacing: 0.002em;
}
	
	.menu-category-title {
		font-size: 32px;
		line-height: 130%;
		margin-bottom: 24px!important;
	}
	
	.category-img{
		margin-bottom: 12px!important;
	}

	
	
	

	
}

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

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

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

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


article h3.original-h3{
  font-size: 26px;
	letter-spacing: 0.003em;
}
	
	
	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-chiffon.com/wp-content/uploads/2025/06/rinen-bg-sp.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: 70%;
		margin-right: 0;
	}
	
	 
	
 .skil-wrap.wp-block-group {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
	
	/* cta */
.cta-wrap{
  padding: 12px;
}

.cta-inner{
	padding: 40px 12px;
	
}

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

.cta-date{
  background-image: url("https://konayuki-chiffon.com/wp-content/uploads/2025/06/cta-info-sp.png");
	padding: 40px 22px 40px 22px;
}
.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:  -50px;
}

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

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

.sp-column-gap{
  gap: 0;
  padding: 0px 8px;
}
	/* パートナー紹介ページ */
	  .list-button-section{
background-size: 90%;
	}
	
	.list-card h3.original-h3.list-title {
		font-size: 28px;
	}

	
	/* 多彩なシフォン */
	.osusume-title {
    padding: 16px 24px;
    font-size: 18px;
	}
	
	.osusume-title .osusume-ichioshi{
		font-size: 2.3em;
	}
	
	.osusume-title .osusume-shiffon{
		font-size: 1.5em;
	}
	
	.osusume-menu-box {
		padding: 60px 0;
	}
	
		.normal-menu-wrap {
		padding-top: 60px;
			padding-bottom: 60px;

	}
	
	
		
		
	
	}

/*480px以下*/
@media screen and (max-width: 480px){
	
  /*必要ならばここにコードを書く*/
	
/*スマホのみ表示*/
br.sp-br-block{
 display: block;
}
	
	article h4.original-h4{
		font-size: 16px;
	}

	
	/* ページヘッダー */
	header.wp-block-cover.page-header{
    min-height: 180px;
}
	
	.top-step{
		background-size: 80%;
	}
	
	.manzokudo {
    top: -80px;
    right: -5px;
    width: 120px;
}
	
	.sp-mv-button a{
		width: 93vw;
}
	
	.partner figure.wp-block-table.is-style-vk-table-border td {
	font-size: 14px;
}

	
	/* cta-テキスト */
	.cta-text {
		font-size: 15px;
	}
	
	.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;
			margin: 0 auto 16px;

	}
	
	
	.footer-sns-wrap{
		    justify-content: center;
	}
	
	.feature-title {
    font-size: 22px;
    line-height: 150%;
}
	
	.feature-3{
		padding: 40px 16px;
	}
	
		.img-text-wrap {
    margin-bottom: 24px;
}
	
	.list-section{
  padding: 80px 20px;
}

	
	.list-card {
    padding: 24px 20px;
			margin-bottom: 56px!important;

	}
	
	.list-card .list-title{
  color: ED795F;
  font-size: 24px;
	}
	
	.list-button-section{
		padding: 50px 24px;
	}
	
	.article h4.ribon {

    font-size: 14px;
    letter-spacing: 0.02;
	}
	
	

	
	
	
}