@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html,body { font-family:'Noto Sans JP'; }

/*=================================================
    general
=================================================*/
@media only screen and (min-width: 769px) {
	body.lower #content,
	body.top #content{
		width: 96%;
	    max-width: 1024px;
	}
	body.lower #content #main,
	#main,
	body.lower.onecolumn #content #main{
	    width: 100%;
	}
	#sub{
	    width: 28%;
    	margin-left: 2%;
		min-width: 28%;
	}
	body.top section.sect ul.wrapper{
		width: 100%;
	}
	body.news #main .couponArea .couponContent .img,
	body.blog #main .couponArea .couponContent .img{
		min-width: 160px;
		margin-right: 2%;
	}
	body.news #main .couponArea .couponContent .txt,
	body.blog #main .couponArea .couponContent .txt,
	body.news #main .sect,
	body.blog #main .sect{
		width: 100%;
	}
	body.menu #main .sect{
		width: 100%;
	}
	body.coupon #main section.sect01 .titleArea,
	body.coupon #main section.sect01 .filterArea dl{
		width: 100%;
	}
	body.coupon #main section.sect01 .filterArea{
	    width: 100%;
    	box-sizing: border-box;
	}
	body.stylist #main .stylistBox .visualInfo,
	body.style #main .styleBox .visualInfo{
	    min-width: 240px;
    	margin-right: 2%;
	}
	body.stylist #main .stylistBox .txtInfo,
	body.style #main .styleBox .txtInfo{
	    width: 100%;
		float: none;
		clear: both;
	}
	body.style #main .styleBox{
		display: flex;
    	flex-direction: row-reverse;
	}
	body.stylist #main .stylistBox .txtInfo .career dl,
	body.style #main .styleBox .txtInfo .box dl,
	body.style #main .commentArea .txt{
		width: 100%;
	}
	body.style #main .commentArea{
		width: 100%;
		box-sizing: border-box;
	}
	body.style #main .commentArea .img{
		min-width: 92px;
	    margin-right: 2%;
	}
	body.voice #main .voiceBox{
		width: 100%;
	}
	body.voice #main .voiceBox .voiceInner{
		width: 100%;
	    box-sizing: border-box;
	}
	body.faq #content{
	    display: flex!important;
    	flex-direction: row-reverse;
	}
	body.faq #main,
	body.faq #sub{
		float: none!important;
	}
}
/*=================================================
	pintarest icon
=================================================*/

@media only screen and (min-width: 769px) {

	.pinterestBtn { margin: 0; }

	.pinterestBtn span {
		height: 30px !important;
		width: 30px !important;
		background: url(/img/upload/2017/11/social_icons_page_pin.png) !important;
		background-position: center !important;
		background-size: 30px 30px !important;
		box-shadow: none;
		}

	.pinterestBtn span:hover {
		opacity: 0.75;
		}

}

@media only screen and (max-width: 768px) {

	.pinterestBtn { margin: 0; }

	.pinterestBtn span {
		height: 2.5rem !important;
		width: 2.5rem !important;
		background: url(/img/upload/2017/11/social_icons_page_pin.png) !important;
		background-position: center !important;
		background-size: 2.5rem 2.5rem !important;
		box-shadow: none;
		}

}

/*=================================================
	header
=================================================*/

@media only screen and (min-width: 769px) {

.flower-header {
    position: fixed;
    width: 100%;
    padding: 24px 0;
    z-index: 100;
    background:rgba(255,255,255,.90);
	}

.flower-header-wrap {
    display: table;
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	}

.flower-header-logo {
    display: table-cell;
    width: 280px;
    padding: 0 48px;
    box-sizing: border-box;
	}

.flower-nav {
	display: table-cell;
	vertical-align: middle;
	}

.flower-nav ul {
	float: right;
	display: block;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
	}

.flower-nav ul li {
	display: inline-block;
    padding-right: 30px;
	margin: 6px 0;
	}

.flower-nav ul li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	}

.flower-reg {
	display: table-cell;
	width: 60px;
	}

#gnav,
.spReserve { display: none; }

}

@media only screen and (max-width: 768px) {

.flower-nav { display: none; }

.flower-header-logo {
    display: block;
    width: 200px;
    margin: 78px auto 36px;
    padding: 0;
	}

#spNav {
        position: fixed;
    text-align: center;
    padding: 9px;
    right: 0;
    top: 0;
    height: auto;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    justify-content: space-between;
    z-index: 10;
    width: 100%;
    box-sizing: border-box;
	}

#spNav .icon {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 20px;
	}

#spNav span.txt {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding-top: 0;
    font-size: 14px;
    padding-left: 6px;
	}

#spNav .icon span:nth-child(1) { top: 0; }
#spNav .icon span:nth-child(2) { top: 8px; }
#spNav .icon span:nth-child(3) { top: 16px; }

#spNav .icon.active span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
	}

#spNav .icon.active span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
	}

nav#gnav ul {
    box-sizing: border-box;
    margin: 37px auto 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
	}

ul.spReserve {
	display: table;
	width: 100%;
	margin: 0 auto 12px;
	}

ul.spReserve li {
	display: table-cell;
	width: 50%;
	padding: 0 6px;
	box-sizing: border-box;
	}

ul.spReserve li a {
    display: block;
    text-align: center;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 0;
    border: solid 1px #333;
	}

nav#gnav #spNavBtn p {
    text-align: center;
    width: 49%;
	}

nav#gnav #spNavBtn p a {
    display: block;
    padding: 12px 0;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
	}

}

/*=================================================
	footer
=================================================*/

