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

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

@import url('https://fonts.googleapis.com/css2?family=Ballet:opsz@16..72&display=swap');

:root{
	--cocoon-black-color: #666666;
	--main-color: #eeb9bb;
	--right-pink: #feeceb;
	--right-gold: #e5dfc8;
	--gold-text: #d5c093;
	--pale-gradation: linear-gradient(0deg,rgba(254, 236, 235, 1) 0%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%);
	--pale-gradation2: linear-gradient(180deg,rgba(254, 236, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
	--pale-gradation3: linear-gradient(270deg,rgba(254, 236, 235, 1) 0%, rgba(255, 255, 255, 1) 50%);
}

body {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .13em;
}
a:hover{
	color: inherit;
}
.main{
	border: none;
}
.article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-bottom: .8em;
}
.article h2 {
    font-size: 1.8em;
    padding: 0;
    background-color: transparent;
    font-weight: normal;
    letter-spacing: .25em;
}
.article ul li, .article ol li {
    margin: 0;
}
.wp-block-buttons .wp-block-button__link {
    border: 1px solid var(--cocoon-black-color);
	background: var(--pale-gradation3);
	box-shadow: 4px 4px 4px var(--right-pink);
	color: var(--cocoon-black-color);
}

.cat-link, .cat-label {
    background: var(--main-color);
    color: var(--cocoon-white-color);
    font-weight: bold;
}
.mask-img {
	mask-image: linear-gradient(
    to bottom,
    transparent 0%,   /* 上端ギリギリ透明 */
    black 10%,         /* 5%地点から不透明 */
    black 90%,        /* 95%地点まで不透明 */
    transparent 100%  /* 下端ギリギリ透明 */
	);
	-webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
	);
}

.entry-title{
	display: block;
	width: 100%;
	max-width: 1200px;
	height: auto;
	text-align: left;
	padding: 30px 20px;
	margin: 0 auto 10px auto !important;
	font-weight: 600 !important;
	font-size: 20px !important;
	color: rgb(102, 102, 102);
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}

.entry-title::after{
	content: '';
	background-image: url('https://crea-professional.com/wp-content/uploads/2025/11/page-title_background3-scaled.webp');
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	opacity: .6;
}

.priceCard{
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: flex-start !important;
	width: 100%;
	max-width: 1200px;
	height: auto;
	padding: 45px 5% !important;
	background-color: #fff5f5;
	border-radius: 8px;
	margin: 0 !important;
}

.priceCard h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100% !important;
	height: auto;
	text-align: left;
	font-weight: 500 !important;
	font-size: 1.1rem;
	color: #ff9f9f;
	margin: 4px 0 !important;
	letter-spacing: 0.15em;
}

.priceCourse{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100% !important;
	height: auto;
	text-align: left;
	font-weight: 400 !important;
	font-size: .8rem;
	color: #555;
	margin: 2px 0 !important;
}

.priceMain{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100% !important;
	height: auto;
	text-align: left;
	font-weight: 400 !important;
	font-size: 1.05rem;
	color: #555;
	margin: 3px 0 !important;
}

.priceMain01{
	margin-top: 20px !important;
}

.priceAddInfo{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100% !important;
	height: auto;
	text-align: left;
	font-weight: 400 !important;
	font-size: 0.7rem;
	color: #555;
	margin: 1px 0 0 0 !important;
}

.teacherCard{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	max-width: 1200px;
	height: auto;
	padding: 60px 5%;
	margin: -15px 0 !important;
	border-radius: 8px;
}

.hanekawaTama{
	background-color: #ffebdb !important;
}

.itohShizuka{
	background-color: #f2ffeb;
}

.aoyamaIa{
	background-color: #def9ff;
}

.harukiMirai{
	background-color: #f1d6ff;
}

.shinomiyaShino{
	background-color: #ffedfb;
}

.sanoNoa{
	background-color: #ffffe3;
}

.teacherCard h2{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100% !important;
	height: auto;
	text-align: center;
	font-weight: 500 !important;
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 0 auto 20px auto !important;
	letter-spacing: 0.15em;
}

.teacherCard figure{
	display: flex;
	justify-content: center !important;
	align-items: center;
	width: 100%;
	height: auto;
	margin: 20px 0 !important;
}

.teacherCard figure img{
	display: block;
	width: 250px;
	height: auto;
	margin: 0 auto !important;
}

.teacherCopy{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	font-weight: 500 !important;
	font-size: 1.1rem;
}

.teacherTalent{
	font-weight: 400 !important;
	font-size: 1rem !important;
}

