/*
Theme Name:ark
Description:ark
Author:taketo yanagihara
Author URI:https://vorder.jp;
Version:1.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {line-height: 1.15;-webkit-text-size-adjust: 100%;}body {margin: 0;}main {display: block;}h1 {font-size: 2em;margin: 0.67em 0;}hr {box-sizing: content-box;height: 0;overflow: visible;}pre {font-family: monospace, monospace;font-size: 1em;}a {background-color: transparent;}abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}b,strong {font-weight: bolder;}code,kbd,samp {font-family: monospace, monospace;font-size: 1em;}small {font-size: 80%;}sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sub {bottom: -0.25em;}sup {top: -0.5em;}img {border-style: none;}button,input,optgroup,select,textarea {font-family: inherit;font-size: 100%;line-height: 1.15;margin: 0;}button,input {overflow: visible;}button,select {text-transform: none;}button,[type="button"],[type="reset"],[type="submit"] {-webkit-appearance: button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}fieldset {padding: 0.35em 0.75em 0.625em;}legend {box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}progress {vertical-align: baseline;}textarea {overflow: auto;}[type="checkbox"],[type="radio"] {box-sizing: border-box;padding: 0;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {height: auto;}[type="search"] {-webkit-appearance: textfield;outline-offset: -2px;}[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}details {display: block;}summary {display: list-item;}template {display: none;}[hidden] {display: none;}
*, :after, :before {
  box-sizing: border-box
}

a {
  word-break: break-word
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0
}

html {
  font-size: 70%;
  font-weight: 400;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body{
	width:100%;
	height: 100%;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #000;
	font-feature-settings: "palt" 1;
	font-kerning: auto;
}
main{
	width: 100%;
}
article{
	width: 100%;
}
a{
	text-decoration:none;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			color: #000;
}
a:hover{
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			cursor: pointer;
}
li{
	list-style:none;
}

.flex-center{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.flex{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.pc{
	display: block;
	visibility: visible;
}
.sp{
	display: none;
	visibility: hidden;
}
/**************************************/
/* header */
/**************************************/
header svg{
	width: 100%;
	height: auto;
}
/**************************************/
/* nav */
/**************************************/
nav{
	max-width: 1200px;
	margin: 0 auto;
}
header nav{
	margin-bottom: 3%;
}
header nav img{
	width: 60%;
	height: auto;
}
nav i{
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
}
nav ul{
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
nav ul li:last-child a{
	padding: .6em 2em;
	background-color: #f7b52c;
}
nav ul li:last-child a:hover{
	opacity: .6;
}
nav ul li{
	font-size: 1.5rem;
}

/**************************************/
/* content */
/**************************************/
section{
	position: relative;
	margin-bottom: 5%;
	padding: 0 3%;
	box-sizing: border-box;
	z-index: 0;
}
.content{
	max-width: 1000px;
	width: 100%;
	padding: 3%;
	margin: 0 auto;
	font-size: 1.4rem;
	letter-spacing: .1rem;
}
.title{
	margin: 0 auto 8%;
	text-align: center;
	font-size: 1.8rem;
}
.title h2{
	padding: 2% 4%;
	display: inline-block;
	border-bottom: 2px solid #d1e588;
}
.button_wrap{
	text-align: center;
}
.button{
	display: inline-block;
	font-size: .8rem;
	padding: 16px 0;
	cursor: pointer;
	letter-spacing: .2rem;
}
.button:before{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 100%;
	margin-right:20px;
	display: inline-block;
	vertical-align: middle;
	transition: .4s;
}
.button:after{
	content: "";
	margin-left:20px;
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	width: 100px;
	background: #000;
	transition: .4s;
}
.button:hover:before{
	margin-right:30px;
}
.button:hover:after{
	margin-left:40px;
}

/* section-01 */
.section-01{
	margin-bottom: 3%;
}
.section-01 .metaslider .flexslider{
	margin-bottom: 0;
}
/* section-02 */
.section-02{
	background-color: #fcf1cf;
}
/* section-03 */
.section-03 > img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.section-03 .flex{
	-webkit-justify-content: space-around;
    justify-content: space-around;
}
.section-03 .flex div{
	text-align: center;
	width: 28%;
}
.section-03 .flex div a{
	display: block;
}
.section-03 .flex div a:hover{
	opacity: .7;
}
.section-03 .flex div h3{
	margin: 0 auto 8%;
	border-bottom: 2px solid #f2be54;
	padding: 0 3% 3%;
	text-align: center;
	display: inline-block;
	font-size: 1.6rem;
}
.section-03 .flex div img{
	margin-bottom: 5%;
}

/* section-04 */
.section-04 .title{
	width: 100%;
	margin: 0 auto 8%;
	border-bottom: 0;
	background-color: #fcf1cf;
	border-radius: 2em;
}
.section-04 .title h2{
	border-bottom: 2px solid #f4d3ae;
}
.section-04 .post{
	margin-bottom: 5%;
}
.section-04 .list{
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	font-size: 1.4rem;
}
.section-04 .post_date{
	margin-right: 40px;
}
section .flex img{
	width: 100%;
	height: auto;
}
/* section-rss */
.rss-list{
	-webkit-justify-content: space-around;
    justify-content: space-around;
     -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.rss-list a{
	width: 25%;
	padding: 1% 1% 0 1%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 5%;
	position: relative;
	background-color: #f5f5f5;
}
.rss-list a:hover{
	opacity: .7;
}
.rss-text{
	position: absolute;
	bottom: -10%;
	left: 1%;
	background-color: #fff;
	padding: 3%;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}
.rss-date{
	font-size: 1rem;
	margin-bottom: 4%;
	display: block;
}
.rss-title{
	font-size: 1.4rem;
	font-weight: 800;
}
.rss-img{
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.rss-img::before{
	overflow: hidden;
	padding-top: 100%;
	content: "";
	width: 100%;
	display: block;
}


/* section-05 */
.section-05{
	background-color: #f3ffde;
}
.section-05 .title p{
	line-height: 1.8;
	font-size: 1.4rem;
}
.section-05 .flex{
	-webkit-justify-content: space-around;
    justify-content: space-around;
    position: relative;
}
.section-05 .flex div{
	text-align: center;
	line-height: 1.8;
	position: relative;
	z-index: 1;
	width: 30%;
}
section .flex img.circle-01,section .flex img.circle-02{
	position: absolute;
	width: 30%;
	height: auto;
	z-index: -1;
	top: 10%;
}
section .flex img.circle-01{
	left: 18%;
}
section .flex img.circle-02{
	right: 18%;
}

/* section-06 */
.section-06 .flex{
	align-items: flex-end;
}
.section-06 .profile-text{
	width: 65%;
	margin-right: 5%;
}
.section-06 .profile-img{
	width: 30%;
}
.section-06 .profile-img img{
	width: 100%;
	height: auto;
}
.section-06 .content > h3{
	font-size: 4rem;
	border-bottom: 2px solid #d1e588;
	padding-bottom: 1%;
	padding-left: 1%;
}
.section-06 .content > h3 span{
	font-size: 1.2rem;
}
.section-06 .flex div p{
	margin-bottom: 5%;
	line-height: 2;
}
.section-06 .flex .profile-text .profile{
	padding: 0 4%;
	background-color: #fff;
	border: 2px solid #fcf1cf;
	width: 100%;
}
.section-06 .flex .profile-text .profile p{
	line-height: 1.6;
	font-size: 1.2rem;
}

/* page */
.page .content{
	max-width: 1200px;
	width: 100%;
	padding: 3% 0;
	margin: 0 auto;
	font-size: 1.4rem;
}
.page-title{
	max-width: 1200px;
	margin: 0 auto 5em;
	background-image: url(img/page-title-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 3.5em 0;
}
.page-title .flex-center{
	max-width: 1000px;
	border-bottom: 2px solid #fcf1cf;
	margin: 0 auto;
	padding: 1em 1em .5em;
}
.page-title h2{
	margin:0 3em 0 0;
	font-size: 2.4rem;
	letter-spacing: .2rem;
}
.page-title span{
	font-size: 1.6rem;
}
.section-title{
	max-width: 1200px;
	margin: 0 auto 2em;
	padding: 1em 0;
}
.section-title h3{
	max-width: 1000px;
	margin: 0 auto;
	padding: 1em 1em .5em;
	font-size: 3rem;
}
.section-title span{
	font-size: 1.3rem;
	margin-left: 1em;
	font-weight: 400;
}
/* menu */
.section-title-header{
	margin-bottom: 0;
}
.section-title-header h3{
	border-bottom: 2px solid #f4d3ae;
}
.section-title-01{
	background-color: #f3ffde;
}
.section-title-02{
	background-color: #ffebcf;
}
.section-title-03{
	background-color: #fcf1cf;
}
.section-title-04{
	background-color: #f3ffde;
}
.menu-header{
	background-color: #fcf1cf;
}
.menu-header > img{
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.menu-header-content{
	width: 100%;
	max-width: 800px;
	padding: 0 2em;
	margin: 0 auto 10%;
}
.title-text{
	font-size: 1.8rem;
	font-weight: 800;
	line-height: 2;
	margin-top: 0;
}
.description{
	font-size: 1.4rem;
	line-height: 1.8;
}
.menu-option{
	margin-bottom: 2em;
}
.menu-option img{
	width: 100%;
	height: auto;
}
.flex-reverce{
	 -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#page-menu .content > div.flex{
	margin-bottom: 4em;
}
#page-menu .content > div.menu-content div:nth-child(1){
	width: 40%;
}
#page-menu .content > div.menu-content div:nth-child(2){
	width: 60%;
	margin-left: 4em;
}
#page-menu .content > div.flex.flex-reverce div:nth-child(1){
	width: 40%;
}
#page-menu .content > div.flex.flex-reverce div:nth-child(2){
	margin-left: 0;
	margin-right: 4em;
	width: 60%;
}
#page-menu section .flex{
	-webkit-justify-content: space-around;
    justify-content: space-around;
}
#page-menu section .credit .flex img,#page-menu section .cashless .flex img{
	width: auto;
    height: 60px;
}
.table-img{
	width: 90%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.credit{
	padding-right: 2em;
	margin-right: 2em;
	border-right: 2px solid #DFEF9E;
}
.c-wrap{
	padding: 0 3em;
}
.c-title{
	margin-bottom: 2em;
}
.c-title p:nth-child(1){
	font-size: 1.8rem;
	font-weight: 800;
	width: 50%;
	padding-right: 1em;
}
.c-title p:nth-child(2){
	line-height: 1.8;
}
.banner{
	max-width: 1200px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
/* qanda */
#qanda section{
	background-image: url(img/QandA-bg.svg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom:0;
}
.qa-contents{
	max-width: 720px;
	padding: 2em 4em 3em;
	margin: 0 auto;
	background-color: #FCF1CF;
	border-radius: 10px;
	box-shadow:0px 10px 0px 0px #EFE2BD;
	margin-bottom: 4em;
}
.qa-title{
	position: relative;
	padding:  0;
	text-align: center;
	border-radius: 10px;
	border: 10px solid #F4D3AE;
	width: 90%;
	margin: 0 auto;
	background-color: #fff;
	font-size: 1.8rem;
	margin-bottom: 2em;
}
.qa-title h3{
	position: relative;
	z-index: 2;
}
.q-num{
	position: absolute;
	top: -50px;
	left: -40px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	line-height: 100px;
	background-color: #F4D3AE;
	color: #fff;
	font-size: 4rem;
	font-weight: 800;
}
.qa-contents p{
	width: 90%;
	margin: 0 auto 1em;
	line-height: 2;
	text-align: center;
}
.qa-contents .flex-center{
	-webkit-justify-content: space-around;
    justify-content: space-around;
    margin-bottom: 3em;
}
.qa-contents .flex-center img{
	width: auto;
	height: 60px;
}
/* flow */
#page-flow section{
	background-color: #faffe9;
	position: relative;
}
.arrow{
	width: 5%;
	height: auto;
	display: block;
	margin: -7% auto -2%;
	position: relative;
	z-index: 1;
}

.flow-content > div,.flow-content-img img{
	border-radius: 40px;
}
.flow-content{
	-webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.flow-line {
    height: .6em;
    width: 13%;
    background-color: #edffc0;
    display: block;
    position: absolute;
    top: 63%;
    right: 39%;
    z-index: 1;
}
.flow-line::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: '';
    display: inline-block;
    width: 3em;
    height: 3em;
    background-color: #edffc0;
    border-radius: 50%;
}
.flow-content.flex-reverce .flow-line {
    background-color: #FCF1CF;
    right: 48%;
    z-index: 1;
}
.flow-content.flex-reverce .flow-line::before {
    left: auto;
    right: 0;
    background-color: #FCF1CF;
}
.flow-content .flow-content-img{
	width: 57%;
	position: relative;
	overflow: hidden;
	border:10px solid #F9C393;
	margin-right: 3%;
}
.flow-content.flex-reverce .flow-content-img{
	margin-right: 0;
	margin-left: 3%;
}
.flow-content .flow-content-img::before{
	display: block;
	content: '';
	padding-top:50%;
}
section .flex .flow-content-img img{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.flow-content .flow-content-title{
	width: 40%;
	position: relative;
	text-align: center;
	box-shadow:0px -10px 0px 0px #adea98;
	background-color: #edffc0;
}

.flow-content.flex-reverce .flow-content-title{
	background-color: #FCF1CF;
	box-shadow:0px -10px 0px 0px #F9C393;
}
.flow-content.flex-reverce .flow-content-img{
	border:10px solid #F9C393;
}
.flow-content .flow-content-img{
	border:10px solid #adea98;
}
.flow-content-text{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	height: 27%;
}
.flow-content-text p{
	line-height: 1;
	margin: .5em 0;
}
.flow-content .flow-content-title .title-text{
	font-size: calc(100vw / ( 1000 / 20 ));
}
.flow-content .flow-content-title .description{
	font-size: calc(100vw / ( 1000 / 10 ));
}
@media (min-width: 1280px) {
.flow-content .flow-content-title .title-text{
	font-size: 3rem;
}
.flow-content .flow-content-title .description{
	font-size: 1.4rem;
}
}

.flow-content .flow-content-title::before{
	content: '';
	display: block;
	padding-top: 50%;
}
section .flex img.number{
	width: 30%;
	height: auto;
	position: absolute;
	top: -42%;
	right: 0;
	left: 0;
	margin: auto;
}

/* lesson */
#lesson section{
	padding: 0;
}
.lessson-section-01{
	width: 100%;
}
.lessson-section-01 img{
	width: 100%;
	height: auto;
}
.le-title{
	font-size: calc(100vw / ( 1000 / 25 ));
	position: relative;
	font-weight: 800;
	text-align: center;
	letter-spacing: .1em;
	margin-bottom: 10%;
}
.le-title::before{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 50%;
	z-index: -1;
}
.lessson-section-02 .le-title::before{
	background-color: #fff7e3;
}
.lessson-section-03 .le-title::before{
	background-color: #f9ffeb;
}
.lessson-section-03 .le-title span{
	color: #c6ea65;
}
.lessson-section-05 .le-title::before{
	background-color: #f9e5af;
	bottom: 1em;
	height: 25%;
}
.lessson-section-05 .le-title span{
	background-color: #fff;
	display: inline-block;
	padding: 0 5%;
}
.le-mainimg{
	display: block;
	max-width: 65%;
	margin: 0 auto 10%;
}
.le-text{
	text-align: center;
	max-width: 80%;
	display: block;
	margin: 0 auto;
	line-height: 1.8;
	font-size: calc(100vw / ( 1000 / 14 ));
}
.lesson-line-01{
	position: relative;
	margin-bottom: 10%;
}
.le-text.lesson-line-01:after{
	content: "";
	background-image: url(img/lesson-line-01.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 80%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: -40%;
	left: 0;
	right: 0;
	margin: auto;
}

.lessson-section-03{
	position: relative;
}
.lesson-10-1,.lesson-10-2{
	position: absolute;
	width: 28%;
	height: auto;
}
.lesson-10-1{
	top: 17%;
	left: 15%;
}
.lesson-10-2{
	top: 60%;
	right: 15%;
}
.lessson-section-04 p{
	padding: 5% 0;
	font-weight: 800;
}
.lessson-section-04-bg{
	background-image: url(img/lesson-bg-nami.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.lessson-section-04 .wpcf7,.contact .wpcf7{
	max-width: 800px;
	margin: 0 auto;
}

.le-title-section-06{
	max-width: 65%;
	margin: 0 auto 5%;
	padding: 1% 0;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #ffe3ea;
	color: #ffaebf;
	text-align: center;
	font-size: calc(100vw / ( 1000 / 16 ));
	font-weight: 800;
}
.le-content-06{
	max-width: 65%;
	margin: 0 auto 3%;
	padding-bottom: 3%;
	border-bottom: 1px solid #ccc;
}
.le-content-06 h2{
	font-size: calc(100vw / ( 1000 / 16 ));
}
.le-content-06 p{
	font-size: calc(100vw / ( 1000 / 14 ));
	line-height: 1.8;
	margin: 0;
}
.le-content-06.flex-center div:nth-child(1){
	width: 40%;
}
.le-content-06.flex-center div:nth-child(2){
	width: 60%;
}
.le-content-06 .flex-center img{
	width: auto;
    height: 60px;
}
.le-content-06 .flex-center{
	-webkit-justify-content: space-around;
    justify-content: space-around;
}
.lessson-section-06 .le-content-06:last-of-type{
	margin-bottom: 10%;
}

.le-title-section-07{
	max-width: 65%;
	margin: 0 auto 5%;
	padding: 1% 0;
	border-bottom: 2px solid #f9e5af;
	text-align: center;
	font-size: calc(100vw / ( 1000 / 16 ));
	font-weight: 800;
}
.lessson-section-07 p{
	font-size: calc(100vw / ( 1000 / 12 ));
	line-height: 2;
	background-color: rgba(255,255,255,0.6);
	display: inline-block;
	margin: 0;
}
.le-content-07{
	max-width: 65%;
	margin: 0 auto;
	position: relative;
}
.le-content-07 img{
	position: absolute;
	top: 5%;
	right: 0;
	z-index: -1;
	width: 70%;
	height: auto;
}

#firsttitme section{
	width: 100%;
	padding: 10% 3%;
}
#firsttitme section:nth-of-type(1){
	background-color: #f3ffde
}
#firsttitme section:nth-of-type(2){
	background-color: #f5fcdb
}
#firsttitme section:nth-of-type(3){
	background-color: #f7f9d8
}
#firsttitme section:nth-of-type(4){
	background-color: #f8f7d5
}
#firsttitme section:nth-of-type(5){
	background-color: #faf4d2
}
#firsttitme section:nth-of-type(6){
	background-color: #fcf1cf
}

