html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';content: none;}
input, textarea {	margin: 0;	padding: 0;}
ol, ul{   list-style:none;}
table{    border-collapse: collapse; border-spacing:0;}
caption, th{ text-align: left;}
a:focus {outline:none;}
/* 全体、その他
============================================*/
@import url('https://fonts.googleapis.com/css?family=Cormorant+Upright|Noto+Serif+JP&display=swap');
html {font-size: 62.5%!important;}
body {
	font-family: "Noto Serif JP","Yu Mincho", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "HiraMinProN-W3", serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.6;
	font-size: 1.6px;
	font-size: 1.6rem;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	color: #666666;
}
.n {padding:0!important;}
a{
	outline: none;
	color: #26781e;
	text-decoration: none;
}
a:focus{outline: none;}
a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
div.hr { margin-top: 30px; margin-bottom: 30px;}
li img {
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}
span.supText {
font-size: 60%;
vertical-align: top;
position: relative;
top: -0.2em;
}
span.subText {
font-size: 60%;
vertical-align: bottom;
position: relative;
top: 0.2em;
}
ruby {
  position: relative;
}
ruby rt {
  position: relative;
  top: 1ex;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}

.sp-br { display: none;}
.pc-br { display: inline;}

#header .container {
	display: flex;
	height: 160px;
	justify-content: center;
	align-items: center;
}
.shop-page #header .container,
.lecture-page #header .container,
.consulting-page #header .container {
	height: auto;
	justify-content: flex-start;
}
#header .container h1 {
	padding-top: 10px;
	width: 110px;
}
.shop-page #header .container h1,
.lecture-page #header .container h1,
.consulting-page #header .container h1 {
	padding: 5px;
	width: 40px;
}
#header .container h2 {
	font-size: 1.8rem;
	color: #26781e;
	line-height: 1.2;
	display: none;
}
.shop-page #header .ttl_shop,
.lecture-page #header .ttl_lecture,
.consulting-page #header .ttl_lecture {
	display: block;
}
#navigation ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 15px 10px;
	margin: 0!important;
}
#navigation li {
	margin: 0 5px;
}
#navigation li a {
	display: block;
	padding: 5px 20px;
	line-height: 1.2;
	position: relative;
	text-decoration: none!important;
}
#navigation li a:hover::before {
	content: "●";
	color: #fcee21;
	position: absolute;
	left: 0;
}
#category {
	position: absolute;
	right:0;
	top: 0;
	display: none;
}
#category ul {
	display: flex;
	margin: 0!important;
}
#category li {
	margin-left: 2px;
	background: #f7f5ef;
	text-align: center;
	display: flex;
	line-height: 1.2;
}
#category li:hover {
	background: #fcee21;
}
#category li.cat_salon {
	display: none;
}

.shop-page #category,
.lecture-page #category,
.consulting-page #category {
	display: block;
}

.shop-page #category li.cat_salon,
.lecture-page #category li.cat_salon,
.consulting-page #category li.cat_salon {
	display: flex;
}
.shop-page #category li.cat_shop {
	display: none;
}
.lecture-page #category li.cat_lecture,
.consulting-page #category li.cat_lecture {
	display: none;
}

#category li a {
	display: flex;
	padding: 5px 10px;
	justify-content: center;
	height: 2.5em;
	align-items: center;
	text-decoration: none!important;
}
#header .btn_reserve {
	position:fixed;
	right:25px;
	bottom: 40px;
	z-index: 100;
}
.shop-page #header .btn_reserve,
.lecture-page #header .btn_reserve,
.consulting-page #header .btn_reserve {
	display: none;
}
#header .btn_reserve a{
	display: flex;
	width: 160px;
	height: 160px;
	background: #26781e;
	color: #fff;
	border-radius: 50%; 
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%; 
	justify-content: center;
	align-items: center;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	text-decoration: none!important;
}
#header .btn_reserve a span {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.5;
}
#header .btn_reserve a span span {
	color: #fcee21;
}

