@charset "utf-8";
/*
Theme Name: KAGURA
Theme URI: 
Description: KAGURA original wordpress theme
Version: 1.0
*/
/*タブ切り替え全体のスタイル*/
.contact_tab {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;
	width: 925px;
	margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
	width: 307px;
	height: 50px;
	background-color: #fff;
	line-height: 50px;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	text-align: center;
	color: #939393;
	box-sizing: border-box;
	border-top: 1px solid #939393;
	border-bottom: 1px solid #939393;
	border-left: 1px solid #939393;
	display: block;
	float: left;
	text-align: center;
	font-weight: 300;
	transition: all 0.2s ease;
}	
.tab_item:nth-of-type(3) {
	border-right: 1px solid #939393;
}
.tab_item:hover {
opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
	padding-top: 7%;
}
.tab_content dl {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #000;
	padding-top: 3%;
	padding-bottom: 1%;
}
.tab_content dl:last-of-type {
	align-items: flex-start;
}
.tab_content dl dt {
	font-size: 2rem;;
	letter-spacing: 0.1em;
	width: 20%;
}
.tab_content dl dd {
	width: 80%;
}
.tab_content dl dd input {
	border: none;
	font-size: 2.2rem;
	padding: 1%;
	width: 80%;
	box-sizing: border-box;
}
.tab_content textarea {
	width: 100%;
	font-size: 2.2rem;
	padding: 1%;
	box-sizing: border-box;
}
/*選択されているタブのコンテンツのみを表示*/
#free:checked ~ #free_content,
#document:checked ~ #document_content,
#other:checked ~ #other_content {
display: block;
}

/*選択されているタブのスタイルを変える*/
.contact_tab input:checked + .tab_item {
	background-color: #888888;
	color: #fff;
}
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/*********************************
	ローディング画面 
*********************************/
.bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.container {
	width: 78.125%;
	margin: 0 auto;
}
.sec_ttl {
	text-align: center;
}
#about .sec_ttl {
	margin-bottom: 5.33%;
}
.sec_ttl span {
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	font-family: 'roboto';
	display: block;
	margin-bottom: 1.5625%;
}
.align_left {
	text-align: left;
}
.sec_ttl b.big_text {
	font-size: 5rem;
	letter-spacing: 0.2em;
	line-height: 1.7em;
	font-weight: normal;
	margin-bottom: 4.333%;
	display: block;
	font-weight: 500;
}
span.bg_yellow {
	background: linear-gradient(transparent 60%, #F5DAA8 0%);
}
.sec {
	padding-top: 5%;
	padding-bottom: 6.25%;
}
.btn {
	background-color: #DF663F;
	text-align: center;
	margin: 0 auto;
	padding: 2.5% 0;
	color: #fff;
	display: block;
	width: 40%;
	border-radius: 50px;
	font-size: 2.5rem;
	letter-spacing: 0.18em;
}
/*********************************
	メインビジュアル
*********************************/
#mv {
	width: 100%;
	background-color: #F0F0F0;
	padding-top: 3.125%;
	padding-bottom: 3.125%;
}
.mv_container {
	width: 93.75%;
	margin: 0 auto;
	position: relative;
}
#mv .mv_left_img {
	width: 80%;
}
#mv .mv_left_img img {
	width: 100%;
}
#mv figure.float {
	width: 40%;
	position: absolute;
	right: 0;
	top: 14.7%;
}
#mv figure.float img {
	width: 100%;
}
/*********************************t
	ABOUT
*********************************/
#about {
	background-image: url(./images/about_bg.jpg);
	padding-top: 7%;
	padding-bottom: 7.13%;
}
.about_text {
	margin-top: 2%;
}
#about .about_text p {
	font-size: 2.2rem;
	line-height: 2.2em;
}
/*********************************t
	MERIT
*********************************/
.merit_list {
	overflow: hidden;
	padding-top: 9.8%;
}
.merit_list  .merit_slider {
	float: left;
	width: 30.333%;
	margin-right: 4.5%;
}
.merit_list  .merit_slider:nth-of-type(3) {
	margin-right: 0;
}
.merit_text p {
	font-size: 2rem;
	line-height: 2em;
}
.merit_list  .merit_slider figure img {
	width: 100%;
}
.merit_slider {
	position: relative;
}
.merit_slider span.merit_num {
	position: absolute;
	font-family: 'roboto';
	font-size: 12rem;
	color: #DF663F;
	font-weight: bold;
	top: -15%;
}
.merit_slider .merit_ttl {
	text-align: center;
	color: #DF663F;
	font-size: 3rem;
	letter-spacing: 0.1em;
	padding: 10.38% 0;
	border: 2px solid #DF663F;
	border-radius: 25px;
	background-color: #fff;
	position: relative;
}
.merit_slider .merit_ttl:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}
.merit_slider .merit_ttl:after {
	content: "";
	position: absolute;
	bottom: -29px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #DF663F;
	z-index: 1;
}
.merit_slider .merit_ttl p {
	font-weight: 500;
}
.merit_slider .merit_ttl span {
	font-size: 2rem;
	line-height: 2em;
	font-weight: 300;
	display: block;
}
.merit_text {
	margin-top: 9%;
	margin-bottom: 9%;
}
.about_contact {
	margin-top: 8%;
}
.about_contact div {
	text-align: center;
}
.about_contact div span {
	background-color: #DF663F;
	color: #fff;
	font-size: 5rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	display: inline-block;
	margin-bottom: 2%;
	line-height: 1;
	padding: 0 5px;
}
.about_contact p {
	text-align: center;
	font-size: 2rem;
	line-height: 2em;
	margin-top: 0%;
	margin-bottom: 4%;
}
figure.band_image img {
	width: 100%;
}