@media only screen and (min-width: 769px) {

footer {
    padding: 24px 0 0;
    background:url(/img/upload/2021/03/footer_bg_stroke.png),#8c8c8c;
    background-position: center;
	}

.flower-footerBtn {
	max-width: 840px;
    width: 95%;
	margin: 0 auto;
	}

.flower-footerBtn ul {
	display: block;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
	}

.flower-footerBtn li {
	display: inline-block;
	width: 32%;
	margin: 0 2% 0 0;
	padding: 0;
	box-sizing: border-box;
	}

.flower-footerBtn li:nth-child(3) { margin: 0; }

.flower-footerBtn li a {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 5px;
    padding: 8px 0;
    border: solid 2px #FFF;
    box-sizing: border-box;
	}

.flower-footerLogo {
	text-align: center;
	margin: 84px auto 20px;
	}

.flooter-tell {
	text-align: center;
	}

.flooter-tell a {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #FFF;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 3px;
	}

.flooter-add {
    text-align: center;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 2.3px;
	}

.footer-data {
	width: 312px;
	margin: 24px auto 48px;
	}

.footer-data ul {
	display: table;
	width: 100%;
	margin: 0 auto;
	}

.footer-data li {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 18px;
    color: #FFF;
    padding: 0 6px;
	}

.footer-dataTitle {
	position: relative;
	font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 12px;
	}

.footer-dataTitle::after {
    position: absolute;
    content: "";
    background: #FFF;
    height: 2px;
    width: 60px;
    top: 50%;
    left: 82px;
	}

.snsBtn {
	display: block;
	text-align: center;
	margin: 0 0 48px;
	padding: 0;
	font-size: 0;
	}

.snsBtn li {
	display: inline-block;
    width: 30px;
    margin: 0 6px;
	}

footer #footerInner #footerPolicy {
    margin: 0 auto;
    width: 98%;
    font-size: 12px;
    letter-spacing: 1px;
	}

}

@media only screen and (max-width: 768px) {

footer {
    padding: 24px 0 0;
    background:url(/img/upload/2021/03/footer_bg_stroke.png),#8c8c8c;
    background-position: center;
	}

.flower-footerBtn {
	width: 90%;
	margin: 0 auto;
	}

.flower-footerBtn ul {
	display: block;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
	}

.flower-footerBtn li {
	display: block;
	width: 100%;
	margin: 0 0 12px 0;
	padding: 0;
	box-sizing: border-box;
	}

.flower-footerBtn li a {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 5px;
    padding: 8px 0;
    border: solid 2px #FFF;
    box-sizing: border-box;
	}

.flower-footerLogo {
    width: 75%;
	text-align: center;
	margin: 84px auto 20px;
	}

.flooter-tell {
	text-align: center;
	}

.flooter-tell a {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #FFF;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 3px;
	}

.flooter-add {
    text-align: center;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 2.3px;
    line-height: 2rem;
    padding: 0 2%;
	}

.footer-data {
	width: 312px;
	margin: 24px auto 48px;
	}

.footer-data ul {
	display: table;
	width: 100%;
	margin: 0 auto;
	}

.footer-data li {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 18px;
    color: #FFF;
    padding: 0 6px;
	}

.footer-dataTitle {
	position: relative;
	font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 12px;
	}

.footer-dataTitle::after {
    position: absolute;
    content: "";
    background: #FFF;
    height: 2px;
    width: 60px;
    top: 50%;
    left: 82px;
	}

.snsBtn {
	display: block;
	text-align: center;
	margin: 0 0 48px;
	padding: 0;
	font-size: 0;
	}

.snsBtn li {
	display: inline-block;
    width: 30px;
    margin: 0 6px;
	}

footer #footerInner #footerPolicy {
    margin: 0 auto;
    font-size: 12px;
    letter-spacing: 1px;
	}

footer #footerInner #footerPolicy ul {
	margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
	}

footer #footerInner #footerPolicy ul li {
    float: left;
    position: relative;
    margin-right: 15px;
	}

#footerPolicy a{
	color: #fff;
	}

footer #footerInner #footerPolicy ul li a:before {
    position: absolute;
    content: "/";
    left: -10px;
	}

footer #footerInner #footerPolicy ul li:first-child a:before{
    display: none;
}
}

/*=================================================
	index
=================================================*/

@media only screen and (min-width: 769px) {


#mainVisual {
    margin: 0 auto 50px;
    padding-top: 100px;
	}

#mainVisual .swiper-wrapper {
	position: relative;
    width: 100%;
	}

#mainVisual .swiper-wrapper img {
    width: 100%;
	vertical-align: bottom;
	}

#mainVisual .swiper-slide { overflow: hidden; }

#mainVisual .swiper-slide-active img {
	width: 100% !important;
	vertical-align: bottom !important;
	animation: scaleImg 10s !important;
	}

#mainVisual .slide-text {
    position: absolute;
    left: 0;
    bottom: 12px;
    z-index: 10;
    font-size: 36px;
    font-weight: bold;
    color: #FFF;
	}

#mainVisual .keyvisual_word {
    position: absolute;
    width: 50%;
    z-index: 10;
    left: 24px;
    bottom: 24px;
	}

body.top section.sect.sect01 ul.wrapper li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0px 2% 18px 0;
    width: 32%;
    height: auto;
	}

section.sect.sect01 ul.wrapper li:nth-child(3n) {
    margin-right: 0 !important;
	}

section.sect.sect01 ul.wrapper li:nth-child(4n) {
    margin-right: 2% !important;
	}