#header .btn_reserve a:hover {
	background: #fcee21;
	color: #fff;
	opacity: 1;
}
#header .btn_reserve a:hover span {
	color: #26781e;
}
.j-cart {
	top: 60px!important;
	right: 0px!important;
	display: none!important;
}

.shop-page .j-cart {
	display: block!important;
}


.shop-page #navigation,
.lecture-page #navigation,
.consulting-page #navigation {
	display: none;
	
}
@media screen and (max-width: 559px) {
.sp-br { display: inline;}
.pc-br { display: none;}
	html {
		font-size: 55%!important;
	}
	#header .container {
		height: 100px!important;
	}
	.shop-page #header .container,
	.lecture-page #header .container,
	.consulting-page #header .container {
		flex-direction: column;
		justify-content: center;
		height: 120px!important;
	}
	
	#header .container h1 {
		padding-top: 0;
		width: 70px!important;
	}
	
	#sp_nav {
		position: fixed;
		padding-top: 100px;
		top: 0;
		left: 0;
		z-index: 50;
		width: 100%;
		height: 100vh;
		background: rgba(255,255,255,0.8);
		transform: translateX(-100%);
		transition: transform 250ms ease-in-out;
	}
.shop-page #navigation,
.lecture-page #navigation,
.consulting-page #navigation {
	display: block;
}
	
	#navigation ul {
		display: block;
		padding: 0;
	}
	#navigation li {
		margin: 0;
	}
	#navigation li a {
		padding: 15px 40px;
		background: #26781e;
		color: #fff;
		border-bottom: #fff 1px solid;
	}
	#navigation li a:hover::before {
		left: 1em;
	}

	#category {
		position: relative;
		width: 100%;
	}
	
	#category ul {
		width: 100%;
	}
	
	#category li {
		width: 50%;
	}
	#category li a {
		width: 100%;
		padding: 15px;
	}

	#header #sp_nav.active {
		transform: translateX(0);
	}

	#header #sp_btn {
		transition: all 0.3s;
		box-sizing: border-box;
		cursor: pointer;
		position: fixed;
		z-index: 200;
		top: 15px;
		left: 10px;
		height: 80px;
		width: 80px;
		padding: 25px;
	}
	#header .spinner {
		transition: all 0.3s;
		box-sizing: border-box;
		position: absolute;
		height: 2px;
		width: 100%;
		background-color: #26781e;
	}
	#header .horizontal {
		transition: all 0.3s;
		box-sizing: border-box;
		position: relative;
		float: left;
		margin-top: 8px;
	}
	#header .diagonal.part-1 {
		position: relative;
		transition: all 0.3s;
		box-sizing: border-box;
		float: left;
	}
	#header .diagonal.part-2 {
		transition: all 0.3s;
		box-sizing: border-box;
		position: relative;
		float: left;
		margin-top: 8px;
	}
	#header .active .horizontal {
		transition: all 0.3s;
		box-sizing: border-box;
		opacity: 0;
	}
	#header .active .diagonal.part-1 {
		transition: all 0.3s;
		box-sizing: border-box;
		transform: rotate(135deg);
		margin-top: 12px;
	}
	#header .active .diagonal.part-2 {
		transition: all 0.3s;
		box-sizing: border-box;
		transform: rotate(-135deg);
		margin-top: -12px;
	}
	
	#header .btn_reserve {
		right:0;
		top: auto;
		bottom: 0!important;
		width: 100%;
		-moz-box-shadow: 0px -2px 2px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px -2px 2px rgba(0,0,0,0.2);
		box-shadow: 0px -2px 2px rgba(0,0,0,0.2);
	}
	#header .btn_reserve a{
		display: flex;
		width: 100%;
		height: auto;
		border-radius: 0; 
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		padding: 10px;
	}
	#header .btn_reserve br {
		display: none;
	}

	.j-cart {
		top: 25px!important;
		right: 15px!important;
	}
}