#firsttitme .content{
	border-radius: 3em;
	background-color: #fff;	
	text-align: center;
}
.ft-section-title{
	display: block;
	max-width: 60%;
	text-align: center;
	margin: 0 auto 5%;
	border-bottom: 2px solid #f8dbb8;
}
.ft-section-title h3{
	font-size: calc(100vw / ( 1000 / 16 ));
}
#firsttitme .content img{
	max-width: 40%;
	height: auto;
	margin-bottom: 3%;
}
#firsttitme .content p{
	font-size: calc(100vw / ( 1000 / 12 ));
	line-height: 1.6;
}


#before-after .content{
	text-align: center;
	padding-bottom: 3%;
	border-bottom: 2px solid #f9e5af;
}

#before-after .content img{
	width: 90%;
	height: auto;
	margin-bottom: 3%;
}
#before-after .content p{
	font-size: calc(100vw / ( 1000 / 12 ));
	line-height: 1.6;
}


/* salon */

#salon .salon-content{
	background-color: #F8EDCD;
	padding:  5%;
	margin-bottom: 5%;
}
#salon .flex-center{
	border-bottom: 2px solid #F8EDCD;
	padding: 2%;
}
#salon .content .flex-center{
	background-color: #fff;
}
#salon .flex-center p{
	line-height: 1.6;
}
#salon .flex-center p a{
	text-decoration: underline;
}
#salon .flex-center p:nth-child(1){
	width: 15%;
	font-weight: 800;
}
#salon .flex-center p:nth-child(2){
	width: 85%;
}
.booking-form-people-number-row{
	display: none;
	visibility: hidden;
}