/*********************************t
	FLOW
*********************************/
#flow 
ul.flow_list {
	width: 84.53%;
	padding-left: 15.47%;
	box-sizing: content-box;
	position: relative;
}
ul.flow_list::before {
	content: "";
	height: 80%;
	width: 2px;
	background-color: #DF663F;
	position: absolute;
	left: 3.8%;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
}
ul.flow_list li {
	position: relative;
	margin-bottom: 3.333%;
}
ul.flow_list li:nth-child(1) div.flex {
	justify-content: flex-start;
	align-items: flex-start;
}
ul.flow_list li div.flex {
	align-items: center;
	justify-content: flex-start;
}
ul.flow_list li img.flow_float_img {
	position: absolute;
	left: -18%;
	width: 8.51%;
	background-color: #fff;
}
ul.flow_list li:nth-child(1) img.flow_float_img {
	width: 9%;
	left: -18.4%;
}
ul.flow_list li:nth-child(6) img.flow_float_img  {
	width: 10%;
	left: -19%;
}
ul.flow_list li figure {
	width: 33.67%;
}
a.small_btn {
	width: 64.92%;
	font-size: 2rem;
	margin-right: auto;
	margin-left: 0;
	margin-top: 2%;
}
ul.flow_list li figure img {
	width: 100%;
}
ul.flow_list li div.flow_content {
	width: 57.6%;
	margin-left: 6%;
}
ul.flow_list li div h3 {
	font-size: 3rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-bottom: 4%;
}
ul.flow_list li .flow_content p {
	font-size: 2rem;
	line-height: 2em;
}
.pc {
	display: block;
}
.flex-pc {
	display: flex;
}
.sp {
	display: none;
}
/*********************************t
	FLOW
*********************************/
#feature {
	background-image: url(./images/feature_bg.jpg);
}
.feature_text p {
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 0.18em;
	line-height: 2em;
	margin-bottom: 2.5%;
}
.feature_text p span {
	background-color: #DF663F;
	color: #fff;
	padding: 3px;
}
#feature .sec_ttl b.big_text {
	margin-bottom: 2%;
}
#feature ul {
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 1%;
}
#feature ul li {
	width: 49%;
	background-color: #fff;
	border-radius: 40px;
	padding: 4.5% 0 3.5% 4.5%;
	box-sizing: border-box;
	margin-bottom: 2%;
}
#feature ul li h3 {
	justify-content: flex-start;
	padding-bottom: 3%;
}
#feature ul li h3 img {
	width: 4.625%;
	margin-right: 2.7%;
}
#feature ul li h3 span {
	font-size: 3rem;
	letter-spacing: 0.1em;
	font-weight: 500;
}
#feature ul li p {
	font-size: 2rem;
	line-height: 2em;
	min-height: 134px;
}