#main {
	width: 100%;
	max-width:1000px;
	margin:40px auto;
}
.j-static-page {
	width: 90%;
	max-width:1000px;
	margin:40px auto;
}
.shop-page #main,
.blog-page #main {max-width:100%;margin:0;}
#main section {
	box-sizing: border-box;
	padding: 120px 20px;
}

#main .j-module {
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
}

#main .j-htmlCode {
	width: 100%;
}

#main .page_header,
#main .blog_header {
	padding: 0;
	background: #c9ddc7;
	background-size:contain;
}
#main .shop_header {
	padding: 0;
	background: #26781e;
	text-align: center;
}
#main .blog_header,
#main .shop_header {
	display: none;
}
.blog-page #main .blog_header,
.cc-page-blog #main .blog_header,
.shop-page #main .shop_header {
	display: block;
}

#main .page_header .container,
#main .blog_header .container {
	box-sizing: border-box;
	padding: 20px;
	background-size:contain;
	display: flex;
	height: 180px;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#main .page_header h2,
#main .blog_header h2 {
	font-size: 2.8rem;
	color: #26781e;
	line-height: 1.2;
	padding-top: 10px;
}

#main .page_header h2 span,
#main .blog_header h2 span {
	display: block;
	font-family: 'Cormorant Upright',"Yu Mincho", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "HiraMinProN-W3", serif;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.1em;
}

#main .shop_header .container {
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	height: 340px;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}

#main .shop_header .container ul {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#main .shop_header .container li {
	background: rgba(255,255,255,0.9);
	font-size: 1.8rem;
	line-height: 1.2;
	color: #26781e;
	padding: 5px 10px;
	margin: 5px;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#main .lecture_header {
	background: #51934b;
	background-size: auto 100%;
}
#main .consulting_header {
	background: #CF8397;
	background-size: auto 100%;
}



@media screen and (max-width: 559px) {
	#main .page_header .container,
	#main .blog_header .container {
		height: 120px;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	#main .page_header h2,
	#main .blog_header h2 {
		font-size: 2.4rem;
	}
	
	#main .page_header h2 span,
	#main .blog_header h2 span {
		font-size: 1.6rem;
	}
	#main .lecture_header .container,
	#main .consulting_header .container {
		height: 180px!important;
	}

}


#main h3 {
	text-align: center;
	color: #26781e;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 20px;
}
#main h3 span {
	padding-bottom: 5px;
	border-bottom: #26781e 2px solid;
}
.j-static-page h1 {
background:#c9ddc7;
margin: 30px auto 15px;
text-align:center;
padding:5px;
}
.j-static-page h2 {
background:#c9ddc7;
margin: 30px auto 15px;
}
.j-static-page h3 {
margin: 30px auto 15px;
text-align:left;
}

#footer {
	background: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/bg-01.jpg?t=1574730535);
}

#footer .foot_reserve a {
	font-size: 2rem;
	background: #26781e;
	color: #fff;
	display: block;
	text-align: center;
	padding: 5px 10px 0 30px;
	text-decoration: none!important;
}
#footer .foot_reserve a img {
	vertical-align: middle;
	display: inline!important;
}

#access {
	display: none;
}
#footer .foot_access {
	background: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/access-bg-01.png?t=1574730516) no-repeat right top;
}
#footer .foot_access .container {
	background: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/access-bg-02.png?t=1574730530) no-repeat left bottom;
}
#footer .foot_access .access_box {
	max-width: 900px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 50px 20px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

#footer .foot_access .text {
	margin-left: 20px;
}
#footer .foot_access .text h2 {
	text-align: center;
	color: #26781e;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 30px;
}
#footer .foot_access .text h2 span {
	padding-bottom: 5px;
	border-bottom: #26781e 2px solid;
}
#footer .foot_access .text p {
	font-size: 1.5rem;
}