/**************************************/
/* footer */
/**************************************/
footer{
	background-color: #fcf1cf;
}
footer div{
	padding: 4% 0 1%;
	width: 100%;
}
footer div nav{
	margin-bottom: 4%;
}
small {
	width: 100%;
	text-align: center;
	display: block;
	font-size: 1rem;
}
footer p{
	text-align: center;
	font-size: 1.4rem;
}


/* contact */
.wpcf7{
	max-width: 800px;
	margin: 0 auto;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
	background-color: #f6ede4;
	color: #333;
	width: 100%;
	border: 0;
	font-size: 1.2rem;
	padding: 1.6em 1em;
	border-radius: 0;
	box-sizing: border-box;
	margin: 10px 0;
}
.wpcf7 textarea {
	margin-bottom: 0;
	height: 274px;
}
.wpcf7 input[type="submit"] {
	font-size: 1.4rem;
	padding: 1.6em 1em;
	background: #eee;
	color: #333;
	width: 30%;
	border-radius: 0;
	cursor: pointer;
	border: 0;
	text-align: left;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.wpcf7 input[type="submit"]:hover {
	background-color: rgb(245,245,240);
}
.wpcf7-response-output {
	font-size: 1.4rem;
	border: 0 !important;
	margin: 20px 0 0 0 !important;
	padding: 0 !important;
}
.wpcf7 select{
	width: 39px;
	height: 40px;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 1%;
	border-radius: 0;
	vertical-align: middle;
}
.wpcf7 textarea {
	margin-bottom: 0;
	margin-top: 20px;
	height: auto;
}
.wpcf7 p{
	margin-top: 20px;
}

#contact-form{
	display: none;
	visibility: hidden;
}