body.top section.sect.sect01 ul.wrapper li a.img {
    width: 100%;
	vertical-align: bottom;
	padding: 12px;
	margin: 0 0 12px;
	/*
	-webkit-background-size: 6px 6px;
	-moz-background-size: 6px 6px;
	background-size: 6px 6px;
	background-color: #FFF;
background-image: -webkit-linear-gradient(bottom left, #8c8c8c 25%, transparent 25%, transparent 50%, #8c8c8c 50%, #8c8c8c 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(bottom left, #8c8c8c 25%, transparent 25%, transparent 50%, #8c8c8c 50%, #8c8c8c 75%, transparent 75%, transparent);
background-image: linear-gradient(to top right, #8c8c8c 25%, transparent 25%, transparent 50%, #8c8c8c 50%, #8c8c8c 75%, transparent 75%, transparent);
	*/
	box-sizing: border-box;
	background: #ded4bc;
	}

body.top section.sect ul.wrapper li a.txt h3 {
    margin: 0 0 6px;
    padding: 0 0 6px;
    color: #777777;
    font-size: 14px;
    text-decoration: none;
    border-bottom: dotted 2px #8c8c8c;
	}

body.top section.sect .titleArea h2 span.en {
    font-size: 48px;
    font-weight: bold;
    font-family: 'Noto Sans JP';
    letter-spacing: 2px;
	}

body.top section.sect .titleArea h2 span.jp {
    margin-left: 1em;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
	}

.moreBtn {
	width: 100%;
	margin: 0 auto;
	}

.moreBtn a {
	display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 5px;
    padding: 12px 0;
    color: #333;
    border: solid 3px #333;
    box-sizing: border-box;
	}

}

@media only screen and (max-width: 768px) {

#mainVisual .keyvisual_word {
    position: absolute;
    width: 50%;
    z-index: 10;
    left: 12px;
    bottom: 12px;
	}

#mainVisual .swiper-wrapper {
	position: relative;
    width: 100%;
	}

#mainVisual .swiper-wrapper img {
    width: 100%;
	vertical-align: bottom;
	}

#mainVisual .swiper-slide { overflow: hidden; }

#mainVisual .swiper-slide-active img {
	width: 100% !important;
	vertical-align: bottom !important;
	animation: scaleImg 10s !important;
	}

body.top #main section.sect .titleArea h2 {
    margin: 0;
    padding: 0;
    color: #333;
    font-weight: normal;
	font-family:'Noto Sans JP';
	}

body.top section.sect .titleArea h2 span.en {
    font-size: 24px !important;
    font-weight: bold;
    font-family: 'Noto Sans JP';
    letter-spacing: 2px;
	}

body.top section.sect .titleArea h2 span.jp {
    margin-left: 6px !important;
    font-size: 14px !important;
    letter-spacing: 2px;
    font-weight: bold;
	}

body.top #main section.sect.sect01 ul.wrapper li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0px 2% 12px 0 !important;
    width: 49% !important;
    height: auto;
	}

body.top #main section.sect.sect01 ul.wrapper li:nth-child(3n) {
    margin-right: 2% !important;
	}

body.top #main section.sect.sect01 ul.wrapper li:nth-child(2n) {
    margin-right: 0 !important;
	}

body.top section.sect.sect01 ul.wrapper li a.img {
    width: 100%;
	vertical-align: bottom;
	padding: 6px;
	margin: 0 0 12px;
	/*
	-webkit-background-size: 6px 6px;
	-moz-background-size: 6px 6px;
	background-size: 6px 6px;
	background-color: #FFF;
background-image: -webkit-linear-gradient(bottom left, #8c8c8c 25%, transparent 25%, transparent 50%, #8c8c8c 50%, #8c8c8c 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(bottom left, #8c8c8c 25%, transparent 25%, transparent 50%, #8c8c8c 50%, #8c8c8c 75%, transparent 75%, transparent);
background-image: linear-gradient(to top right, #8c8c8c 25%, transparent 25%, transparent 50%, #8c8c8c 50%, #8c8c8c 75%, transparent 75%, transparent);
	*/
	box-sizing: border-box;
	background: #ded4bc;
	}

body.top #main section.sect ul.wrapper li a.txt h3 {
    margin: 0 0 6px;
    padding: 0 0 6px;
    color: #777777;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: dotted 2px #8c8c8c;
	}

.moreBtn {
	width: 100%;
	margin: 0 auto;
	}

.moreBtn a {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 5px;
    padding: 6px 0;
    color: #333;
    border: solid 2px #333;
    box-sizing: border-box;
	}

}

@keyframes scaleImg {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.1);
	}
}

/*=================================================
	sidebar
=================================================*/

.side-moreBtn {
	width: 100%;
	margin: 0 auto;
	}

@media only screen and (max-width: 768px) {

.side-moreBtn {
	width: 100%;
	margin: 0 auto 24px;
	}

}

.side-moreBtn a {
	display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 5px;
    padding: 6px 0;
    color: #333;
    border: solid 2px #333;
    box-sizing: border-box;
	}

#sub .subBox .titleArea p span.en {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
	}

#sub .subBox .titleArea p span.jp {
    margin-left: .6em;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: 'Noto Sans JP';
	}

#sub #subStyle ul li {
    width: 49%;
    margin: 0 2% 0 0;
    height: auto;
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
	}

#sub #subStyle ul li a.txt h3 {
    margin: 0 0 6px;
    padding: 0 0 6px;
    color: #777777;
    font-size: 14px;
    text-decoration: none;
    border-bottom: dotted 2px #8c8c8c;
	}

@media only screen and (max-width: 768px) {

#sub #subStyle ul li {
	float: none !important;
    width: 49% !important;
    margin: 0 2% 0 0 !important;
    height: auto !important;
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
	}

#sub #subStyle ul li:nth-child(2n) {
	margin: 0 !important;
	}