/*********************************
	instructor
*********************************/
#instructor {
	background:#F4F4F4;
	padding-top: 8.6%;
	padding-bottom: 6.6%;
}
#instructor .flex figure {
	width: 31.666%;
}
#instructor .flex figure figcaption {
	font-size: 2rem;
	line-height: 2em;
	margin-top: 4%;
}
#instructor .flex {
	align-items: flex-start;
}
#instructor .flex figure img {
	width: 100%;
}
.inst_right {
	width: 61.666%;
}
.inst_right h2 span {
	font-family: 'roboto';
	font-size: 2.5rem;
	letter-spacing: 0.05em;
}
.inst_right h2 p {
	font-size: 4.6rem;
	letter-spacing: 0.2em;
	line-height: 1.75em;
	font-weight: 500;
}
.inst_right div p {
	font-size: 2rem;
	line-height: 2em;
	margin-top: 2%;
	border-bottom: 1px solid #707070;
	padding-bottom: 5%;
	margin-bottom: 5%;
}
.inst_right dl {
	font-size: 2rem;
	line-height: 2em;
}

/*********************************
	graduates
*********************************/
#graduates figure.max {
	width: 100%;
	margin-bottom: 8%;
}
#graduates figure.max img {
	width: 100%;
}
.graduates_list li {
	justify-content: flex-start;
	margin-bottom: 4%;
}
.graduates_list li figure {
	width: 26.33%;
}
.graduates_list li figure img {
	width: 100%;
}
.graduates_list li div {
	width: 65.33%;
	margin-left: 6%;
}
.graduates_list li div b {
	font-weight: 500;
	font-size: 3rem;
	letter-spacing: 0.15em;
	line-height: 1.9em;
	display: block;
	margin-bottom: 2%;
}

.graduates_list li div span {
	font-size: 2.2rem;
	display: block;
	margin-bottom: 2%;
}
.graduates_list li div p {
	font-size: 2rem;
	line-height: 2em;
}
/*********************************
	VOICE
*********************************/
#voice {
	padding-bottom: 2.8125%;
	padding-top: 5%;
}
#voice ul.pc li {
	background-color: #EDEEF0;
	justify-content: space-around;
	padding-top: 5.333%;
	padding-bottom: 5.333%;
	margin-bottom: 4%;
	align-items: flex-start;
}
#voice ul.pc li:nth-child(3) {
	margin-bottom: 0;
}
#voice ul.pc li figure {
	width: 26.333%;
}
#voice ul.pc li figure img {
	width: 100%;
}
#voice ul.pc li figure figcaption {
	font-size: 2.2rem;
	line-height: 2em;
	margin-top: 3%;
}
#voice ul.pc li .voice_left_pc {
	width: 59.06%;
	margin-left: 2%;
}
#voice ul.pc li .voice_left_pc b {
	font-weight: 500;
	font-size: 3rem;
	letter-spacing: 0.15em;
	line-height: 1.9em;
	display: block;
	margin-bottom: 2%;
}
#voice ul.pc li .voice_left_pc p {
	font-size: 2rem;
	line-height: 2em;
}