/* calender */

.monthly-calendar caption {
    font-size: 1.6rem !important;
    margin-bottom: 5%;
    font-weight: 800;
}
/************************************************************************************************************************/



/**************************************/
/* device */
/**************************************/


@media (max-width: 768px) {
.pc{
	display: none;
	visibility: hidden;
}
.sp{
	display: block;
	visibility: visible;
}
header .sp{
	width: 40%;
	height: auto;
	margin: 0 auto 5%;
}
header .sp a{
	display: block;
}

header .sp h1{
	font-size: 1.2rem;
	line-height: 1.4
}
.content {
    padding: 0;
}
.page-title .flex-center {
    padding: 1em 3em .5em;
}
.page-title h2 {
    margin: 0 2em 0 0;
    width: 70%;
}
.re-sp-fixed{
	position: fixed;
	bottom: 10px;
	right: 70px;
	display: block;
	font-size: .8rem;
	font-weight: 800;
}
.re-sp-fixed a{
	display: inline-block;
	height: 50px;
	width: 50px;
	padding: 3% 0;
	border-radius: 50%;
	line-height: 45px;
	text-align: center;
}
.re-sp-fixed a:nth-child(1){
	background-color: #f7b52c;
	color: #fff;
}
.re-sp-fixed a:nth-child(2){
	background-color: #d1e588;
	color: #000;
}

.section-03 .flex div h3 {
    font-size: 1.4rem;
}
.rss-list a{
	width: 50%;
}
.rss-img::before{
	padding-top: 30%;
}

footer div{
	padding: 4% 0;
}

/* menu */
.section-title h3 {
    padding: 1em;
    font-size: 2rem;
}
.table-img {
    width: 100%;
}
#page-menu .content > div.menu-content div:nth-child(2) {
    margin-left: 2em;
}
#page-menu .content > div.flex.flex-reverce div:nth-child(2) {
    margin-right: 2em;
}
#page-menu .content .c-wrap.flex{
	display: block;
}
.c-title {
    margin-bottom: 1em;
}
.c-title p:nth-child(2) {
    width: 100%;
}
.credit{
	padding: 0 0 3% 0;
	margin: 0 0 3% 0;
	border-right:0;
	border-bottom: 2px solid #DFEF9E;
}
.option-text{
	line-height: 1.6;
	font-size: 1rem;
}
/* lesson */
.le-text {
    max-width: 100%;
    font-size: 1.4rem;
}
.le-mainimg {
    max-width: 80%;
}
.le-content-06 {
    max-width: 80%;
}
.le-content-06 h2 {
    font-size: 1.6rem;
}
.le-content-06 p {
    font-size: 1.4rem;
}
.le-content-06 .flex-center img {
    width: auto;
    height: 38px;
}
.le-content-07 {
    max-width: 80%;
}
.lessson-section-07 p {
    font-size: 1.4rem;
}
.le-content-07 img {
    width: 100%;
}
.ft-section-title h3{
	font-size: 1.6rem;
}
#before-after .content p,
#firsttitme .content p{
	font-size: 1.4rem;
}
.flow-content .flow-content-title .description{
	font-size: 1.2rem;
	margin: .5em;
}
}