#sub #subStyle ul li a.txt h3 {
    margin: 0 0 6px;
    padding: 0 0 6px;
    color: #777777 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    border-bottom: dotted 2px #8c8c8c;
	}

}

/*=================================================
	page
=================================================*/

@media only screen and (min-width: 769px) {

.pageTitleWrap {
	display: block;
	width: 100%;
    padding-top: 114px;
	}

body.lower #pageTitleArea {
    margin: 0 auto 50px;
    width: 100%;
    height: auto;
    padding: 36px 0;
	/*
   	-webkit-background-size: 6px 6px;
	-moz-background-size: 6px 6px;
	background-size: 6px 6px;
	background-color: #FFF;
	background-image: -webkit-linear-gradient(bottom left, #8c8c8c 25%, #ded4bc 25%, #ded4bc 50%, #8c8c8c 50%, #8c8c8c 75%, #ded4bc 75%, #ded4bc);
	background-image: -o-linear-gradient(bottom left, #8c8c8c 25%, #ded4bc 25%, #ded4bc 50%, #8c8c8c 50%, #8c8c8c 75%, #ded4bc 75%, #ded4bc);
	background-image: linear-gradient(to top right, #8c8c8c 25%, #ded4bc 25%, #ded4bc 50%, #8c8c8c 50%, #8c8c8c 75%, #ded4bc 75%, #ded4bc);
	*/
	box-sizing: border-box;
    background: url(/img/upload/2021/03/title_bg_stroke.png),#ded4bc;
    background-position: center;

	}

body.lower #pageTitleArea h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
	}

body.lower #pageTitleArea h1 span {
    display: block;
    margin-bottom: 12px;
    font-size: 48px;
    font-weight: bold;
    font-family: 'Noto Sans JP';
    text-transform: uppercase;
    letter-spacing: 5px;
	}

}

@media only screen and (max-width: 768px) {

body.lower #pageTitleArea {
    margin: 0 auto 50px;
    width: 100%;
    height: auto;
    padding: 24px 0;
	/*
   	-webkit-background-size: 6px 6px;
	-moz-background-size: 6px 6px;
	background-size: 6px 6px;
	background-color: #FFF;
background-image: -webkit-linear-gradient(bottom left, #8c8c8c 25%, transparent 25%, transparent 50%, #8c8c8c 50%, #8c8c8c 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(bottom left, #8c8c8c 25%, transparent 25%, transparent 50%, #8c8c8c 50%, #8c8c8c 75%, transparent 75%, transparent);
background-image: linear-gradient(to top right, #8c8c8c 25%, transparent 25%, transparent 50%, #8c8c8c 50%, #8c8c8c 75%, transparent 75%, transparent);
	*/
	box-sizing: border-box;
	background: url(/img/upload/2021/03/title_bg_stroke.png),#ded4bc;
    background-position: center;
	}

body.lower #pageTitleArea h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
	}

body.lower #pageTitleArea h1 span {
    display: block;
    margin-bottom: 6px;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Noto Sans JP';
    text-transform: uppercase;
    letter-spacing: 2px;
	}

}

/*=================================================
	concept
=================================================*/

@media only screen and (min-width: 769px) {

body.concept h2 {
    position: relative;
    font-size: 28px !important;
    text-align: center;
    margin-bottom: 46px;
	}

body.concept h2::after {
	position: absolute;
    content: "";
    background: #333;
    height: 4px;
    width: 80px;
    bottom: -24px;
    left: 50%;
    margin-left: -40px;
	}

body.concept p {
	font-size: 14px;
	}

}

@media only screen and (max-width: 768px) {

body.concept h2 {
    position: relative;
    font-size: 20px !important;
    text-align: center;
    margin-bottom: 46px;
	}

body.concept h2::after {
    position: absolute;
    content: "";
    background: #333;
    height: 3px;
    width: 60px;
    bottom: -24px;
    left: 50%;
    margin-left: -30px;
	}

body.concept p {
	font-size: 14px;
	}

}

/*=================================================
	informations
=================================================*/

@media only screen and (min-width: 769px) {

body.news #main .couponArea .couponContent {
    padding: 20px 0 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: dotted 2px #8c8c8c;
	}

body.news #main .couponArea .couponContent:last-child {
	border: none;
	}

}

@media only screen and (max-width: 768px) {

body.news #main .couponArea .couponContent {
    padding: 15px;
    width: auto;
    display: -webkit-flex;
    display: block;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    border-bottom: dotted 2px #8c8c8c;
	}

body.news #main .couponArea .couponContent:last-child {
	border: none;
	}

body.news #main .couponArea .couponContent .img {
    width: 100%;
    margin-right: 0;
	}

body.news #main .couponArea .couponContent .img img {
	width: 100%;
	vertical-align: bottom;
	}

body.news #main .couponArea .couponContent .txt {
    width: 100%;
	}

}

/*=================================================
	menu
=================================================*/

@media only screen and (min-width: 769px) {

body.menu #main .sect .titleArea h3 span.en {
    font-size: 2.4rem;
    font-weight: bold;
    font-family: 'Noto Sans JP';
	}

}

@media only screen and (max-width: 768px) {

body.menu #main .sect {
    width: auto;
    margin-bottom: 0px;
	}

body.menu #main .sect .titleArea h3 span.en {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Noto Sans JP';
	}

body.menu #main .sect .table tr {
    border-top: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
	}

body.menu #main .sect .table td:last-child {
	width: 100%;
	text-align: right;
    padding: 6px 20px 0 0;
    line-height: 1.42857143;
    vertical-align: top;
    font-size: 1.3rem;
    display: inline-block;
	}

body.menu #main .sect .table td .price {
    font-size: 16px;
    font-weight: bold;
	}

}