#footer .foot_access .text dl {
	margin-top: 10px;
}
#footer .foot_access .text dt {
	color: #26781e;
	clear: both;
	float: left;
	width: 4.5em;
	font-size: 1.4rem;
}
#footer .foot_access .text dd {
	padding-left: 5em;
	margin-bottom: 10px;
	font-size: 1.4rem;
}
#footer .foot_access .text dd a {
	color: #666666;
	text-decoration: underline;
}

#footer .foot_access .map {
	width: 62.5%;
}
#footer .foot_access .map iframe {
	width: 100%;	
}

#footer .foot_info {
	background: #fff;
	text-align: center;
	font-size: 1.3rem;
}
#footer .foot_info .sns {
	margin-bottom: 20px;
}
#footer .foot_info ul {
	margin: 0;
	padding: 15px;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	border-top: #f4f8f4 2px solid;
}
#footer .foot_info li {
	margin: 0 10px;
}
#footer .foot_info .sns li {
	margin: 5px 20px 0;
}

#footer .foot_info li a {
	color: #666666;
	text-decoration: none!important;
}

#footer .foot_info .copyright {
	background: #f4f8f4;
	padding: 20px;
	font-size: 1.2rem;
}
#contentfooter {
    display: flex!important;
	flex-wrap:wrap;
	display: none!important;
}
div#contentfooter div.inforow {
    width: 100%!important;
    margin: 5px 0!important;
	order: 3;
	font-size: 1.1rem!important;
}
div#contentfooter div.inforow sup {
	color: #26781e;
	padding-left: 20px;
}
div#contentfooter div.inforow br {
	display: none;
}

div#contentfooter div.leftrow {
    float: none!important;
    text-align: center!important;
    width: 100%!important;
	order: 1;
    margin: 5px 0!important;
	line-height: 1.6!important;
}
div#contentfooter div.leftrow a {
	font-size: 1.3rem!important;
	color: #666666!important;
	text-decoration: none!important;
	padding: 0 10px;
}

div#contentfooter div.rightrow {
    float: none!important;
    text-align: center!important;
    width: 100%!important;
	order: 2;
}

@media screen and (max-width: 559px) {
	#footer .foot_access .access_box {
		flex-wrap: wrap;
		justify-content: center;
	}
	#footer .foot_access .text {
		margin: 0 0 30px 0;
	}
	#footer .foot_access .map {
		width: 100%;
	}
	#footer .foot_info .copyright {
		padding-bottom: 40px;
	}

}


.bg-paper {
	background: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/bg-02.jpg?t=1574819392);
}
form.cc-m-form .cc-m-form-view-element {
    padding: 10px 0!important;
}

form.cc-m-form .cc-m-form-submit .cc-m-form-view-input-wrapper input {
    margin-top: 10px!important;
}

@media screen and (max-width: 559px) {
	form.cc-m-form.cc-m-form-layout-0 .cc-m-form-view-element>label {
		float: none!important;
		max-width: 100%!important;
		width: 100%!important;
	}
	form.cc-m-form .cc-m-form-submit .cc-m-form-view-input-wrapper input:not([name=dataprivacy]) {
		width: 100%!important;
	}
}

.photo-show li { 
	background: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/slide-02.jpg?t=1574730580) no-repeat center center;
	background-size:cover;
}
.photo-show li:nth-of-type(1) {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/slide-02.jpg?t=1574730580);
}

.photo-show li:nth-of-type(2) {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/slide-01.jpg?t=1576203654);
}

.photo-show li:nth-of-type(3) {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/slide-04.jpg?t=1576203598);
}

.photo-show li:nth-of-type(4) {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/slide-05.jpg?t=1574730743);
}

.slide .guide li a {
	background: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/top-icon-01.png?t=1575942250) no-repeat center center;
	background-size:cover;
}
.slide .guide li:nth-of-type(1) a {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/top-icon-01.png?t=1575942250);
}
.slide .guide li:nth-of-type(2) a {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/top-icon-02.png?t=1575942256);
}
.slide .guide li:nth-of-type(3) a {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/top-icon-03.png?t=1575942264);
}
.slide .guide li:nth-of-type(4) a {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/top-icon-04.png?t=1575942271);
}