@media (max-width: 414px) {
header .sp {
	width: 90%;
    margin: 3% auto 5%;
}
header .sp a{
	width: 40%;
}
header .sp h1{
	width: 100%;
	font-size: .8rem;
}

.title {
    margin: 0 auto 6%;
    font-size: 1rem;
}
.page-title {
    margin: 0 auto 2em;
    padding: 1.6em 0;
}
.page-title .flex-center {
    padding: 0;
}
.page-title h2 {
    margin: 0;
    width: 100%;
    font-size: 2rem;
    text-align: center;
}
.content{
	padding: 5% 0;
}
.section-03 .flex{
	display: block;
}
.section-03 .flex div {
    width: 100%;
}
.section-03 .flex div a{
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.section-03 .flex div img{
	width: 50%;
}
.section-03 .flex div h3 {
    margin: 0 auto;
    border-bottom: 2px solid #f2be54;
    padding: 0 2% 2%;
    font-size: 1.2rem;
}
.section-05 .title p{
	font-size: 1.2rem;
	line-height: 1.4;
}
.section-05 .flex,.section-06 .flex{
	display: block;
}
.section-05 .flex div{
	width: 90%;
	margin: 0 auto 5%;
}

.section-06 .profile-text{
	width: 100%;
	margin-right: 0;
}
.section-06 .profile-img{
	width: 80%;
	margin: 0 auto;
}
.section-06 .content > h3{
	font-size: 2rem;
}
.section-06 .content > h3 span{
	font-size: 1.2rem;
}
.section-title span {
    font-size: 1rem;
    margin-left: 0;
    display: block;
    line-height: 1.3;
    margin-top: 1%;
}
.section-title h3 {
    padding: .5em 1em;
}
.title-text {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
}
#page-menu section .flex{
	display: block;
}
#page-menu .content > div.flex.flex-reverce div:nth-child(1),
#page-menu .content > div.flex.flex-reverce div:nth-child(2),
#page-menu .content > div.menu-content div:nth-child(1),
#page-menu .content > div.menu-content div:nth-child(2){
	width: 100%;
}
#page-menu .content > div.menu-content div:nth-child(1),
#page-menu .content > div.flex.flex-reverce div:nth-child(1){
	margin-bottom: 3%;
}
#page-menu .content > div.flex{
	margin-bottom: 5%;
}
#page-menu .content > div.menu-content div:nth-child(2){
	margin-left: 0;
}
#page-menu .content .c-wrap.flex{
	padding: 0;
}
.c-title p:nth-child(1) {
    font-size: 1.6rem;
    width: 100%;
    padding-right: 0;
    text-align: center;
}
.c-title p:nth-child(2) {
    line-height: 1.4;
}
.credit,.cashless{
	text-align: center;
}
#page-menu section .credit .flex img, #page-menu section .cashless .flex img{
	height: 40px;
}
.table-img {
    width: 90%;
}