/*=================================================
	coupon
=================================================*/

@media only screen and (min-width: 769px) {

body.coupon #main section.sect01 .titleArea h3 span.en {
    font-size: 24px;
	font-family: 'Crimson Text', serif;
    letter-spacing: 1px;
	}

body.coupon #main section.sect01 .filterArea .btn button {
    padding: 10px 0;
    color: #fff;
    width: 250px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 5px;
    background-color: #777777;
    border: none;
	transition: all .3s;
	}

body.coupon #main .result {
	margin: 0 auto 60px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}

body.coupon #main .result .couponArea {
    margin: 0 0 2%;
    width: 49%;
    display: -webkit-flex;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #cfcfcf;
    background: url(/img/upload/2017/06/bg_coupon.png) repeat-y left,#FFE;
	}

body.coupon #main .result .couponArea h4 {
    position: absolute;
    padding: 0;
    top: 40%;
    left: 1.5%;
    width: 20px;
    font-size: 1.6rem;
    color: #fff;
	}

body.coupon #main .result .couponArea .couponContent {
    padding: 20px 20px 12px 48px;
    width: 100%;
    display: table;
    box-sizing: border-box;
	}

body.coupon #main .result .couponArea .couponContent .img {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    padding-right: 5%;
	}

body.coupon #main .result .couponArea .couponContent .txt {
    display: table-cell;
    vertical-align: top;
    width: 50%;
	}

body.coupon #main .result .couponArea .couponContent .img img {
    margin: 0 auto 10px;
    width: 100%;
	}

body.coupon #main .result .couponArea .couponContent .img p {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 1px;
    margin-bottom: 6px;
	}

body.coupon #main .result .couponArea .couponContent .img p span {
    font-weight: bold;
    margin-right: 5px;
    display: block;
	}

body.coupon #main .result .couponArea .couponContent .txt h5 {
    margin: 0 auto 15px;
    font-size: 16px;
    line-height: 24px;
	}

body.coupon #main .result .couponArea .couponContent .txt p.price {
    float: right;
    color: #da2c82;
    font-size: 24px;
    font-weight: bold;
	}

body.coupon #main .result .couponArea .couponContent .txt p.couponDetail {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px;
	}

body.coupon #main .result .couponArea .couponContent .txt a {
    display: block;
    padding: 12px 0;
    background-color: #b58649;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
	}

body.coupon #main .result .couponArea .couponContent .txt a:hover {
	opacity: 0.75;
	}

}

@media only screen and (max-width: 768px) {

body.coupon #main section.sect01 .titleArea {
    margin: 0 auto 12px;
    border-bottom: 1px solid #666666;
	}

body.coupon #main section.sect01 .titleArea h3 span.en {
    font-size: 24px;
    font-family: 'Crimson Text', serif;
	}

body.coupon #main section.sect01 .filterArea {
    margin: 0 auto 24px;
    padding: 3rem 2%;
    width: 96%;
    background-color: #f6f6f6;
	}

body.coupon #main section.sect01 .filterArea .btn button {
    padding: 10px 0;
    color: #fff;
    width: 80%;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 5px;
    background-color: #777777;
    border: none;
	}

body.coupon #main .result .couponArea h4 {
    text-align: center;
    background-color: #414141;
    padding: 6px 0;
    margin: 0;
    font-size: 12px;
    letter-spacing: 2px;
    color: #fff;
	}

body.coupon #main .result .couponArea .couponContent {
    padding: 12px;
	background: #FFE;
	}

body.coupon #main .result .couponArea .couponContent .img img {
    float: left;
    width: 46%;
    height: auto;
    margin-right: 4%;
    margin-bottom: 12px;
	}

body.coupon #main .result .couponArea .couponContent .img p {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 0;
	}

body.coupon #main .result .couponArea .couponContent .img p span {
    display: block;
    font-weight: bold;
	}

body.coupon #main .result .couponArea .couponContent .txt {
	clear: both;
	}

body.coupon #main .result .couponArea .couponContent .txt h5 {
    margin: 0 auto 12px;
    font-size: 14px;
    line-height: 20px;
	}

body.coupon #main .result .couponArea .couponContent .txt p.price {
    float: right;
    color: #da2c82;
    font-size: 20px;
    font-weight: bold;
	}

body.coupon #main .result .couponArea .couponContent .txt p.couponDetail {
    font-size: 11px;
    line-height: 18px;
    margin: 12px 0;
	}

body.coupon #main .result .couponArea .couponContent .txt a {
    display: block;
    padding: 6px 0;
    background-color: #b58649;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
	}

}

/*=================================================
	staffs
=================================================*/

@media only screen and (min-width: 769px) {

ul.wrapper_stylist li {
    margin: 0px 2% 10px 0;
    width: 32%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
	}

ul.wrapper_stylist li:nth-child(3n) {
    margin: 0 0 10px 0;
	}

ul.wrapper_stylist li:nth-child(4n) {
    margin: 0 2% 10px 0;
	}

body.stylist #main .sect02 ul.wrapper_stylist li a.img img {
    width: 100%;
	vertical-align: bottom;
	padding: 12px;
	margin: 0 0 12px;
	/*
	-webkit-background-size: 6px 6px;
	-moz-background-size: 6px 6px;
	background-size: 6px 6px;
	background-color: #FFF;
background-image: -webkit-linear-gradient(bottom left, #ededee 25%, transparent 25%, transparent 50%, #ededee 50%, #ededee 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(bottom left, #ededee 25%, transparent 25%, transparent 50%, #ededee 50%, #ededee 75%, transparent 75%, transparent);
background-image: linear-gradient(to top right, #ededee 25%, transparent 25%, transparent 50%, #ededee 50%, #ededee 75%, transparent 75%, transparent);
	*/
	box-sizing: border-box;
	background: #ded4bc;
	}