/*********************************
	VOICE
*********************************/
#message {
	background-color: #F4F4F4;
	padding-bottom: 3%;
}
#message .sec_ttl b.big_text {
	margin-bottom: 3%;
}
#message .owner_wrap {
	justify-content: flex-start;
	align-items: flex-start;
}
#message .owner_wrap figure {
	width: 31.2%;
	margin-left: 5%;
}
#message .owner_wrap figure figcaption {
	font-size: 2rem;
	line-height: 2em;
	margin-top: 3%;
}
#message .owner_wrap figure img {
	width: 100%;
}
#message .owner_wrap .owner_text {
	width: 53%;
	margin-left: 5%;
}
#message .owner_text p {
	font-size: 2rem;
	line-height: 2em;
	margin-bottom: 5%;
}
/*********************************
	SALON
*********************************/
#salon .salon_container {
	width: 63.5416%;
	margin: 0 auto;
}
#salon h2 {
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	font-weight: 300;
	margin-bottom: 4.0983%;
}
.salon_slider_wrap {
	width: 50.4098%;
}
#salon .salon_info_wrap {
	align-items: flex-start;
}
#salon .salon_info_wrap .salon_slider {
	width: 100%;
}
#salon .salon_info_wrap img {
	width: 100%;
}
#salon .salon_info {
	width: 42.6229%;
}
#salon .salon_info a.small_btn {
	font-size: 2rem;
	letter-spacing: 0.18em;
	width: 80%;
	padding: 5% 0;
	margin-top: 10%;
}
#salon .salon_info ul li {
	font-size: 2.2rem;
	margin-bottom: 5%;
}
#salon .salon_info ul li a {
	color: #000;
}
#salon .salon_info ul li h3 {
	font-weight: 300;
	font-size: 2.2rem;
}
.salon_container iframe {
	width: 100%;
	height: 417px;
	margin-top: 7%;
}
.tab_content dl dd input[type="date"] {
	width: 20%;
	margin-left: 10%;
}
.tab_content dl dd select {
	border: none;
	width: 20%;
	font-size: 2rem;
	margin-left: 5%;
	position: relative;
}
.tab_content dl dd select::after {
	content: "";
	background-image: url(./images/down_arrow.svg);
	background-size: 12px 7px;
	width: 12px;
	height: 7px;
}
input.send,
a.back_btn {
	width: 420px;
	background-color: #DF663F;
	color: #fff;
	text-align: center;
	margin: 8.6% auto 0 auto;
	font-size: 2.2rem;
	letter-spacing: 0.18em;
	padding: 30px 0;
	display: block;
}
.tab_content p {
	font-size: 2.2rem;
	margin-bottom: 2%;
}
.second_form div {
	font-size: 2.2rem;
}
span.send_kind {
	font-size: 2.2rem;
}
span.send_kind label {
	margin-right: 3%;
}
a.fixed_btn {
	position: fixed;
	top: 3%;
	right: 2%;
	width: 9.375%;

}
a.fixed_btn img {
	width: 100%;
}
#footer {
	background-color: #F4F4F4;
}
#footer .ft_left {
	width: 31.33%;
}
#footer .flex {
	align-items: flex-start;
	
}
.ft_nav {
	margin-bottom: 8.6%;
}
#footer  .ft_nav ul li a {
	color: #000000;
	font-size: 1.6rem;
}
#footer  .ft_nav ul {
	margin-top: 10%;
}
#footer  .ft_nav ul li {
	margin-bottom: 6%;
}
#footer a.grey_btn {
	background: #939393;
	width: 100%;
	border-radius: 0;
	font-size: 2rem;
	padding: 6% 0;
}
#footer .ft_right ul li {
	margin-bottom: 5%;
}
#footer .ft_right span {
	display: block;
	margin-bottom: 3%;
}
#footer .ft_right h3 {
	font-size: 1.6rem;;
	line-height: 1.5em;
	font-weight: 300;
}
#footer .ft_right a {
	color: #000;
}