#salon .content .flex-center {
    display: block;
    text-align: center;
}
#salon .flex-center p:nth-child(1){
	width: 100%;
	border-bottom: 1px solid #F8EDCD;
	margin-bottom: 3%;
	padding-bottom: 3%;
	font-size: 1.6rem;
}
#salon .flex-center p:nth-child(2){
	width: 100%;
	padding: 0 .5em;
	font-size: 1.2rem;
}


.qa-contents {
    padding: 2em 0 .5em;
    margin: 0 auto 15%;
}
.qa-title {
    font-size: 1.2rem;
    margin-bottom: 1em;
    width: 95%;
}
.qa-contents p {
    width: 90%;
    line-height: 1.8;
    text-align: left;
    font-size: 1.2rem;
}
.q-num {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 2rem;
    top: -35px;
    left: -22px;
}
.qa-contents .flex-center img {
    height: 40px;
}


.le-mainimg {
    max-width: 95%;
}
.le-text.lesson-line-01:after{
	display: none;
}
.le-text {
    max-width: 100%;
    font-size: 1.2rem;
    padding: 5%;
}
.le-title {
    font-size: 2rem;
    margin-bottom: 10%;
    line-height: 1.4;
    letter-spacing: .1rem;
}
.lessson-section-04 p {
    padding: 5%;
}
.lessson-section-04-bg{
	background: inherit;
}
.le-content-06 {
    max-width: 90%;
    display: block;
}
.le-content-06.flex-center div:nth-child(1),
.le-content-06.flex-center div:nth-child(2){
	width: 100%;
}
.le-content-06.flex-center .credit-img{
	margin-top: 3%;
}
.le-title-section-07 {
    max-width: 100%;
    font-size: 2rem;
}
.le-content-07 {
    max-width: 90%;
}