body.stylist #main .sect02 ul.wrapper_stylist li a.txt h3 {
    margin: 0 0 6px;
    padding: 0 0 6px;
    color: #777777;
    font-size: 15px;
	letter-spacing: 1px;
    text-decoration: none;
    border-bottom: dotted 2px #8c8c8c;
	}

body.stylist #main .sect02 ul.wrapper_stylist li a.txt p {
    color: #333;
    font-size: 1.3rem;
	}

}

@media only screen and (max-width: 768px) {

ul.wrapper_stylist li {
    float: none;
    margin: 0px 2% 10px 0;
    width: 49%;
    display: inline-block;
	}

ul.wrapper_stylist li:nth-child(3n) {
    margin: 0 2% 10px 0;
	}

ul.wrapper_stylist li:nth-child(2n) {
    margin: 0 0 10px 0;
	}

body.stylist #main .sect02 ul.wrapper_stylist li a.img {
	width: 100%;
	vertical-align: bottom;
	padding: 6px;
	margin: 0 0 6px;
	/*
	-webkit-background-size: 6px 6px;
	-moz-background-size: 6px 6px;
	background-size: 6px 6px;
	background-color: #FFF;
background-image: -webkit-linear-gradient(bottom left, #ededee 25%, transparent 25%, transparent 50%, #ededee 50%, #ededee 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(bottom left, #ededee 25%, transparent 25%, transparent 50%, #ededee 50%, #ededee 75%, transparent 75%, transparent);
background-image: linear-gradient(to top right, #ededee 25%, transparent 25%, transparent 50%, #ededee 50%, #ededee 75%, transparent 75%, transparent);
	*/
	box-sizing: border-box;
	background: #ded4bc;
	}

body.stylist #main .sect02 ul.wrapper_stylist li a.txt h3 {
    margin: 0 0 6px;
    padding: 0 0 6px;
    color: #777777;
    font-size: 14px;
	letter-spacing: 1px;
    text-decoration: none;
    border-bottom: dotted 2px #8c8c8c;
	}

body.stylist #main .sect02 ul.wrapper_stylist li a.txt p {
    color: #333;
    font-size: 1.3rem;
	}

}

/*=================================================
	staff
=================================================*/

@media only screen and (min-width: 769px) {

body.stylist #main .stylistBox .txtInfo h2 {
    margin: 0 auto 5px;
    font-size: 30px;
    font-weight: bold;
	}

body.stylist #main .stylistBox .txtInfo ul.sns li {
    width: 26px;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
	}

body.stylist #main .stylistBox .txtInfo p.catch02 {
    margin: 0 0 12px;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #8c8c8c;
	}

body.stylist #main .staff-comment {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px;
    border-top: dotted 2px #8c8c8c;
    padding: 12px 0;
	}

body.stylist #main .stylistBox .txtInfo .career dl {
	display: table;
    width: 100% !important;
    border: solid 1px #333;
	margin: 0 0 2px;
	}

body.stylist #main .stylistBox .txtInfo .career dt {
	display: table-cell;
    vertical-align: middle;
    width: 30% !important;
    color: #FFF;
    padding: 12px;
    float: none !important;
    font-size: 1.4rem;
    font-weight: bold;
    box-sizing: border-box;
    background: #333;
	}

body.stylist #main .stylistBox .txtInfo .career dd {
	display: table-cell;
    vertical-align: top;
    width: 70% !important;
    float: none !important;
    margin-left: 0;
    font-size: 1.4rem;
    text-align: left;
    padding: 12px;
    box-sizing: border-box;
	}

body.stylist #main .stylistBox .txtInfo .blogArea .titleArea h3 span.en,
body.stylist #main .sect02 .titleArea h3 span.en {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
	}

body.stylist #main .stylistBox .txtInfo .blogArea .titleArea h3 span.jp,
body.stylist #main .sect02 .titleArea h3 span.jp {
    margin-left: .6em;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
	}

body.stylist #main .sect02 ul.wrapper {
    margin: 0 auto;
    width: 100%;
	}

body.stylist #main .sect02 ul.wrapper li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 1.33% 10px 0;
    width: 24%;
	}

body.stylist #main .sect02 ul.wrapper li:nth-child(4) {
	margin: 0 0 10px 0;
	}

body.stylist #main .sect02 ul.wrapper li a.txt h3 {
    margin: 6px 0 6px;
    padding: 0 0 6px;
    color: #777777;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    border-bottom: dotted 2px #8c8c8c;
	}

}

@media only screen and (max-width: 768px) {

body.stylist #main .stylistBox .txtInfo h2 {
    margin: 24px auto 6px;
    font-size: 24px;
    font-weight: bold;
	}

body.stylist #main .stylistBox .txtInfo ul.sns li {
    width: 26px;
    display: inline-block;
    vertical-align: top;
	padding-left: 6px;
	}

body.stylist #main .stylistBox .txtInfo p.catch02 {
    margin: 0 0 6px;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    color: #8c8c8c;
	}

body.stylist #main .staff-comment {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px;
    border-top: dotted 2px #8c8c8c;
    padding: 12px 0;
	}

body.stylist #main .stylistBox .txtInfo .career dl {
	display: table;
    width: 100% !important;
    border: solid 1px #333;
	margin: 0 0 2px;
	}

body.stylist #main .stylistBox .txtInfo .career dt {
	display: table-cell;
    vertical-align: middle;
    width: 35% !important;
    color: #FFF;
    padding: 12px;
    float: none !important;
    font-size: 1.4rem;
    font-weight: bold;
    box-sizing: border-box;
    background: #333;
	}