.top-nav li a {
	background: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/top-btn-01.png?t=1575942214) no-repeat center center;
	background-size: 100% auto;
}
.top-nav li:nth-of-type(1) a {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/top-btn-01.png?t=1575942214);
}
.top-nav li:nth-of-type(2) a {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/top-btn-02.png?t=1575942232);
}
.top-nav li:nth-of-type(3) a {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/top-btn-03.png?t=1576025303);
}
.top-nav li:nth-of-type(4) a {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/top-btn-04.png?t=1576025313);
}


.service_box:nth-of-type(1) {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/salon-img-01.jpg?t=1574919653);
}
.service_box:nth-of-type(2) {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/salon-img-02.jpg?t=1574919661);
}
.service_box:nth-of-type(3) {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/salon-img-03.jpg?t=1574919673);
}
.service_box:nth-of-type(4) {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/salon-img-04.jpg?t=1574919680);
}
.yomogimushi .about::before {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/salon-img-05.png?t=1574919701);
}
.yomogimushi .howto li:nth-of-type(1)::before {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/salon-img-06.png?t=1574919710);
}
.yomogimushi .howto li:nth-of-type(2)::before {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/salon-img-07.png?t=1574919717);
}
.yomogimushi .howto li:nth-of-type(3)::before {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/salon-img-08.png?t=1574919724);
}
.yomogimushi .howto li:nth-of-type(4)::before {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/salon-img-09.png?t=1574919733);
}
.yomogimushi .efficacy::before {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/salon-img-10.png?t=1576128277);
}

.trouble .yomogi_box:nth-of-type(1) h4::after {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/salon-img-11.png?t=1576117843);
}
.trouble .yomogi_box:nth-of-type(2) h4::after {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/salon-img-12.png?t=1576117849);
}
.trouble .yomogi_box:nth-of-type(3) h4::after {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/salon-img-13.png?t=1576117855);
}

.menu .menu_box {
	background: #e9f1e8 url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/menu-bg-01.png?t=1574956329) no-repeat right top;
}
.option .option_box {
	background: #ffffff url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/menu-bg-02.png?t=1574956315) no-repeat right top;
}
.season .season_box:nth-of-type(1) {
	background: #fdf4f3 url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/menu-bg-01.png?t=1574956329) no-repeat right top;
}
.season .season_box:nth-of-type(2) {
	background: #fff8d9 url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/menu-bg-01.png?t=1574956329) no-repeat right top;
}
.season .season_box:nth-of-type(3) {
	background: #fdefdd url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/menu-bg-01.png?t=1574956329) no-repeat right top;
}
.season .season_box:nth-of-type(4) {
	background: #ecf7fd url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/menu-bg-01.png?t=1574956329) no-repeat right top;
}
.season .season_box:nth-of-type(1) h4 {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/menu-img-01.png?t=1574956283);
}
.season .season_box:nth-of-type(2) h4 {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/menu-img-02.png?t=1574956338);
}
.season .season_box:nth-of-type(3) h4 {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/menu-img-03.png?t=1574956344);
}
.season .season_box:nth-of-type(4) h4 {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/menu-img-04.png?t=1574956354);
}

.flow .container .flow_box:nth-of-type(1) p::before {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/menu-img-05.jpg?t=1574956363);
}
.flow .container .flow_box:nth-of-type(2) p::before {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/menu-img-06.jpg?t=1574956371);
}
.flow .container .flow_box:nth-of-type(3) p::before {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/menu-img-07.jpg?t=1574956378);
}
.flow .container .flow_box:nth-of-type(4) p::before {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/menu-img-08.jpg?t=1574956386);
}
.flow .container .flow_box:nth-of-type(5) p::before {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/menu-img-09.jpg?t=1574956394);
}
.flow .container .flow_box:nth-of-type(6) p::before {
	background-image: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/menu-img-10.jpg?t=1574956402);
}