.lessson-section-05-text-01{
 	border: 2px solid #F9E5AF;
}
.lessson-section-05-text-01 h3{
	border-bottom: 2px solid #F9E5AF;
}

.lessson-section-05-text-02{
 	border: 2px solid #DEEFAF;
}
.lessson-section-05-text-02 h3{
	border-bottom: 2px solid #DEEFAF;
}

.lessson-section-05-text-03{
 	border: 2px solid #FFDCE5;
}
.lessson-section-05-text{
	width: 85%;
	margin: 10% auto;
	padding: 10% 0 5%;
	position: relative;
}
.lessson-section-05-text > h2{
	position: absolute;
	top: -1%;
	text-align: center;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	left: 0;
	right: 0;
	margin: 0 15%;
}
.lessson-section-05-text-inner{
	padding: 0 5%;
	text-align: center;
}
.lessson-section-05-text-inner h3{
	padding-bottom: 3%;
	display: inline-block;
}

.lessson-section-05-text-inner p{
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: left;
}
.le-title-section-06 {
    max-width: 85%;
    font-size: 1.6rem;
}
.le-content-06 h2 {
    font-size: 1.4rem;
}
.le-content-06 p,.lessson-section-07 p {
    font-size: 1.2rem;
}
.lessson-section-07 p br{
	display: none;
}
#firsttitme .content p {
    font-size: 1.2rem;
    padding: 0 5%;
}
#firsttitme .content img {
    max-width: 50%;
}
.ft-section-title {
    display: block;
    max-width: 85%;
    text-align: center;
    margin: 0 auto 5%;
    border-bottom: 2px solid #f8dbb8;
}
.flow-content{
	display: block;
}
.flow-content .flow-content-img,
.flow-content .flow-content-title{
	display: block;
	width: 100%;
	
}
.flow-content.flex-reverce .flow-content-img{
	margin: 0;
}
.flow-line{
	display: none;
	visibility: hidden;
}
section .flex img.number {
    width: 25%;
    top: -36%;
}
.flow-content .flow-content-title .title-text{
	font-size: 1.8rem;
}
.flow-content-text {
    height: 36%;
}

footer p {
    text-align: center;
    font-size: 1rem;
    padding: 0 5%;
    line-height: 1.4;
}

.wpcf7 select{
	width: 34px;
	height: 28px;
	margin: 0 1% 0 0;
	-webkit-appearance:none;
}
.wpcf7 input[type="number"]{
	padding: .6em;
}

}