.slick-dots li {
	width: 10%;
    height: 2px;
    margin: 0;
    background: #ccc;
}
.slick-dots {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: -15px;
}
.slick-dots li button {
	width: 11.1%;
    height: 2px;
}
.slick-dots li.slick-active,
.slick-dots li:hover {
	background: #777;
}
.slick-dots li button,
.slick-dots li button:before {
	color: transparent;
    opacity: 0;
}
.confirm_wrapper {
	width: 48.17%;
	margin: 0 auto;
	padding-top: 22.44%;
}
.confirm_wrapper .tab_content {
	display: block;
}
.confirm_wrapper .tab_content dl {
	padding-top: 7%;
}
.confirm_wrapper .tab_content dl dt {
	width: 30%;
}
.confirm_wrapper .tab_content dl dd {
	width: 70%;
}
.confirm_wrapper .tab_content dl dt,
.confirm_wrapper .tab_content dl dd {
	font-size: 14px;
}
.confirm_wrapper h2 {
	text-align: center;
}
.confirm_wrapper h2 span {
	font-size: 2.5rem;
	display: block;
	font-family: 'roboto';
	margin-bottom: 10.162%;
}
.confirm_wrapper h2 p {
	font-size: 5rem;
	letter-spacing: 0.22em;
	font-weight: 600;
}
.comform_footer {
	width: 78.125%;
	margin: 0 auto;
	border-top: 1px solid #000;
	padding-top: 5%;
}
.comform_footer p {
	text-align: center;
	font-size: 1.4rem;
	line-height: 24px;
	margin-bottom: 3%;
}
small.copyright {
	display: block;
	margin-top: 2%;
	text-align: center;
	color: #000;
	background-color: #EDEEF0;
	padding: 2.7604% 0;
}
input.back_btn,
a.back_btn {
	margin: 0% auto 13.29% auto;
	background: #B4ADA2;
}
.thanks_wrapper {
	width: 60%;
	padding-bottom:15%;
}
p.thanks_text {
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 2em;
}
a.back_btn {
	width: 420px;
	color: #fff;
	text-align: center;
	margin: 8.6% auto 0 auto;
	font-size: 2.2rem;
	letter-spacing: 0.18em;
	padding: 30px 0;
	display: block;
}
a.fixed_top_logo {
	position: fixed;
	top: 45px;
	left: 60px;
	width: 7.8125%;
}
a.fixed_top_logo img {
	width: 100%;
}
/* .wpcf7-form-control-wrap {
	pointer-events: none;
} */
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.flex-pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.sp_logo {
		position: fixed;
		width: 52px;
		top: 12px;
		left: 12px;
		z-index: 5000;
	}
	#mv {
		padding-top: 0;
		padding-bottom: 0;
	}
	.sp_logo img {
		width: 100%;
	}
	.mv_container {
		width: 84%;
		padding-top: 365px;
	}
	#mv figure.float {
		width: 100%;
		top: 112px;
	}
	.sp_mv {
		background-color: #F0F0F0;
	}
	.sp_mv img {
		width: 100%;
		background-color: #F0F0F0;
	}
	.container {
		width: 84%;
	}
	#about {
		padding-top: 68px;
		padding-bottom: 68px;
	}
	#about .sec_ttl b.big_text  {
		font-size: 16px;
	}
	.sec_ttl b.big_text {
		font-size: 17px;
		letter-spacing: 0.04em;
		line-height: 27px;
		font-weight: 600;
		margin-bottom: 30px;
	}
	#about .about_text p {
		font-size: 14px;
		line-height: 24px;
	}
	#about .about_text p br {
		display: none;
	}
	.merit_list .merit_slider:nth-of-type(3) {
		margin: 0 1.5%;
	}
	.merit_list .merit_slider {
		margin: 0 1.5%;
		position: relative;
		padding-top: 50px;
		min-height: 550px;
	}
	.merit_text p {
		font-size: 14px;
		line-height: 23px;
	}
	.merit_text p br {
		display: none;
	}
	.merit_slider .merit_ttl p {
		font-size: 17px;
		letter-spacing: 0.1em;
		line-height: 27px;
		font-weight: 600;
	}
	.merit_slider span.merit_num {
		font-size: 65px;
		letter-spacing: 0.05em;
		top: -2%;
	}
	.merit_list .merit_slider::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: -19%;
		margin: auto;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 12px 0 12px 15px;
		border-color: transparent transparent transparent #df673f;
	}
	.sec {
		padding-top: 28px;
		padding-bottom: 60px;
	}
	.about_contact {
		margin-top: 20px;
		font-weight: 600;
	}
	.about_contact div span {
		font-size: 16px;
		letter-spacing: 0.15em;
		line-height: 27px;
	}
	.about_contact p {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px;
		font-weight: 400;
		margin-bottom: 40px;
	}
	.btn {
		width: 285px;
		font-size: 14px;
		padding: 5% 0;
	}
	#flow .sec_ttl {
		text-align: left;
	}
	ul.flow_list li {
		margin-bottom: 20px;
	}
	ul.flow_list li a {
		display: none;
	}
	ul.flow_list li div.flex {
		flex-wrap: wrap;
	}
	ul.flow_list li figure {
		width: 100%;
	}
	ul.flow_list li div.flow_content {
		width: 100%;
		margin-left: 0;
	}
	ul.flow_list li:nth-child(1) img.flow_float_img,
	ul.flow_list li:nth-child(5) img.flow_float_img,
	ul.flow_list li:nth-child(6) img.flow_float_img {
		width: 58px;
		left: -24%;
		top: 23%;
	}
	ul.flow_list li:nth-child(1) img.flow_float_img {
		top: 16%;
	}
	ul.flow_list li:nth-child(2) img.flow_float_img {
		top: 23%;
		left: -19%;
	}
	ul.flow_list li:nth-child(3) img.flow_float_img {
		top: 20%;
	}
	ul.flow_list li:nth-child(4) img.flow_float_img {
		top: 26%;
		left: -19%;
	}
	ul.flow_list li:nth-child(5) img.flow_float_img {
		top: 23%;
	}
	ul.flow_list li:nth-child(6) img.flow_float_img {
		top: 17%;
	}

	ul.flow_list li img.flow_float_img {
		width: 31px;
		top: 29%;
		left: -19%;
	}
	ul.flow_list::before {
		height: 82%;
		top: 3%;
		left: 3.5%;
		bottom: auto;
	}
	ul.flow_list li div h3 {
		font-size: 16px;
		letter-spacing: 0.05em;
		line-height: 1;
		padding-top: 20px;
		font-weight: 600;
	}
	ul.flow_list li .flow_content p {
		font-size: 14px;
		line-height: 24px;
	}
	ul.flow_list li .flow_content p br {
		display: none;
	}
	.feature_text p {
		font-size: 12px;
		letter-spacing: 0.09em;
		line-height: 30px;
		margin-bottom: 20px;
	}
	#feature .sec_ttl b.big_text {
		margin-bottom: 20px;
	}
	#feature ul {
		flex-wrap: wrap;
	}
	#feature ul li {
		width: 100%;
		padding: 34px 0px 34px 10px;
		margin-bottom: 20px;
	}
	#feature ul li h3 span {
		font-size: 17px;
		letter-spacing: 0;
		font-weight: 600;
	}
	#feature ul li h3 img {
		width: 20px;
		margin-right: 5px;
	}
	#feature ul li p {
		font-size: 14px;
		line-height: 22px;
		padding-right: 20px;
		padding-left: 10px;
	}
	#feature ul li p br {
		display: none;
	}
	#feature a {
		display: none;
	}
	#feature .container {
		width: 89.3333%;
	}
	#instructor .flex figure {
		width: 100%;
	}
	#instructor .flex figure figcaption {
		font-size: 14px;
		line-height: 27px;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	#graduates.sec {
		padding-bottom: 0px;
	}
	.inst_right div p,
	.inst_right dl {
		font-size: 14px;
		line-height: 23px;
		text-align: left;
	}
	.inst_right {
		width: 100%;
	}
	#instructor {
		padding-top: 28px;
		padding-bottom: 50px;
	}
	#graduates figure.max {
		width: 100vw;
		margin-bottom: 8%;
		margin-left: calc((100% - 100vw) / 2);
	}
	.graduates_list li {
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	.graduates_list li figure {
		width: 100%;
	}
	.graduates_list li div {
		width: 100%;
		margin-left: 0;
	}
	.graduates_list li div b {
		font-size: 16px;
		letter-spacing: 0.08em;
		line-height: 28px;
		padding-top: 25px;
		padding-bottom: 15px;
		font-weight: 600;
	}
	.graduates_list li div b br {
		display: none;
	}
	.graduates_list li div span {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.graduates_list li div p {
		font-size: 14px;
		line-height: 21px;
	}
	#voice {
		background-color: #EDEEF0;
		padding-top: 28px;
	}
	#voice ul.sp li figure {
		width: 100%;
	}
	#voice ul.sp li figure img {
		width: 100%;
	}
	#voice ul.sp li {
		margin-bottom: 50px;
	}
	#voice ul.sp li b {
		font-size: 16px;
		letter-spacing: 0.08em;
		line-height: 28px;
		margin-top: 20px;
		display: block;
	}
	#voice ul.sp li span {
		padding: 20px 0 10px 0;
		display: block;
		font-size: 14px;
		line-height: 22px;
	}
	#voice ul.sp li p {
		font-size: 14px;
		line-height: 21px;
	}
	#message {
		background-color: #fff;
	}
	#message .container {
		background-color: #F4F4F4;
		border-radius: 40px;
		padding-top: 38px;
		padding-bottom: 40px;
	}
	#message .owner_wrap {
		flex-wrap: wrap;
		width: 90%;
		margin: 0 auto;
	}
	#message .owner_wrap figure {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	#message .owner_wrap .owner_text {
		width: 100%;
		margin-left: 0;
	}
	#message .owner_wrap figure figcaption {
		font-size: 14px;
		line-height: 23px;
		margin-bottom: 20px;
	}
	#message .owner_text p {
		font-size: 14px;
		line-height: 23px;
		margin-bottom: 20px;
	}
	#salon .salon_container {
		width: 84%;
	}
	.salon_slider_wrap {
		width: 100%;
		margin-bottom: 30px;
	}
	#salon .salon_info {
		width: 100%;
	}
	#salon .salon_info_wrap {
		flex-wrap: wrap;
	}
	#salon .salon_info ul li {
		font-size: 14px;
		line-height: 22px;
	}
	#salon .salon_info ul li a {
		color: #000;
	}
	#salon a.small_btn {
		width: 417px;
		margin: 0 auto;
	}
	#salon .salon_info a.small_btn {
		font-size: 14px;
