@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html,
body {
	background: #fff none;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.6;
	color: #333;
	letter-spacing: 0;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a:hover {
	text-decoration: none;
}
a.tdn:hover {
	text-decoration: none;
}
.defs {
	display: none;
}
iframe[name="google_conversion_frame"] {
	position: absolute;
	top: 0;
}

@media screen and (min-width: 768px) {
	.tel_link {
		pointer-events: none;
	}
}

/* ---------------------------------------------------------------- wrapper ---- */

#wrapper {
	position: relative;
	min-width: 1300px;
	overflow: hidden;
}
.width01,
.width02 {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

@media screen and (min-width: 767px) {
	.width01 {
		width: 1000px;
	}
	.width02 {
		width: 800px;
	}
}
.svg_icon {
	width: 25px;
	height: 25px;
	fill: #fff;
}

.icon_value {
	width: 30px;
	height: 25px;
}
.icon_first {
	width: 15px;
	height: 22px;
}
.icon_qa {
	width: 33px;
	height: 27px;
}
.icon_calendar {
	width: 28px;
	height: 28px;
}
.icon_star {
	width: 21px;
	height: 20px;
}
.icon_star_2 {
	width: 26px;
	height: 22px;
}
.icon_kodawari {
	width: 24px;
	height: 20px;
}
.icon_program {
	width: 20px;
	height: 23px;
}
.icon_lesson {
	width: 21px;
	height: 21px;
}
.icon_setting {
	width: 20px;
	height: 20px;
}
.icon_sonota {
	width: 23px;
	height: 12px;
}

.icon_demake {
	width: 36px;
	height: 30px;
	transform: rotate(-90deg);
}
.icon_flower {
	width: 38px;
	height: 29px;
}

/* ---------------------------------------------------------------- header ---- */

#header {
	background-image: linear-gradient( 90deg, rgb(210,210,210) 0%, rgb(255,255,255) 7%, rgb(247,247,247) 66%, rgb(223,223,223) 79%, rgb(255,255,255) 94%, rgb(215,215,215) 100%);
	color: #444444;
	letter-spacing: 0.15em;
	font-size: 13px;
}
/*============================ #1段目 ============================*/
.h-top {
	justify-content: flex-start;
}
@media screen and (min-width: 768px) {
	.h-top {
		width: 1000px;
		margin: 0 auto 20px;
		height: 30px;
	}
}
.h-top-h1 {
	font-size: 11px;
	color: #444444;
	font-weight: 400;
	font-feature-settings: "palt" 1;
}
/* ---------------------- 右上固定ボタン ---- */
.h-top-btn {
	position: absolute;
	right: 0;
	top: 0;
}
.h-btn-drop{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 3;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
	pointer-events: none;
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s 0.25s ease;
}
.h-btn-drop.h-btn-drop--experience{
	background-color: #f84436;
}
.h-btn-drop.h-btn-drop--lesson{
	background-color: #92885f;
}
.h-btn-drop__item{
}
.h-btn-drop__link{
	border-top: 1px solid #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.h-btn-item {
	width: 155px;
	height: 30px;
	position: relative;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.h-btn-item:hover .h-btn-drop{
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	pointer-events: auto;
	transition: opacity 0.25s 0.25s ease, transform 0.25s 0.25s ease, visibility 0s 0.25s ease;
}
.h-btn__link {
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.3s ease;
	color: #444;
}
.h-btn-item--faq {
	font-size: 11px;
	letter-spacing: 0.15em;
	width: auto;
	margin-right: 10px;
	height: auto;
	line-height: 18px;
	font-weight: 400;
}
.h-btn-item--faq .h-btn__link {
	border-bottom: 1px solid #444;
}
.h-btn-item--faq:hover .h-btn__link {
	color: #ff886c;
	border-bottom: 1px solid #ff886c;
	transition: 0.3s ease;
}
.h-btn-item--experience {
	background-color: #ff886c;
	margin-right: 5px;
}
.h-btn-item--experience .h-btn__link,
.h-btn-item--lesson .h-btn__link {
	color: #fff;
}
.h-btn-item--lesson {
	background-color: #92885f;
}
.h-top-link .h-top-link-list {
	justify-content: flex-start;
}
.h-btn-item--entry {
	background-color: #ff886c;
	width: 195px;
	margin-right: 5px;
}
/* ---------------------- option ---- */
.h-btn-item--nolink {
	background-color: #c6c6c6;
	pointer-events: none;
}

/* ---------------------- 店舗 ---- */
.h-top-link__item {
	display: inline-block;
	width: 125px;
}
.h-mid__link {
	border: 1px solid #6f695c;
	background-color: #6f695c;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.15em;
	line-height: 28px;
	padding-left: 35px;
	display: inline-block;
	position: relative;
	transition: 0.3s ease;
	width: 100%;
}
.h-mid__link:before {
	content: "";
	background: url(../img/header/icon_01.png) center /100% no-repeat;
	width: 10px;
	height: 10px;
	display: inline-block;
	top: 0;
	position: absolute;
	bottom: 0;
	margin: auto;
	left: 9px;
}
.h-top-link__item:not(:last-child) {
	margin-right: 8px;
}
.h-mid__link:hover,
.h-top-link__item--current .h-mid__link {
	transition: 0.3s ease;
	background-color: #3f3933;
}
/*============================ #2段目 ============================*/
.header-inner-middle {
}
@media screen and (min-width: 768px) {
	.header-inner-middle {
		width: 1000px;
		margin: 0 auto 20px;
	}
}

/* ---------------------- option ---- */
.h-btn-item--disable {
	background-color: #c6c6c6;
	pointer-events: none;
}

/* ---------------------------------------------------------------- ヘッダー下側 ---- */
.header-inner-bottom {
	padding: 9px 0 10px 0;
}
.header-logo {
	background: url(../img/header/logo.png) center /100% no-repeat;
	width: 105px;
	height: 46px;
	display: inline-block;
}
.header-logo__link {
	display: block;
	width: 100%;
	height: 100%;
}
.header-nav-list__item {
	border-right: 1px solid #6f695c;
	padding: 5px 20px;
}
.header-nav-list__item:first-child {
	border-left: 1px solid #6f695c;
}
.header-nav-list__item__link {
	position: relative;
	display: inline-block;
	transition: 0.3s ease;
}
.header-nav-list__item__link:after {
	position: absolute;
	bottom: 0.5em;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ff886c;
	opacity: 0;
	transition: 0.3s ease;
}

@media screen and (min-width: 767px) {
	.header-nav-list__item__link:hover::after,
	.header-nav-list__item--current .header-nav-list__item__link:after {
		bottom: -3px;
		opacity: 1;
	}
	.header-nav-list__item__link:hover,
	.header-nav-list__item--current .header-nav-list__item__link {
		color: #ff886c;
		transition: 0.3s ease;
	}
}

/* ---------------------------------------------------------------- main ---- */

#main {
}
.block__ttl-wrp {
	text-align: center;
	margin-bottom: 30px;
}