.teacherFollowText{
	font-weight: 400 !important;
	font-size: .8rem !important;
	margin-top: 5px;
}

.teacherLinks a{
	font-weight: 400 !important;
	font-size: .9rem !important;
	padding: 5px 8px !important;
}

.faqQuestion{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	font-weight: 400 !important;
	font-size: 16px !important;
	margin-top: 35px;
}

.faqAnswer{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	font-weight: 400 !important;
	font-size: 15px !important;
	padding: 0 20px !important;
}

.letterParagraph{
	font-size: 15px;
}

.contactH2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	font-weight: 500 !important;
	font-size: 20px !important;
}

.contactP{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	font-weight: 400 !important;
	font-size: 15px !important;
}

.tnt-number{
	display: none;
}

.teacherCard2{
	display: flex;
	flex-direction: column;
	width: 100% !important;
	max-width: 1200px;
	height: auto;
	margin: 0 !important;
	padding: 50px 30px !important;
}

.teacherCard2 h2{
	font-weight: 500 !important;
	font-size: 20px !important;
	margin-bottom: 20px;
}

.teacherCard2 a{
	padding: 8px 10px !important;
	font-weight: 400;
	font-size: 15px;
}

.reviewForTeacher{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 25px 20px;
	background-color: #fefefe;
	border-radius: 8px;
	font-weight: 400;
	font-size: 15px;
	color: #454545;
	margin: 12px 0;
}

.titleSubTitle{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	margin: 5px 0 0 0 !important;
	padding: 0 20px;
	font-weight: 500 !important;
	font-size: 15px !important;
}

.crearoomH2{
	position: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100% !important;
	height: auto !important;
	font-family: "Ballet", cursive;
	font-weight: 500;
	font-size: 25px;
	position: relative !important;
	background-color: rgba(225, 225, 225, 0);
}

.crearoomH2::after{
	content: '';
	background-image: url('https://crea-professional.com/wp-content/uploads/2025/11/pencil-line.webp');
	background-position: center;
	background-size: 100% 100%;
	width: 250px;
	height: 40px;
	position: absolute;
	left: -30px;
	bottom: -12px;
	z-index: -10;
	opacity: .5;
}

.crearoomCard1{
	display: flex;
	justify-content: center !important;
	align-items: center;
	width: 100% !important;
	height: auto;
	margin: 0 !important;
}

.crearoomCard1 figure{
	display: flex;
	justify-content: center !important;
	align-items: center;
	width: 50% !important;
	height: auto;
	margin: 0 !important;
}

.crearoomCard1 img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 !important;
}

.crearoomCard1 p{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 50%;
	height: auto;
	font-weight: 400;
	font-size: 15px;
	padding-left: 25px;
}

.crearoomCard2{
	display: flex;
	flex-direction: row-reverse;
	justify-content: center !important;
	align-items: center;
	width: 100% !important;
	height: auto;
	margin: 0 !important;
}

.crearoomCard2 figure{
	display: flex;
	justify-content: center !important;
	align-items: center;
	width: 50% !important;
	height: auto;
	margin: 0 !important;
}

.crearoomCard2 img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 !important;
}

.crearoomCard2 p{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 50%;
	height: auto;
	font-weight: 400;
	font-size: 15px;
	padding-right: 25px;
}

.crearoomTopP{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 10px 0;
	font-weight: 500;
	font-size: 20px;
}

@media screen and (max-width: 850px) {
	.crearoomCard1, .crearoomCard2{
		flex-direction: column;
	}
	
	.crearoomCard1 figure, .crearoomCard2 figure{
		width: 100% !important;
	}
	
	.crearoomCard1 p, .crearoomCard2 p{
		width: 100% !important;
		justify-content: center;
		padding: 0 !important;
		margin-top: 15px;
	}
}

.roomNr1, .roomNr2, .roomNr3{
	position: relative;
	background-color: rgba(225, 225, 225, 0);
}

.roomNr1::after{
	content: '';
	background-image: url('https://crea-professional.com/wp-content/uploads/2025/11/1-scaled.webp');
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .05;
	z-index: -20;
}

.roomNr2::after{
	content: '';
	background-image: url('https://crea-professional.com/wp-content/uploads/2025/11/2-scaled.webp');
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .05;
	z-index: -20;
}

.roomNr3::after{
	content: '';
	background-image: url('https://crea-professional.com/wp-content/uploads/2025/11/15-scaled.webp');
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .05;
	z-index: -20;
}