body.stylist #main .stylistBox .txtInfo .career dd {
	display: table-cell;
    vertical-align: top;
    width: 65% !important;
    float: none !important;
    margin-left: 0;
    font-size: 1.4rem;
	line-height: 18px;
    text-align: left;
    padding: 12px;
    box-sizing: border-box;
	}

body.stylist #main .stylistBox .txtInfo .blogArea .titleArea h3 span.en,
body.stylist #main .sect02 .titleArea h3 span.en {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
	}

body.stylist #main .stylistBox .txtInfo .blogArea .titleArea h3 span.jp,
body.stylist #main .sect02 .titleArea h3 span.jp {
    margin-left: .6em;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
	}

body.stylist #main .stylistBox .txtInfo .blogArea .titleArea {
    margin: 0 auto 2rem;
    padding-bottom: 0;
    border-bottom: 1px solid #666666;
	}

body.stylist #main .sect02 .titleArea {
    margin: 0 auto 2rem;
    padding: 0;
    width: auto;
    border-bottom: 1px solid #666666;
    clear: left;
	}

body.stylist #main .sect02 ul.wrapper {
    margin: 0 auto;
    width: 100%;
	}

body.stylist #main .sect02 ul.wrapper li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 10px 0;
    width: 49%;
	}

body.stylist #main .sect02 ul.wrapper li:nth-child(2n) {
	margin: 0 0 10px 0;
	}

body.stylist #content {
    padding: 0 15px;
	}

body.stylist #main .sect02 ul.wrapper li a.txt h3 {
    margin: 6px 0 6px;
    padding: 0 0 6px;
    color: #777777;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    border-bottom: dotted 2px #8c8c8c;
	}

}

/*=================================================
	styles
=================================================*/

@media only screen and (min-width: 769px) {

body.style #main .sect02 ul.wrapper li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0px 2% 18px 0;
    width: 32%;
    height: auto;
	}

body.style #main .sect02 ul.wrapper li:nth-child(4n) {
    margin-right: 2% !important;
	}

body.style #main .sect02 ul.wrapper li:nth-child(3n) {
    margin-right: 0 !important;
	}
body.style #main .sect02 ul.wrapper li a.img {
    width: 100%;
	vertical-align: bottom;
	padding: 12px;
	margin: 0 0 12px;
	/*
	-webkit-background-size: 6px 6px;
	-moz-background-size: 6px 6px;
	background-size: 6px 6px;
	background-color: #FFF;
background-image: -webkit-linear-gradient(bottom left, #8c8c8c 25%, transparent 25%, transparent 50%, #8c8c8c 50%, #8c8c8c 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(bottom left, #8c8c8c 25%, transparent 25%, transparent 50%, #8c8c8c 50%, #8c8c8c 75%, transparent 75%, transparent);
background-image: linear-gradient(to top right, #8c8c8c 25%, transparent 25%, transparent 50%, #8c8c8c 50%, #8c8c8c 75%, transparent 75%, transparent);
	*/
	box-sizing: border-box;
    background: #ded4bc;
	}

body.style #main .sect02 ul.wrapper li a.txt h3 {
    margin: 0 0 6px;
    padding: 0 0 6px;
    color: #777777;
    font-size: 14px;
    text-decoration: none;
    border-bottom: dotted 2px #8c8c8c;
	}

}

@media only screen and (max-width: 768px) {

body.style #main .sect02 ul.wrapper li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0px 2% 18px 0;
    width: 49%;
    height: auto;
	}

body.style #main .sect02 ul.wrapper li:nth-child(3n) {
    margin-right: 2% !important;
	}

body.style #main .sect02 ul.wrapper li:nth-child(2n) {
    margin-right: 0 !important;
	}
body.style #main .sect02 ul.wrapper li a.img {
    width: 100%;
	vertical-align: bottom;
	padding: 6px;
	margin: 0 0 6px;
	/*
	-webkit-background-size: 6px 6px;
	-moz-background-size: 6px 6px;
	background-size: 6px 6px;
	background-color: #FFF;
background-image: -webkit-linear-gradient(bottom left, #8c8c8c 25%, transparent 25%, transparent 50%, #8c8c8c 50%, #8c8c8c 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(bottom left, #8c8c8c 25%, transparent 25%, transparent 50%, #8c8c8c 50%, #8c8c8c 75%, transparent 75%, transparent);
background-image: linear-gradient(to top right, #8c8c8c 25%, transparent 25%, transparent 50%, #8c8c8c 50%, #8c8c8c 75%, transparent 75%, transparent);
	*/
	box-sizing: border-box;
    background: #ded4bc;
	}

body.style #main .sect02 ul.wrapper li a.txt h3 {
    margin: 0 0 6px;
    padding: 0 0 6px;
    color: #777777;
    font-size: 14px;
    text-decoration: none;
    border-bottom: dotted 2px #8c8c8c;
	}

}

/*=================================================
	style
=================================================*/

@media only screen and (min-width: 769px) {


body.style #main .styleBox .txtInfo h2 {
    margin: 0 auto 14px;
    font-size: 24px;
    font-weight: bold;
	}

body.style #main .styleBox .txtInfo ul.sns li {
    width: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
	}

body.style #main .styleBox .txtInfo .box p.styleTitle {
    margin: 0 auto 20px;
    padding: 0 0 3px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #666666;
	}

body.style .recommend ul { margin: 0 auto; }

body.style .hairMenu {
	font-size: 14px;
	}

body.style #main .commentArea .img a {
    color: #333;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
	}