.voice-page #main .j-textWithImage:nth-child(even) {
	background: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/bg-02.jpg?t=1574819392);
}
.shop_nav {
	padding: 0!important;
	display: none;
}
.shop-page .shop_nav {
	display: block;
}
.shop_nav ul {
	margin: 0!important;
	padding: 10px;
	background: #F7F5EF;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}
.shop_nav li {
	border-left: #666 1px solid;
	font-size: 1.4rem;
}
.shop_nav li:first-child {
	border-left: none;
}
.shop_nav li a {
	padding: 0 10px;
	color: #666;
}
.shop-page .shop_catch .text {
	background: #ffffff url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/menu-bg-02.png?t=1574956315) no-repeat right top;
}
.shop-page #content_area {
	max-width: 1000px;
	box-sizing: border-box;
	margin: 60px auto;
}
.lecture-page .basic {
	background: #EFF5E8;
}
.lecture-page .advance {
	background: #F9F5EB;
}
.lecture-page .consulting {
	background: #C66D85;
}

.lecture-page .basic .ttl_box {
	background: #26781e;
}
.lecture-page .advance .ttl_box {
	background: #C29938;
}
.lecture-page .consulting .ttl_box {
	background-repeat: no-repeat;
	background-position: left bottom;
}
.consulting-page .plan .ttl_box {
	background: #C66D85;
}
.step_box:nth-of-type(2) h4 {
	background: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/consulting-img-01.png?t=1575029717) no-repeat left top;background-size: auto 100%;
}
.step_box:nth-of-type(3) h4 {
	background: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/consulting-img-02.png?t=1575029726) no-repeat left top;background-size:auto 100%;
}
.step_box:nth-of-type(4) h4 {
	background: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/consulting-img-03.png?t=1575029733) no-repeat left top;background-size:auto 100%;
}
.step_box:nth-of-type(5) h4 {
	background: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/consulting-img-04.png?t=1575029757) no-repeat left top;background-size:auto 100%;
}
.step_box:nth-of-type(6) h4 {
	background: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/consulting-img-05.png?t=1575029769) no-repeat left top;background-size:auto 100%;
}
.step_box:nth-of-type(7) h4 {
	background: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/consulting-img-06.png?t=1575029776) no-repeat left top;background-size:auto 100%;
}
.step_box:nth-of-type(8) h4 {
	background: url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/consulting-img-07.png?t=1575029784) no-repeat left top;background-size:auto 100%;
}
.step_box:nth-of-type(2),
.step_box:nth-of-type(4),
.step_box:nth-of-type(6),
.step_box:nth-of-type(8) {
	background: #fff url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/consulting-bg-03.png?t=1575029709) no-repeat left bottom;
}
.step_box:nth-of-type(3),
.step_box:nth-of-type(5),
.step_box:nth-of-type(7) {
	background: #fff url(https://u.jimcdn.com/cms/o/s712cc66492a58820/userlayout/img/consulting-bg-02.png?t=1575029702) no-repeat right bottom;
}
.j-blogarticle {
	box-sizing: border-box;
	padding: 80px 20px!important;
}
.j-blogarticle #cc-matrix- {
	margin: 40px auto;
	max-width: 1000px;
	border-bottom: #CCC 1px dotted;
}
.j-blogarticle #cc-matrix- h1 {
	margin: 0;
	padding: 10px;
	text-align: center;
	background: #f7f5ef;
	color: #26781e;
	font-size: 2.4rem;
	font-weight: bold;
}

.shop-page #main h4 {
        color: #26781e;
        font-size: 2.2rem;
        font-weight: bold;
        margin: 15px 0;
}

.shop-page #main h3 {
        color: #26781e;
        font-size: 2.6rem;
        font-weight: bold;
        margin: 15px 0;
}

@media screen and (max-width: 559px) {
	.j-blogarticle #cc-matrix- .cc-m-hgrid-column {
		margin-top: 20px;
		float: none!important;
		width: 100%!important;
	}
}