.block__ttl {
	font-size: 25px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	position: relative;
}

.block__ttl:before,
.block__ttl:after {
	content: "";
	position: absolute;
	width: 300px;
	height: 0;
	border-top: 4px solid #26241f;
	display: inline-block;
	left: 0;
	right: 0;
	margin: auto;
}
.block__ttl:before {
	top: 0px;
}
.block__ttl:after {
	bottom: 0;
}

.block__ttl-wrp span {
	display: block;
	font-size: 18px;
	letter-spacing: 0.15em;
	margin-top: 12px;
}
/* タイトル_白色 */
.block__ttl.block__ttl--f {
	color: #fff;
}
.block__ttl.block__ttl--f:before,
.block__ttl.block__ttl--f:after {
	border-top: 4px solid #fff;
}

/* ---------------------------------------------------------------- ボタン ---- */

.block_btn-wrp {
	text-align: center;
	position: relative;
	font-size: 0;
}

.block_btn__link {
	/* background-color: #26241f; */
	background-image: linear-gradient( 90deg, rgb(234,234,234) 0%, rgb(256,256,256) 49%, rgb(239,239,239) 100%);
	width: 230px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	letter-spacing: 0.15em;
	position: relative;
	display: inline-block;
	z-index: 2;
	overflow: hidden;
	color: #000;
	text-align: center;
}

.block_btn__link::before,
.block_btn__link::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
}

.block_btn__link,
.block_btn__link::before,
.block_btn__link::after {
	box-sizing: border-box;
	transition: transform 0.3s ease;
}