body.style .style-inList li {
    float: none !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin: 0 1.33% 10px 0 !important;
    width: 24% !important;
	}

body.style .style-inList li a.img {
	padding: 0 !important;
	background-image: none !important;
	}

body.style .style-inList li:nth-child(4) {
	margin: 0 0 10px 0 !important;
	}

body.style .style-inList li:nth-child(3n) {
	margin: 0 1.33% 10px 0 !important;
	}

body.style #main .sect02 .titleArea h3 span.en {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
	}

body.style #main .sect02 .titleArea h3 span.jp {
    margin-left: .6em;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
	}

body.style #main .couponArea {
    margin: 0 auto 50px;
    display: -webkit-flex;
    display: flex;
    position: relative;
    border: 1px solid #cfcfcf;
    background: url(/img/upload/2017/06/bg_coupon.png) repeat-y left,#feffee;
	}

body.style #main .couponArea .couponContent .txt a {
    display: block;
    padding: 12px 0;
    background-color: #8c8c8c;
    color: #fff;
    font-size: 1.8rem;
	}

body.style #main .couponArea .couponContent .img p {
    font-size: 1.1rem;
    margin-bottom: 6px;
	}

body.style #main .couponArea .couponContent .txt h5 {
    margin: 0 auto 15px;
    font-size: 18px;
    line-height: 24px;
	}

body.style #main .couponArea .couponContent .txt p.price {
    float: right;
    color: #da2c82;
    font-size: 24px;
    font-weight: bold;
	}

}

@media only screen and (max-width: 768px) {

body.style #main .commentArea .img a {
    color: #333;
    text-decoration: none;
    padding-top: 25%;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
	}

body.style #main .couponArea {
	background: #feffee;
	}

body.style #main .couponArea .couponContent .txt a {
    display: block;
    padding: 1rem 0;
    background-color: #aa894e;
    color: #fff;
    font-size: 1.6rem;
	}

}

/*=================================================
	blogs
=================================================*/

@media only screen and (min-width: 769px) {

body.blog #main .couponArea .couponContent {
    padding: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: dotted 2px #8c8c8c;
    margin-bottom: 20px;
	}

body.blog #main .couponArea .couponContent:last-child {
	border: none;
	}

}

@media only screen and (max-width: 768px) {

body.blog #main .couponArea .couponContent {
    padding: 0;
    width: auto;
    display: block;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 24px;
    border-bottom: dotted 2px #8c8c8c;
	}

body.blog #main .couponArea .couponContent .img {
    width: 100%;
    margin-right: 0;
	}

body.blog #main .couponArea .couponContent .img img {
	width: 100%;
	vertical-align: bottom;
	}

body.blog #main .couponArea .couponContent .txt {
    width: 100%;
	}

body.access #main section { margin-bottom: 0; }

}

/*=================================================
	access
=================================================*/

@media only screen and (min-width: 769px) {

body.access #main .shopdate h3 span.en {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
	}

body.access #main .shopdate h3 span.jp {
    margin-left: .6em;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
	}

}

@media only screen and (max-width: 768px) {

body.access #main .shopdate h3 span.en {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
	}

body.access #main .shopdate h3 span.jp {
    margin-left: .6em;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: 'Noto Sans JP';
	}

body.access #main .navTitle {
    font-weight: 700;
    font-size: 1.4rem;
    float: left;
    padding-right: 11%;
	}

}

/*=================================================
	recruit
=================================================*/

@media only screen and (min-width: 769px) {

body.recruit h2 {
    position: relative;
    font-size: 28px !important;
    text-align: center;
    margin-bottom: 46px;
	}

body.recruit h2::after {
	position: absolute;
    content: "";
    background: #333;
    height: 4px;
    width: 80px;
    bottom: -24px;
    left: 50%;
    margin-left: -40px;
	}

body.recruit p {
	font-size: 14px;
	}

body.recruit .recruit {
	width: 100%;
	}

body.recruit .recruit tbody {
	width: 100%;
	}

body.recruit .recruit td {
	font-size: 13px;
	line-height: 20px;
	padding: 12px;
	box-sizing: border-box
	}

body.recruit .recruit td:first-child {
    width: 25%;
    font-size: 14px;
    font-weight: bold;
    background: #333;
    color: #FFF;
    letter-spacing: 3px;
	}

body.recruit .recruit td:last-child {
    width: 75%;
    border: solid 2px #333;
    background: #FFF;
	}

}

@media only screen and (max-width: 768px) {

body.recruit h2 {
    position: relative;
    font-size: 18px !important;
    text-align: center;
    margin-bottom: 46px;
	}

body.recruit h2::after {
	position: absolute;
    content: "";
    background: #333;
    height: 4px;
    width: 80px;
    bottom: -24px;
    left: 50%;
    margin-left: -40px;
	}

body.recruit p {
	font-size: 12px;
	}

body.recruit .recruit {
	width: 100%;
	}

body.recruit .recruit tbody {
	width: 100%;
	}

body.recruit .recruit td {
	font-size: 13px;
	line-height: 20px;
	padding: 12px;
	box-sizing: border-box
	}

body.recruit .recruit td:first-child {
    width: 30%;
    font-size: 14px;
    font-weight: bold;
    background: #333;
    color: #FFF;
    letter-spacing: 1px;
	}

body.recruit .recruit td:last-child {
    width: 70%;
    border: solid 2px #000;
    background: #FFF;
	}

}


body.menu #main .sect p.menu-note2 {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    margin: 0;
    padding: 24px;
    border: solid 2px #CCC;
    box-sizing: border-box;
    }

@media only screen and (min-width: 769px) {
    .flower-footerBtn ul {
        display: flex;
        justify-content: center;
    }
}