/* header */
.navi{
	background-color: transparent;
}
.navi-in > ul{
	justify-content: space-around;
}
.navi-in > ul li{
	width: auto;
	height: auto;
}
.navi-in a{
	padding: .5em;
}
.navi-in a:hover{
	background: transparent;
}
.mobile-menu-buttons .menu-button{
	height: 85px;
}
.mobile-menu-buttons{
	box-shadow: none;
	background: transparent;
	width: 85px;
}
@media screen and (max-width: 1023px) {
    .navi-in .menu-pc {
		display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
        gap: 1em;
    }
	.navi-in .menu-pc a {
		font-size: .85em;
	}
}



/* chart */
.chart-box{
	height:100svh;
	display: flex;
	align-items: center !important;
}

/* footer */
ul.mobile-footer-menu-buttons.mobile-menu-buttons {
    background: var(--right-pink);
    background: var(--pale-gradation2);
}
#navi-menu-content{
	background: var(--pale-gradation2);
}
.menu-drawer a{
	padding: 12px 6px;
	text-align: center;
}
.menu-close-button{
	margin-top: .5em;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before{
	content: url(https://crea-professional.com/wp-content/uploads/2025/10/menu.svg);
    display: block;
    width: 16px;
}
.fa-home:before{
	content: url(https://crea-professional.com/wp-content/uploads/2025/10/home.svg);
    display: block;
    width: 16px;
}
.fa-search:before {
    content: url(https://crea-professional.com/wp-content/uploads/2025/10/search.svg);
    display: block;
    width: 16px;
}
.menu-drawer .fa-search:before {
	width: 24px;
}
.menu-drawer .search-menu-button {
    margin: 1em auto;
}
.fa-arrow-up:before {
    content: url(https://crea-professional.com/wp-content/uploads/2025/10/arrow.svg);
    display: block;
    width: 16px;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: url(https://crea-professional.com/wp-content/uploads/2025/10/close.svg);
    display: block;
    width: 24px;
}
#menu-footer-menu a {
    padding: 1.5em 1em;
	margin: 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: var(--gold-text) !important;
	border: 5px double var(--right-gold);
    box-shadow: 4px 4px 4px var(--right-pink);
}
#menu-footer-menu a:hover {
    background: transparent;
}
.footer-bottom-logo img {
    height: 100px;
    width: auto;
}
#footer {
    background: var(--pale-gradation);
    background-size: cover;
    background-position: center;
}
.footer-bottom-logo {
    float: none;
    bottom: auto;
    position: inherit;
}
.footer-bottom-content {
    float: none;
    text-align: center;
}
.navi-footer-in > .menu-footer{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.navi-footer-in > .menu-footer li{
	border-left: none;
}
.navi-footer-in > .menu-footer li:last-child{
	border-right: none;
}
#go-to-top img {
    width: 100px;
}
.go-to-top-button {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}
.footer-icon1 a:before {
    content: url(https://crea-professional.com/wp-content/uploads/2025/10/tel.svg);
    display: block;
    width: 25px;
    height: auto;
    margin: 0 auto .5em;
}
.footer-icon2 a:before {
    content: url(https://crea-professional.com/wp-content/uploads/2025/10/woman.svg);
    display: block;
    width: 25px;
    height: auto;
    margin: 0 auto .5em;
}
.footer-icon3 a:before {
    content: url(https://crea-professional.com/wp-content/uploads/2025/10/qa.svg);
    display: block;
    width: 25px;
    height: auto;
    margin: 0 auto .5em;
}

/* top */
.home main {
    padding: 0;
}
.home .content, .home .entry-content {
    margin-top: 0;
}
.home .date-tags{
	margin-bottom: 0;
}
a.wp-block-latest-posts__post-title {
    color: var(--cocoon-black-color);
    text-decoration: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    padding: 1em 0;
    border-bottom: 2px dotted #dddddd;
}
.pc-mainvisual, .sp-mainvisual{
	text-shadow: 0 0 10px white;
}
.sp-mainvisual{
	display: none;
}
.wp-toolbar .sp-mainvisual{
	display: block;
}

.entry-content .is-layout-flex{gap: 1rem;}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	article ul, .article ol {
        padding-left: 0 !important;
    }
	.pc-mainvisual{
		display: none;
	}
	.sp-mainvisual{
		display: block;
	}
	.navi-footer-in > .menu-footer{
		display: block;
	}
	.navi-footer-in > .menu-footer li.menu-item {
		width: auto;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.logo-header img {
		width: 65px;
		height: auto;
	}
	.navi-footer-in > .menu-footer li.menu-item {
        width: 100%;
    }
}