letter-spacing: 0.18em;
	}
	#salon iframe {
		height: 145px;
	}
	.contact_tab {
		width: 100%;
	}
	.tab_item {
		font-size: 12px;
		letter-spacing: 0.05em;
		line-height: 17px;
		height: auto;
		padding: 8px 0;
		width: 33.3333%;
	}
	.tab_second {
		padding: 16px 0 17px 0;
	}
	.tab_content {
		width: 84%;
		margin: 0 auto;
	}
	.tab_content dl {
		flex-wrap: wrap;
	}
	.tab_content dl dt,
	.tab_content dl dd {
		width: 100%;
		font-size: 14px;
		letter-spacing: 0.05em;
		line-height: 30px;
	}
	.tab_content dl dd input[type="date"] {
		width: 40%;
		margin-left: 0;
		font-size: 14px;
		
	}
	.tab_content dl dd select {
		width: 50%;
		margin-left: 0;
		font-size: 14px;
		background-color: #fff;
		color: #000;
	}
	.tab_content dl dd select option {
		color: #000;
	}
	input.send {
		width: 80%;
		font-size: 14px;
	}
	span.send_kind,
	.tab_content p {
		font-size: 14px;
	}
	span.send_kind label span {
		font-size: 14px;
	}
	.footer_logo figure {
		text-align: center;
	}
	.footer_logo figure img {
		width: 52px;
	}
	#footer .flex {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	#footer .ft_left {
		width: 100%;
	}
	#footer .ft_nav ul li a {
		font-size: 12px;
		letter-spacing: 0.05em;
	}
	#footer a.grey_btn {
		font-size: 14px;
		letter-spacing: 0.18em;
		width: 85%;
		margin: auto;
	}
	.ft_right {
		text-align: center;
		font-size: 12px;
		line-height: 15px;
		margin-top: 25px;
	}
	#footer .ft_right span {
		font-size: 10px;
		line-height: 17px;
	}
	a.fixed_btn {
		width: 100px;
	}
	.sec_ttl span {
		font-size: 11px;
	}
	.merit_slider .merit_ttl span {
		font-size: 14px;
		letter-spacing: 0;
	}
	#salon .salon_info ul li h3 {
		font-size: 14px;
	}
	#footer .ft_right h3 {
		font-size: 12px;
	}
	#salon h2 {
		font-size: 11px;
	}
	.wpcf7-list-item-label,
	.second_form div {
		font-size: 14px;
	}
	.tab_content dl dd input {
		font-size: 14px;
		width: 100%;
	}
	.tab_content dl:last-of-type dd input {
		width: 100%;
	}
	.confirm_wrapper {
		width: 100%;
	}
	.confirm_wrapper .tab_content dl dt {
		width: 100%;
	}
	.confirm_wrapper h2 p {
		font-size: 20px;
	}
	.confirm_wrapper h2 span {
		font-size: 14px;
	}
	a.fixed_top_logo {
		position: absolute;
		left: 20px;
		top: 20px;
	}
	a.back_btn {
		width: 80%;
		font-size: 16px;
	}
	.tab_content textarea {
		font-size: 16px;
	}
	.merit_list {
		padding-top: 0;
	}
	#salon .salon_info a.small_btn {
		width: 95%;
		padding: 7% 0;
		margin-bottom: 3%;
	}
	#feature ul li h3 {
		padding-left: 10px;
	}
	.other_form,
	.free_form,
	.second_form {
		padding: 0 5px;
	}
}