.block_btn__link::after {
	top: 0;
	left: 0;
	transform: scaleX(0);
	transform-origin: right;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.block_btn__link-arw {
	content: "";
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	transform: rotate(45deg);
	position: absolute;
	bottom: 0;
	top: 0;
	right: 10px;
	margin: auto;
}

@media screen and (min-width: 767px) {
	.block_btn__link:hover {
		color: #333;
	}
	.block_btn__link:hover::after {
		transform: scaleX(1);
		transform-origin: left;
	}
	.block_btn__link:hover .block_btn__link-arw {
		border-top: solid 2px #333;
		border-right: solid 2px #333;
	}
}

/* 赤色_ */
.block_btn-wrp--01 .block_btn__link {
	width: 400px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	letter-spacing: 0.15em;
	background-image: none;
	color: #fff;
	background-color: #ff886c;
}
.block_btn-wrp--01 .block_btn__link .block_btn__link-arw {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}
.block_btn-wrp--01 .block_btn__link::after {
	background-color: #7c7165;
}
@media screen and (min-width: 767px) {
	.block_btn-wrp--01 .block_btn__link:hover {
		color: #fff;
	}
	.block_btn-wrp--01 .block_btn__link:hover .block_btn__link-arw {
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
	}
}

/* 白色_ */
.block_btn-wrp--02 .block_btn__link {
	background-color: #fff;
	color: #333;
}

.block_btn-wrp--02 .block_btn__link .block_btn__link-arw {
	border-top: solid 2px #333;
	border-right: solid 2px #333;
}
@media screen and (min-width: 767px) {
	.block_btn-wrp--02 .block_btn__link:hover {
		color: #fff;
	}
	.block_btn-wrp--02 .block_btn__link:hover::after {
		top: 0;
		left: 0;
		background-color: #333;
	}
	.block_btn-wrp--02 .block_btn__link:hover .block_btn__link-arw {
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
	}
}
/* ---------------------------------------------------------------- instructor-nav ---- */
.instructor-nav {
	font-size: 0;
	text-align: center;
}
.instructor-nav__item {
	width: 180px;
	height: 50px;
	background-color: #92885f;
	font-size: 18px;
	letter-spacing: 0.15em;
	line-height: 50px;
	color: #fff;
	margin: 0 10px;
	display: inline-block;
	transition: 0.3s ease;
}
.instructor-nav__item--current {
	background-color: #333;
	transition: 0.3s ease;
}
.instructor-nav__item--disable {
	background-color: #c6c6c6;
	pointer-events: none;
}
@media screen and (min-width: 767px) {
	.instructor-nav__item:hover {
		background-color: #333;
		transition: 0.3s ease;
	}
}
.instructor-nav__item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}
.instructor-nav__item a:before {
	content: "";
	background: url(../img/icon_01.png) center /100% no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
	top: 0;
	position: absolute;
	bottom: 0;
	margin: auto;
	left: 20px;
}
/* ---------------------------------------------------------------- INSTAGRAM ---- */
.sns_boxarea {
	width: 1000px;
	margin: 0 auto 70px;
}
.column-box {
	width: 185px;
	height: 120px;
	background-color: #da6b48;
	color: #fff;
	font-size: 25px;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.column-box__link {
	width: 100%;
	height: 100%;
	-webkit-flex-direction: column;
	flex-direction: column;
	position: relative;
}
.column-box__link span {
	font-size: 14px;
	font-weight: 400;
}
.column-box__link:after {
	content: "";
	width: 9px;
	height: 9px;
	border: 0px;
	border-top: 1px solid rgb(255, 255, 255);
	border-right: 1px solid rgb(255, 255, 255);
	transform: rotate(90deg);
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin: auto;
}
.insta-box {
	background-color: #e5e5e5;
	width: 420px;
}
.instagram-box {
	background-color: #e5e5e5;
	width: 420px;
	font-size: 0;
	padding: 11.5px 9px 11.5px 22px;
}
.instagram-box-inner {
	position: relative;
}
.insta_gallery_img {
	width: 97px;
	height: 97px;
	background-position: center;
	background-size: 100%;
}
.instagram-box__ttl {
	width: 73px;
	height: 82px;
	background: url(../img/sns/btn_ig_icon.png) center /100% no-repeat;
	display: inline-block;
}
.instagram-box__ttl__link {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.instagram-list {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.instagram-list li {
	width: 97px;
	height: 97px;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.instagram-list li:nth-child(4) {
	display: none;
}
.instagram-list li img {
	max-width: 140%;
	min-width: 100%;
	width: auto;
	min-height: 100%;
	max-height: 140%;
	height: auto;
	position: absolute;
	top: -40%;
	right: -40%;
	bottom: -40%;
	left: -40%;
	margin: auto;
}
.instagram-list li:not(:last-child) {
	margin-right: 3px;
}
.instagram-list li img {
	max-width: 100%;
	height: auto;
}
.insta_gallery {
	display: inline-block;
	width: 100%;
	height: 100%;
}
/* ---------------------- option ---- */
.sns-box-inner {
	width: 365px;
}
.sns-box-item {
	width: 175px;
	height: 119px;
}
.sns-box-item--01 {
	background: url(../img/sns/btn_fb_icon.png) center /100% no-repeat;
}
.sns-box-item--02 {
	background: url(../img/sns/btn_line_icon.png) center /100% no-repeat;
}
.sns-box-item__link {
	display: inline-block;
	width: 100%;
	height: 100%;
}
/* ---------------------------------------------------------------- box ---- */
.ft_bnrarea {
	clear: both;
}
.ft_bnrarea-list {
	padding: 60px 0 0;
	align-items: flex-end;
}
.ft_bnrarea--movie {
	width: 623px;
	height: 130px;
	background: url(../img/contact/bnr_movie.jpg) center /100% no-repeat;
	display: inline-block;
	position: relative;
}
.ft_bnrarea--voice {
	width: 360px;
	height: 154px;
	background: url(../img/contact/bnr_voice.png) center /100% no-repeat;
	display: inline-block;
	position: relative;
}
.ft_bnrarea-link {
	display: inline-block;
	width: 100%;
	height: 100%;
}

/* ---------------------------------------------------------------- contact_box ---- */

.contact_box {
	padding: 20px 0 80px;
	align-items: flex-start;
}
/* ---------------------- option ---- */
.ft-telbox {
	width: 620px;
	height: auto;
	background-color: #ece7db;
	padding: 15px 15px 15px;
}
.ft-telbox-ttl-wrp {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.ft-telbox__ttl {
	font-size: 25px;
	line-height: 1.3;
	/*text-align: center;*/
	font-weight: bold;
	position: relative;
	padding: 0 20px;
	margin-right: 20px;
}
.ft-telbox__ttl::before,
.ft-telbox__ttl::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 30px;
	background-color: #26241f;
	display: block;
	margin: auto;
	top: 0;
	bottom: 0;
}
.ft-telbox__ttl::before {
	left: 0;
}
.ft-telbox__ttl::after {
	right: 0;
}
.ft-telbox-ttl-wrp span {
	font-size: 14px;
	font-weight: bold;
}
/* ---------------------- option ---- */

.ft-telbox-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
[class^="ft-telbox-btn--"] {
	width: calc((100% - 30px)/2);
	color: #fff;
	text-align: center;
	padding: 7px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: bold;
	transition: 0.5s ease;
}
.ft-telbox-btn--reserv {
	background-color: #ff886c;
}
.ft-telbox-btn--mail {
	background-color: #8d8d8d;
}
.ft-telbox-btn--reserv .icon_first {
	margin-right: 10px;
}
.ft-telbox-btn__icon {
	width: 23px;
	margin-right: 10px;
	display: block;
}
.ft-shop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ft-shop-item {
}
.ft-shop__link {
	display: block;
	width: calc((100% - 20px)/5);
}
.ft-shop__img {
	width: 100%;
	height: 95px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.ft-shop__img span {
	background-color: #333;
	color: #fff;
	display: inline-block;
	padding: 5px 7px;
	text-align: center;
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 14px;
	line-height: 1.2;
}
.ft-shop__num {
	display: block;
	width: 100%;
	background-color: #92885f;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

/*ft-shop__num::before {
	content: "";
	width: 15px;
	height: 15px;
	background: url(../img/contact/icon_01.png) center /100% no-repeat;
	display: inline-block;
	position: relative;
	margin-right: 5px;
	top: 3px;
}
*/
@media screen and (min-width: 768px) {
	[class^="ft-telbox-btn--"]:hover {
		opacity: 0.6;
	}
}

/* ---------------------- option ---- */
.contact_box-right {
	width: 360px;
	position: relative;
	/*top: -15px;*/
}
/*.contact_box-right--img:nth-child(2) {top: 10px;position: relative;}*/

.contact_box-right__item {
	display: inline-block;
	width: 360px;
}

.contact_box-right__item:nth-child(2) {
	top: 10px;
	position: relative;
}

/* ---------------------------------------------------------------- main-area ---- */

.main-area {
	width: 100%;
	height: 220px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-area__ttl {
	font-size: 40px;
	line-height: 45px;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	font-weight: 200;
}

.main-area__ttl__kana {
	font-size: 18px;
	letter-spacing: 0.15em;
	display: block;
}

/* ---------------------------------------------------------------- breadcrumbs ---- */

.breadcrumbs {
}
.breadcrumbs-list {
}

.breadcrumbs-list__item {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 35px;
}

.breadcrumbs-list__item:not(:last-child)::after {
	content: ">";
	display: inline-block;
	margin: 0 5px;
	position: relative;
}

.breadcrumbs-list__link {
	text-decoration: underline;
}

/* ---------------------------------------------------------------- cat_box ---- */
.cat_box_wrp {
	padding: 60px 0 0px;
}
.cat_box_wrp .block__ttl-wrp {
	margin-bottom: 45px;
}

.cat_box {
	/*width: 1000px; 5つ*/
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
.cat_box__item {
	position: relative;
	width: 150px;
	height: 120px;
}

.cat_box__item__link {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 23px;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	z-index: 2;
	background-image: linear-gradient( 90deg, rgb(234,234,234) 0%, rgb(256,256,256) 49%, rgb(239,239,239) 100%);
	color: #444444;
}

.cat_box__item__link,
.cat_box__item__link::before,
.cat_box__item__link::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: transform 0.3s ease, color 0.3s ease;
	transition: transform 0.3s ease, color 0.3s ease;
}

.cat_box__item__link::before,
.cat_box__item__link::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
}

.cat_box__item__link::after {
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #7c7165;
	transform: scaleX(0);
	transform-origin: right;
}

@media screen and (min-width: 767px) {
	.cat_box__item__link:hover::after,
	.cat_box__item--current .cat_box__item__link:after {
		transform: scaleX(1);
		transform-origin: left;
	}
	.cat_box__item__link:hover,
	.cat_box__item--current .cat_box__item__link {
		color: #fff;
	}
}

.cat_box__item__icon {
	width: 40px;
	height: 40px;
	background-image: linear-gradient( 45deg, rgba(255,142,116,0.99608) 0%, rgb(255,175,166) 100%);
	display: block;
	top: -20px;
	margin: auto;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 3;
	pointer-events: none;
}

.cat_box__item__icon .svg_icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
/* ---------------------------------------------------------------- クリックしない時 ---- */
.cat_box__item--disable .cat_box__item__link {
	background-color: #c6c6c6;
	pointer-events: none;
}

.lesson-wrap {
	display: none;
	position: fixed;
	top: 100px;
	right: 0;
	width: 60px;
}
/* ---------------------------------------------------------------- footer ---- */
.lesson-btn {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}
.lesson-btn__link {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ff886c;
	width: 100%;
	height: 200px;
	padding: 10px;
	z-index: 9999;
}
.lesson-btn__span {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	color: #fff;
	line-height: 16px;
	font-size: 16px;
}

.lesson-btn__small {
	display: block;
	font-size: 12px;
	margin-right: 5px;
}
#footer {
	background-image: linear-gradient( 90deg, rgb(210,210,210) 0%, rgb(255,255,255) 7%, rgb(247,247,247) 66%, rgb(223,223,223) 79%, rgb(255,255,255) 94%, rgb(215,215,215) 100%);
}
.footer-inner {
	position: relative;
	color: #444444;
	padding: 26px 0 20px;
}
.footer-logo {
	width: 140px;
	height: 62px;
	background: url(../img/footer/ft_logo.png) center /100% no-repeat;
	display: block;
	margin: auto;
}
.footer-logo__link {
	display: block;
	width: 100%;
	height: 100%;
}
.footer-excellogo__link {
	display: block;
	width: 200px;
}
.footer-excellogo__link img{
	display: block;
	width: 100%;
}
a.footer-excellogo__link:hover img{
	opacity: 0.6;
}
.footer-ttl {
	font-size: 22px;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 400;
}
/* ---------------------- info ---- */
.footer-info-wrp {
	align-items: flex-start;
}
@media screen and (min-width: 768px) {
	.footer-info-wrp .footer-info-list {
		width: 50%;
	}
}

.footer-info-list {
	font-size: 0;
	padding: 0 30px;
}
.footer-info-list__item {
	display: block;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 23px;
}
@media screen and (min-width: 767px) {
	.footer-info-list__item:not(:last-child) {
		margin-bottom: 10px;
	}
}
/* ---------------------- option ---- */
.footer-nav-list {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	padding: 0 30px;
}
@media screen and (min-width: 768px) {
	.footer-nav-list--center {
		justify-content: center;
		margin-bottom: 20px;
	}
	.footer-nav-list--center .footer-nav-list__item:last-child {
		margin-right: 0;
	}
}
.footer-nav-list__item {
	width: 180px;
	height: 30px;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 28px;
	text-align: center;
	border: 1px solid #444444;
	transition: 0.3s ease;
}
.footer-nav-list__item:not(:nth-child(5n)) {
	margin-right: 10px;
}
@media screen and (min-width: 767px) {
	.footer-nav-list__item:hover {
		background-color: #fff;
		color: #333;
		transition: 0.3s ease;
	}
}
.footer-nav-list__item__link {
	display: block;
	width: 100%;
	height: 100%;
}
/* ---------------------- footer_btm ---- */
.footer-btm-cnt {
	background-color: #3d3b35;
	color: #fff;
	padding: 20.5px 0;
}
.footer-btm-cnt-list {
	display: flex;
	font-size: 12px;
	letter-spacing: 0.05em;
}
.footer-btm-cnt-list__item a {
	transition: 0.3s ease;
}
.footer-btm-cnt-list__item a:hover {
	color: rgb(232, 69, 55);
	transition: 0.3s ease;
}
.footer-btm-cnt-list__item:not(:last-child) {
	margin-right: 15px;
}
.footer-btm-cnt__policy {
	font-size: 12px;
	letter-spacing: 0.1em;
}

/* ---------------------------------------------------------------- page-top ---- */

.page-top-wrp {
	width: 100%;
	position: relative;
}

.pageTop {
	display: none;
	position: relative;
	height: 0;
	margin: 0 auto;
}

.pageTop a {
	position: fixed;
	bottom: 30px;
	right: 70px;
	display: block;
	width: 80px;
	height: 80px;
	padding: 2.5em 0 1em 2px;
	background: #ff886c;
	text-align: center;
	outline: none;
	z-index: 1000;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	letter-spacing: 0.1em;
	font-weight: 600;
	transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
	.pageTop a:hover {
		background: #7c7165;
		-ms-transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}
}

.pageTop a:after {
	content: "";
	background: url(../img/footer/icon_01.png) center /100% no-repeat;
	width: 14px;
	height: 7px;
	display: block;
	text-align: center;
	margin: auto;
	position: relative;
	top: -46px;
}

@media screen and (max-width: 767px) {
	/* ---------------------------------------------------------------- SP Style ---- */
	html,
	body {
		font-size: 13px;
	}
	#wrapper,
	.width02 {
		min-width: 100%;
		width: 100%;
	}

	/* ---------------------------------------------------------------- header ---- */
	.header-logo {
		display: inline-block;
		margin-left: 15px;
		width: 80px;
		height: 35px;
	}

	.h-top-h1-sp {
		font-size: 10px;
		line-height: 15px;
		font-weight: 300;
		letter-spacing: 0;
		width: 160px;
	}

	.header-inner-bottom {
		padding: 0;
	}

	/* ---------------------------------------------------------------- SP menu ---- */

	.header-nav {
		margin: 0;
		padding: 0;
		z-index: 999;
		position: absolute;
		color: #333;
		padding-bottom: 0;
		top: 50px;
		right: 0;
		width: 270px;
		z-index: 1001;
	}

	.header-nav .block-flex {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 270px;
		position: relative;
		/* background-color: #26241f; */
		background-image: linear-gradient( 90deg, rgb(234,234,234) 0%, rgb(256,256,256) 49%, rgb(239,239,239) 100%);
		float: right;
	}

	.header-nav > ul > li:first-child {
		border: none;
		flex-grow: 1;
		text-align: left;
		border-bottom: 1px solid #e2e1e0;
	}

	.header-nav > ul > li {
		border-right: none;
		padding: 0;
		line-height: 36px;
		display: block;
		width: 100%;
		position: relative;
		border-bottom: 1px solid #e2e1e0;
	}

	.header-nav > ul > li:not(:last-child) {
	}

	.header-nav > ul > li > a {
		display: block;
		position: relative;
		padding: 0 20px;
		color: #444;
		font-weight: 300;
		font-size: 12px;
		letter-spacing: 0;
	}

	.header-nav-list__item--01 {
		background-color: #ff886c;
	}
	.header-nav-list__item--02 {
		background-color: #92885f;
		border-bottom: none;
	}
	.header-nav-list__item--01 .header-nav-list__item__link,
	.header-nav-list__item--02 .header-nav-list__item__link {
		color: #fff;
	}

	.header-nav > ul > li:after {
		content: "";
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #ff886c;
		border-right: solid 2px #ff886c;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		bottom: 0;
		top: 0;
		right: 10px;
		margin: auto;
	}

	.header-nav > ul > li.header-nav-list__item--01:after,
	.header-nav > ul > li.header-nav-list__item--02:after {
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
	}

	.header-nav > ul > li.header-nav-list__item--disable {
		background-color: #c6c6c6;
		pointer-events: none;
	}

	/* ---------------------------------------------------------------- box02 ---- */

	.h-c--current:after,
	.header-child-nav ul li:hover:after {
		display: none;
	}

	.btn-menu,
	.btn-menu span {
		display: inline-block;
		transition: all 0.3s;
	}

	.btn-menu {
		position: relative;
		width: 40px;
		height: 50px;
		float: right;
	}

	.btn-menu span {
		position: absolute;
		left: 0;
		width: 30px;
		height: 1px;
		background-color: #444;
		right: 0;
		margin: auto;
	}

	.btn-menu span:nth-of-type(1) {
		top: 14px;
	}
	.btn-menu span:nth-of-type(2) {
		top: 23.5px;
	}
	.btn-menu span:nth-of-type(3) {
		bottom: 15px;
	}

	/* ---------------------------------------------------------------- animation ---- */
	.btn-menu.active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}
	.btn-menu.active span:nth-of-type(2) {
		left: 200%;
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		-webkit-animation: active-menu-bar02 0.8s forwards;
		animation: active-menu-bar02 0.8s forwards;
	}
	@-webkit-keyframes active-menu-bar02 {
		100% {
			height: 0;
		}
	}
	@keyframes active-menu-bar02 {
		100% {
			height: 0;
		}
	}
	.btn-menu.active span:nth-of-type(3) {
		-webkit-transform: translateY(-12px) rotate(45deg);
		transform: translateY(-12px) rotate(45deg);
	}

	/* ---------------------------------------------------------------- box02 ---- */

	.block__ttl-wrp {
		margin-bottom: 20px;
	}

	.block__ttl {
		width: 250px;
		margin: auto;
		font-size: 17px;
		line-height: 36px;
	}

	.block__ttl.block__ttl--f:before,
	.block__ttl.block__ttl--f:after {
		border-top: 3px solid #fff;
	}
	.block__ttl:before,
	.block__ttl:after {
		width: 100%;
		border-top: 3px solid #26241f;
	}

	.block__ttl-wrp span {
		font-size: 15px;
		letter-spacing: 0.025em;
		margin-top: 10px;
		font-weight: 400;
		line-height: 20px;
	}

	.block_btn__link {
		width: 190px;
		height: 35px;
		line-height: 35px;
		font-size: 11px;
		letter-spacing: 0.075em;
	}
	/* ---------------------- 赤色 ---- */
	.block_btn-wrp--01 .block_btn__link {
		width: 250px;
		height: 50px;
		line-height: 50px;
		font-size: 13px;
		letter-spacing: 0.025em;
	}
	/* ---------------------------------------------------------------- インストラクターとスケジュールのところ ---- */
	.instructor-nav {
		width: 90%;
		padding-bottom: 10px;
		margin:  0 auto;
		text-align: left;}

	.instructor-nav__item {
		width: 47%;
		height: 45px;
		font-size: 15px;
		letter-spacing: 0.075em;
		line-height: 45px;
		display: inline-block;
		/*display: block;*/
		margin: 5px;
		/*margin: 10px auto;*/
	}
	/* ---------------------------------------------------------------- box ---- */
	.ft_bnrarea-list {
		padding: 30px 15px 0;
		display: block;
	}
	.ft_bnrarea--movie {
		width: 100%;
		height: 0;
		display: block;
		padding-top: 20.8667737%;
		margin-bottom: 20px;
	}
	.ft_bnrarea--voice {
		width: 100%;
		height: 0;
		display: block;
		padding-top: 42.7777778%;
	}
	.ft_bnrarea-link {
		position: absolute;
		top: 0;
		left: 0;
	}

	/* ---------------------------------------------------------------- contact_box ---- */
	.contact_box {
		padding: 30px 0 35px;
	}
	.contact_box-left {
		width: 100%;
		height: auto;
		background-color: #fff;
		padding: 0px 15px 15px;
	}
	.contact_box-left__btn.block-flex {
		display: block;
		width: 100%;
		margin: auto;
	}

	.contact_box-left__btn__item--tel {
		width: 60%;
		font-size: 23px;
		letter-spacing: 0.015em;
		line-height: 100px;
		height: 100px;
		font-weight: 200;
		display: inline-block;
		float: left;
	}

	/* ---------------------------------------------------------------- box ---- */
	.contact_box-left-telbox dl {
		height: 100%;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.contact_box-left-telbox dt,
	.contact_box-left-telbox dd {
		width: 100%;
		line-height: 1.1em;
	}
	.contact_box-left-telbox dt {
		font-size: 12px;
	}
	.contact_box-left-telbox dd {
		font-size: 17px;
		letter-spacing: 0.05em;
	}
	.contact_box-left-telbox dt:before {
		content: none;
	}
	.contact_box-left-telbox dd:before {
		content: "";
		background: url(../img/contact/icon_01.png) center /100% no-repeat;
		width: 20px;
		height: 20px;
		display: inline-block;
		margin-right: 15px;
		top: 2px;
		position: relative;
	}

	.contact_box-left__btn__item--tel:before {
		width: 16.5px;
		height: 16.5px;
		margin-right: 5px;
	}

	.contact_box-left__btn__item--tel__txt {
		font-size: 10px;
		letter-spacing: 0.175em;
		right: 7%;
		top: 16px;
	}

	.contact_box-left__btn__item--lesson,
	.contact_box-left__btn__item--mail {
		width: 38%;
		height: 45px;
		text-align: left;
		padding-left: 26px;
		padding-top: 7px;
		margin-left: 2%;
		line-height: 14px;
		display: inline-block;
		vertical-align: top;
		font-size: 11px;
	}

	.contact_box-left__btn__item--lesson {
		margin-bottom: 10px;
	}

	.contact_box-left__btn__item--lesson .icon_first,
	.contact_box-left__btn__item--mail--icon {
		position: absolute;
		left: 7.5px;
		top: 0;
		bottom: 0;
		margin: auto;
		display: inline-block;
	}

	.contact_box-left__btn__item--lesson .icon_first {
		left: 10px;
	}

	.contact_box-left__btn__item--mail--icon {
		width: 16px;
		height: 11px;
	}

	.contact_box-right {
		width: 100%;
		position: relative;
		top: 0;
		padding: 0 15px;
	}

	.contact_box-right--img:nth-child(2) {
		top: 0;
		margin-top: 10px;
	}

	.contact_box-right__item {
		width: 100%;
		display: block;
	}
	.insta-box {
		width: 100%;
	}
	.column-box {
		width: calc(100% - 30px);
		height: auto;
		font-size: 16px;
		letter-spacing: 0.025em;
		margin-bottom: 15px;
	}
	.column-box__link {
		-webkit-flex-direction: row;
		flex-direction: row;
		padding: 12.5px 0;
	}
	.column-box__link span {
		font-size: 13px;
	}
	.column-box__link:after {
		width: 4px;
		height: 4px;
	}

	.contact_box-left-telbox--aratama dl,
	.contact_box-left-telbox--kamiotai dl {
		padding: 0 5px;
	}
	.contact_box-left-telbox--aratama dd,
	.contact_box-left-telbox--kamiotai dd {
		font-size: 16px;
	}
	.contact_box-left-telbox--aratama dd:before,
	.contact_box-left-telbox--kamiotai dd:before {
		width: 13px;
		height: 13px;
		margin-right: 5px;
		top: 2px;
	}
	.contact_box-left-telbox--aratama dd span,
	.contact_box-left-telbox--kamiotai dd span {
		font-size: 10px;
		top: -1px;
	}

	/* ---------------------------------------------------------------- box02 ---- */
	.sns_boxarea {
		width: 100%;
		margin: 0 auto 70px;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		display: block;
	}

	.instagram-box {
		width: 100%;
		padding: 15px 15px;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.instagram-box__ttl {
		width: 35px;
		height: 39px;
		display: block;
		margin: 0 auto 10px;
	}

	.instagram-list li {
		margin: 2px;
		width: 46%;
		height: 0;
		padding-top: 45%;
	}

	.instagram-box-inner {
		position: relative;
		width: 100%;
		text-align: right;
	}

	.instagram-list li:nth-child(4) {
		display: inline-block;
	}

	.instagram-list {
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}

	.sns-box-inner {
		width: 100%;
		padding: 0 15px;
		margin: 10px 0;
	}

	.sns-box-item {
		width: 48%;
		height: 0;
		padding-top: 33%;
		position: relative;
	}

	.sns-box-item__link {
		position: absolute;
		top: 0;
		left: 0;
	}

	/* ---------------------------------------------------------------- main ---- */
	.main-area {
		height: 110px;
	}

	.main-area__ttl {
		font-size: 25px;
		line-height: 22.5px;
		letter-spacing: 0.025em;
		font-weight: 100;
	}

	.main-area__ttl__kana {
		font-size: 13px;
		letter-spacing: 0.025em;
		display: block;
		font-weight: 300;
		line-height: 22.5px;
	}

	/* ---------------------------------------------------------------- パンくず ---- */

	.breadcrumbs {
		display: none;
	}

	/* ---------------------------------------------------------------- cat_box ---- */
	.cat_box_wrp {
		padding: 30px 0 0px;
	}
	.cat_box_wrp .block__ttl-wrp {
		margin-bottom: 30px;
	}

	.cat_box {
		width: 100%;
		padding: 0 15px;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}

	.cat_box__item {
		width: 30.3%;
		height: 72px;
		padding: 0px;
		margin-bottom: 20px;
	}
	.cat_box__item:nth-child(2),
	.cat_box__item:nth-child(5) {
		margin: 0 10px;
		margin-bottom: 20px;
	}
	.cat_box__item__link {
		font-size: 10px;
		padding-top: 8px;
		letter-spacing: 0.05em;
	}

	.cat_box__item__icon {
		width: 24px;
		height: 24px;
		top: -11px;
	}

	.icon_value {
		width: 18px;
		height: 15px;
	}
	.icon_first {
		width: 9px;
		height: 13px;
	}
	.icon_qa {
		width: 33px;
		height: 27px;
	}
	.icon_calendar {
		width: 17px;
		height: 17px;
	}
	.icon_star {
		width: 13px;
		height: 12px;
	}
	.icon_star_2 {
		width: 21px;
		height: 18px;
	}

	.icon_kodawari {
		width: 15px;
		height: 12px;
	}
	.icon_program {
		width: 12px;
		height: 14px;
	}

	.icon_lesson {
		width: 16px;
		height: 16px;
	}
	.icon_setting {
		width: 15.5px;
		height: 15.5px;
	}
	.icon_sonota {
		width: 18px;
		height: 9px;
	}

	.icon_demake {
		width: 23px;
		height: 19px;
		transform: rotate(-90deg);
	}
	.icon_flower {
		width: 26px;
		height: 18px;
	}

	/*.cat_box__item:nth-last-child(-n + 3) {
		margin-top: 22px;
	}*/
	.cat_box__item:nth-last-child(-n + 3) {
		margin-top: 0px;
	}
	/*============================ #header ============================*/
	.ft-telbox {
		width: 100%;
		padding: 20px 15px;
		margin-bottom: 30px;
	}
	.ft-telbox-ttl-wrp {
		justify-content: center;
		margin-bottom: 15px;
		flex-direction: column;
	}
	.ft-telbox__ttl {
		font-size: 16px;
		padding: 0 20px;
		margin: 0 auto 20px;
		display: inline-block;
	}
	.ft-telbox__ttl::before,
	.ft-telbox__ttl::after {
		width: 3px;
		height: 22px;
	}
	.ft-telbox-ttl-wrp span {
		text-align: center;
	}
	.ft-telbox-btn {
		align-items: stretch;
	}
	.ft-telbox-btn--reserv .icon_first {
		width: 20px;
		height: 20px;
	}
	[class^="ft-telbox-btn--"] {
		width: calc((100% - 15px)/2);
		padding: 6px 10px;
		font-size: 14px;
	}
	/* ---------------------- option ---- */
	.ft-shop {
		display: block;
	}
	.ft-shop__link {
		display: flex;
		width: 100%;
		align-items: stretch;
		justify-content: space-between;
	}
	.ft-shop__img {
		height: 85px;
		width: 40%;
	}
	.ft-shop__img span {
		padding: 4px 5px;
		top: 3px;
		left: 3px;
		font-size: 12px;
	}
	.ft-shop__link:not(:last-child) {
		margin-bottom: 10px;
	}
	.ft-shop__num {
		font-size: 20px;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 60%;
	}

	/* ---------------------------------------------------------------- footer ---- */
	.pageTop a {
		bottom: 50px;
		width: 50px;
		height: 50px;
		right: 0;
		padding: 1.5em 0 1em 2px;
		font-size: 11px;
		line-height: 12px;
		letter-spacing: 0.05em;
		font-weight: 600;
		transition: none;
	}
	.pageTop a:after {
		top: -37px;
	}
	.lesson-wrap {
		display: none;
		position: fixed;
		top: auto;
		right: 0;
		margin: auto;
		width: 50px;
		z-index: 999;
	}
	.lesson-btn {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		gap: 10px;
		width: 100%;
	}
	.lesson-btn__link {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 160px;
		padding: 10px;
		z-index: 9999;
	}
	.lesson-btn__link.lesson-btn__link--01 {
		display: none;
	}
	.lesson-btn__span {
		color: #fff;
		line-height: 16px;
		font-size: 14px;
	}
	.lesson-btn__small {
		/* display: block;
		font-size: 10px;
		margin-right: 0; */
		display: none;
	}
	.footer-inner {
		padding: 45px 0 15px;
	}
	.footer-inner-left-inner {
		max-width: 100%;
		float: none;
		color: #fff;
		padding: 40px 15px 20px;
	}
	.footer-inner-left {
		width: 100%;
		display: block;
		height: auto;
	}
	.footer-logo {
		width: 167px;
		height: 73px;
		margin-bottom: 20px;
	}
	.footer-excellogo__link {
	display: block;
	width: 100%;
		padding-top: 30px;
	}
	.footer-excellogo__link img{
		display: block;
		width: 100%;
	}
	.footer-ttl {
		font-size: 14px;
		letter-spacing: 0.05em;
		margin-bottom: 6px;
		text-align: center;
	}
	.footer-info-wrp {
		display: block;
	}
	.footer-txt,
	.footer-info-list {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.025em;
		padding: 0 30px;
		text-align: left;
	}
	.footer-info-list__item {
		display: block;
		font-size: 12px;
		letter-spacing: 0.025em;
		line-height: 20px;
	}
	.footer-btm-cnt {
		padding: 10.5px 30px;
	}
	.footer-btm-cnt-list {
		font-size: 0;
		margin-bottom: 10px;
		column-count: 2;
		display: block;
	}
	.footer-btm-cnt-list__item {
		width: 200px;
		font-size: 10px;
		text-decoration: underline;
		letter-spacing: 0.05em;
		line-height: 20px;
	}
	.footer-btm-cnt-list__item:not(:last-child) {
		margin-right: 0;
	}
	.footer-btm-cnt__policy {
		font-size: 11px;
		letter-spacing: 0.05em;
		text-align: center;
		display: block;
		width: 100%;
	}
}
