@charset "UTF-8";
[data-animation] {
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}
[data-animation="after"] {
	opacity: 1;
}
.intro {
	margin-bottom: 52px;
	margin-top: 77px;
}
.intro_title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 27px;
}
.intro_title > img {
	display: block;
	margin: 0 auto;
}
.intro_text {
	text-align: center;
}
.insta {
	margin-bottom: 71px;
}
.insta_title {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	margin-bottom: 24px;
}
.insta_title > a {
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	color: #fa6388;
	padding: 10px 0;
}
.insta_title > a::before {
	content: "";
}
.insta_title > a::after {
	content: "";
}
.insta_title > a > .icon {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}
.insta_title > a > b {
	display: block;
	font-weight: 500;
	font-size: 16px;
}
.insta_list {
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
}
.insta_list > li {
	width: 152px;
	margin-left: 10px;
}
.insta_list > li:first-child {
	margin-left: 0;
}
.insta_image {
	border-radius: 50%;
	display: block;
	overflow: hidden;
	transition: all .3s;
}
.insta_image > img {
	display: block;
}
.news_box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.news_title {
	font-size: 16px;
	font-weight: 500;
	width: 113px;
	line-height: 55px;
	padding-left: 30px;
	box-sizing: border-box;
}
.news_list {
	list-style: none;
	width: calc(100% - 130px);
}
.news_list > li > a {
	display: -webkit-flex;
	display: flex;
	text-decoration: none;
	color: inherit;
	-webkit-align-items: center;
	        align-items: center;
	padding: 14px 10px;
	background-image: linear-gradient(90deg, #8b7eb7 50%, #fff 50%);
	background-size: 2px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.news_list > li:last-child > a {
	background-image: none;
}
.news_list > li > a::before {
	content: "";
}
.news_list > li > a::after {
	content: "";
}
.news_list > li > a > time {
	display: block;
	margin-right: 1em;
}
.news_list > li > a > b {
	display: block;
	font-weight: normal;
}
.news_link {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	margin-top: 7px;
}
.news_link > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.news_link > a > b {
	font-weight: inherit;
	position: relative;
	z-index: 2;
	display: block;
}
.news_link > a::before {
	content: "";
}
.news_link > a::after {
	content: "";
}
.news_link > a > b > .icon {
	margin-left: 8px;
}
.salon {
	margin-bottom: 98px;
}
.salon_title > img:first-child {
	-webkit-transform: translateX(3%);
	transform: translateX(3%);
}
.salon_text {
	margin-bottom: 1.5em;
}
.salon_box {
	margin-top: 57px;
}
.salon_cols {
	display: -webkit-flex;
	display: flex;
	padding: 15px 0;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
}
.salon_col-no1 {
	width: 192px;
}
.salon_col-no2 {
	width: calc(100% - 216px);
}
.salon_headline {
	background-image: linear-gradient(90deg, #c5bfdb 50%, #fff 50%);
	background-size: 2px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.salon_dList {
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.salon_dList > dt {
	width: 100%;
	font-weight: 500;
	margin-bottom: 6px;
}
.salon_dList > dd {
	width: 49%;
	margin-left: 2%;
}
.salon_dList > dd:nth-child(2n) {
	margin-left: 0;
}
.access {
	padding: 0 30px;
	margin-bottom: 65px;
}
.access_inner {
	max-width: none;
	padding: 0;
}
.access_map {
	position: relative;
	height: 456px;
	background-color: #fbfbfb;
}
.access_map > iframe {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.access_areaText {
	position: absolute;
	width: 360px;
	top: 0;
	left: 50%;
	height: 100%;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.85);
	padding: 10px 15px;
	box-sizing: border-box;
	margin-left: -500px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: center;
	        justify-content: center;
}
.access_image {
	max-width: 156px;
	margin: 0 auto 6px;
}
.access_title {
	margin-bottom: 10px;
}
.access_title > img {
	display: block;
	margin: 0 auto 8px;
}
.access_title > b {
	background-color: #fa6388;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	border-radius: 4px;
	width: 182px;
	line-height: 1;
	height: 22px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	margin: 0 auto 0;
}
.access_dList {
	list-style: none;
	display: -webkit-flex;
	display: flex;
	margin-left: -0.4em;
}
.access_dList > dt {
	white-space: nowrap;
}
.access_dList > dd > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.access_dList > dd > a::before {
	content: "";
}
.access_dList > dd > a::after {
	content: "";
}
.contact {
	background-color: #fff3f6;
	padding: 61px 0 161px;
}
.contact_text {
	text-align: center;
	margin-top: 47px;
	font-weight: 500;
}
.contact_caution {
	text-align: center;
	font-size: 13px;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 1em;
}
.reserve {
	background-color: #ffe6ed;
	border-radius: 20px;
	padding: 36px 40px;
	margin: 29px auto 47px;
}
.reserve_title {
	margin-bottom: 22px;
}
.tel {
	padding: 50px 0px;
	margin-bottom: 50px;
}
.tel_title {
	margin-bottom: 14px;
}
.tel_link {
	max-width: 360px;
	margin: 0 auto;
}
.tel_link > a::before {
	content: "";
}
.tel_link > a::after {
	content: "";
}
.tel_dList {
	list-style: none;
	font-size: 14px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	margin-top: 7px;
}
.tel_dList > dt {
	margin-right: 8px;
}
.form_box {
	background-color: #ffffff;
	border-radius: 30px;
	padding: 30px 35px;
	margin-top: 20px;
}
.form_btn {
	display: block;
	max-width: 280px;
	margin: 0 8px;
	width: 100%;
}
.form_btn + .form_btn {
	margin-top: 20px;
}
.form_btn::before {
	content: "";
}
.form_btn::after {
	content: "";
}
.areaMenu {
	background-color: #fff3f6;
	padding: 46px 0 0px;
	margin-bottom: 235px;
	position: relative;
	z-index: 1;
	margin-top: 151px;
}
.areaMenu::before {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff3f6' viewBox='0 0 1500 71' preserveAspectRatio='none'%3E%3Cpath d='M108.54,22.02C65.6,22.02,26.95,40.39,0,69.69V71h218.28C191.29,40.94,152.13,22.02,108.54,22.02z'/%3E%3Cpath d='M1391.46,22.02c-43.58,0-82.74,18.92-109.73,48.98H1500v-1.31C1473.05,40.39,1434.4,22.02,1391.46,22.02z'/%3E%3Cpath d='M1194.54,35.13c-19.68,0-37.98,5.87-53.26,15.95C1114.26,20.26,1074.61,0.8,1030.4,0.8c-45.1,0-85.47,20.26-112.51,52.17C903.83,42,886.15,35.44,866.93,35.44c-20.18,0-38.67,7.22-53.05,19.2C795.6,42.41,773.64,35.28,750,35.28c-30.57,0-58.34,11.93-78.94,31.38c-11.38-5.88-24.29-9.22-37.99-9.22c-14.5,0-28.12,3.73-39.97,10.27C566.78,27.42,521.3,0.8,469.6,0.8c-44.2,0-83.86,19.46-110.88,50.27C343.43,41,325.13,35.13,305.45,35.13c-30.38,0-57.5,13.99-75.26,35.87H344h36.72h206.93h7.55h71.5h11.81h120.37h34.43h71.5h30.17h184.3H1156h113.81C1252.04,49.11,1224.93,35.13,1194.54,35.13z'/%3E%3C/svg%3E");
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 100%;
	height: 71px;
	display: block;
	background-size: 100% 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.areaMenu::after {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff3f6' viewBox='0 0 1500 174' preserveAspectRatio='none'%3E%3Cpath d='M71.59,62.91c11.81-3.05,24.19-4.67,36.95-4.67c66.84,0,123.28,44.49,141.36,105.46c15.73-11.03,34.88-17.5,55.55-17.5c25.16,0,48.07,9.59,65.3,25.31c26.15-23.65,60.81-38.05,98.85-38.05c39.05,0,74.54,15.19,100.92,39.97h6.74c14.73-13.42,34.32-21.6,55.81-21.6c11.12,0,21.71,2.2,31.4,6.17c17.54-28.87,49.28-48.15,85.53-48.15c29.08,0,55.26,12.42,73.54,32.24c12.62-7.77,27.48-12.26,43.39-12.26c29.05,0,54.59,14.94,69.4,37.55c25.53-21.18,58.31-33.92,94.08-33.92c38.03,0,72.7,14.4,98.85,38.05c17.22-15.72,40.14-25.31,65.3-25.31c20.67,0,39.82,6.48,55.55,17.5c18.08-60.98,74.52-105.46,141.36-105.46c12.76,0,25.14,1.62,36.95,4.67c8.39-33.18,36.78-58.38,71.59-62.06V0H0v0.85C34.81,4.53,63.2,29.73,71.59,62.91z'/%3E%3C/svg%3E");
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 100%;
	height: 174px;
	display: block;
	background-size: 100% 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.areaMenu_headline {
	text-align: center;
	line-height: 1.2;
	font-size: 20px;
	font-weight: 500;
}
.areaMenu_caution {
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}
.areaMenu_box {
	background-color: #fff;
	padding: 50px 50px 95px;
	border-radius: 30px;
	margin-bottom: 40px;
	margin-top: 173px;
	position: relative;
	z-index: 1;
}
.menuNav_cauList {
	list-style: none;
	text-align: center;
}
.menuNav_cauList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.menuNav_list {
	list-style: none;
	max-width: 730px;
	margin: 20px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.menuNav_list:last-child {
	margin-bottom: 0;
}
.menuNav_list > li {
	width: 48.5%;
	margin: 0 auto;
}
.menuNav_list > li > a {
	text-decoration: none;
}
.menuNav_list > li > a::before {
	content: "";
}
.menuNav_list > li > a::after {
	content: "";
}
.menuNav_list > li > a > b > .icon {
	font-size: 23px;
	margin-right: 6px;
}
.menuNav_dList {
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	font-size: 13px;
	margin-top: 5px;
}
.lesson {
	padding-top: 52px;
}
.lesson_ttlImg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.lesson_title {
	text-align: center;
}
.lesson_caution {
	font-size: 14px;
	text-align: center;
}
.lesson_table {
	margin-top: 28px;
	max-width: 736px;
	margin-left: auto;
	margin-right: auto;
}
.lesson_table > tbody > tr > th {
	white-space: nowrap;
}
.lesson_image {
	position: absolute;
	z-index: 10;
	right: -30px;
	bottom: -20px;
	display: none;
}
.menuWrap {
	background: #fff;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	padding: 198px 50px 94px;
	margin-top: 118px;
	margin-bottom: 41px;
}
.menu_btn {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.menu_btn-no1 {
	margin-left: -263px;
}
.menu_btn-no2 {
	margin-left: -87px;
}
.menu_btn-no3 {
	margin-left: 87px;
}
.menu_btn-no4 {
	margin-left: 263px;
}
.menu_btn::before {
	content: "";
}
.menu_btn::after {
	content: "";
}
.menu_btn > b {
	display: block;
	color: #a298c5;
	font-size: 18px;
	line-height: 1;
	margin-top: 15px;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: center;
}
.menu_btn.isCurrent > b {
	color: #fa6388;
}
.menu_btn_circle {
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.menu_btn_circle-no1 {
	background-image: linear-gradient(180deg, #ffa6ba 0%, #ffeec2 100%);
}
.menu_btn_circle-no2 {
	background-image: linear-gradient(180deg, #ffed96 0%, #b1f5ca 100%);
}
.menu_btn_circle-no3 {
	background-image: linear-gradient(180deg, #ffd7f7 0%, #c9ffef 100%);
}
.menu_btn_circle-no4 {
	background-image: linear-gradient(180deg, #b5e7ff 0%, #eedafa 100%);
}
.menu_contents {
	display: none;
	max-width: 730px;
	margin: 0 auto 0;
}
.menu_contents.isCurrent {
	display: block;
}
.menu_title {
	margin-bottom: 35px;
}
.menu_title > img {
	display: block;
	margin: 0 auto;
}
.menu_caution {
	margin-top: 12px;
}
.off {
	background-image: linear-gradient(90deg, #c9f4ff 0%, #ffd7f7 100%);
	padding: 6px;
	margin-top: 20px;
}
.off_in {
	background: #fff;
	padding: 25px 20px;
}
.off_title {
	font-size: inherit;
	color: #fa6388;
	margin-bottom: 5px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	font-weight: 500;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.off_title > b {
	display: -webkit-flex;
	display: flex;
	height: 22px;
	background-color: #fa6388;
	color: #fff;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	border-radius: 4px;
	font-weight: 500;
	margin-left: 10px;
	padding: 0 9px;
	font-size: 15px;
	min-width: 140px;
}
.off_list {
	list-style: none;
	font-size: 13px;
}
.off_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.vis {
	background-color: #ffe5eb;
	background-image: linear-gradient(90deg, #ffecf1 50%, rgba(255, 255, 255, 0) 50%);
	background-size: 80px auto;
	background-repeat: repeat;
	position: relative;
	z-index: 1;
	height: 591px;
	margin-bottom: 52px;
}
.vis::after {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 1500 174' preserveAspectRatio='none'%3E%3Cpath d='M-87-38v322h1823V-38H-87z M1500-0.15c-34.81,3.67-63.2,28.88-71.59,62.06c-11.81-3.05-24.19-4.67-36.95-4.67c-66.84,0-123.28,44.49-141.36,105.46c-15.73-11.03-34.88-17.5-55.55-17.5c-25.16,0-48.07,9.59-65.3,25.31c-26.15-23.65-60.81-38.05-98.85-38.05c-35.76,0-68.55,12.74-94.08,33.92c-14.81-22.61-40.35-37.55-69.4-37.55c-15.91,0-30.77,4.49-43.39,12.26c-18.27-19.82-44.45-32.24-73.54-32.24c-36.25,0-67.99,19.29-85.53,48.15c-9.69-3.97-20.28-6.17-31.4-6.17c-21.5,0-41.08,8.18-55.81,21.6h-6.74c-26.38-24.78-61.87-39.97-100.92-39.97c-38.03,0-72.7,14.4-98.85,38.05c-17.22-15.72-40.14-25.31-65.3-25.31c-20.67,0-39.82,6.48-55.55,17.5c-18.08-60.98-74.52-105.46-141.36-105.46c-12.76,0-25.14,1.62-36.95,4.67C63.2,28.73,34.81,3.53,0-0.15V-1h1500V-0.15z'/%3E%3C/svg%3E");
	display: block;
	width: 100%;
	height: 174px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	background-size: 100% 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.vis_title {
	position: absolute;
	z-index: 11;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: -157px;
	margin-left: 5px;
	transition-delay: .7s;
	width: 184px;
}
.vis_title > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.vis_bg {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/assets/img/home/bg-main@2x.png);
	background-size: 1242px auto;
	background-repeat: no-repeat;
	background-position: center center;
	transition-delay: .3s;
}
.vis_deco {
	position: absolute;
	z-index: 10;
	top: -14px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: -161px;
	margin-top: -100px;
	transition-duration: .7s;
	transition-property: margin-top, opacity;
	transition-delay: 1s;
}
.vis_deco[data-animation="after"] {
	margin-top: 0;
}
.vis_image {
	position: absolute;
	width: auto;
	padding: 7px;
	height: auto;
	z-index: 2;
	left: 50%;
	top: 50%;
	background-image: linear-gradient(90deg, #c9f4ff 0%, #ffd7f7 100%);
	transition-delay: 0.6s;
	-webkit-transform: translate(-50%, -50%) scale(0.8);
	transform: translate(-50%, -50%) scale(0.8);
	transition-duration: 0.5s;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}
.vis_image[data-animation="after"] {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
.vis_image-no1 {
	margin-top: -29px;
	margin-left: 4px;
}
.vis_image-no2 {
	margin-left: -404px;
	margin-top: 80px;
	transition-delay: 0.7s;
}
.vis_image-no3 {
	margin-left: 331px;
	margin-top: -182px;
	transition-delay: 0.9s;
}
.vis_image-no4 {
	margin-left: 410px;
	margin-top: 133px;
	transition-delay: 1.1s;
}
.form dt {
	font-weight: 500;
	padding: 6px 0;
}
.form dd {
	margin-bottom: 10px;
}
.form .must {
	background-color: #FA6388;
	border-radius: 4px;
	color: #FFF;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	margin-left: 6px;
	margin-right: 10px;
	padding: 2px 4px 4px;
	position: relative;
	top: -1px;
}
.form .sep-box {
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	padding: 5px 8px;
}
.form .sep-box + .sep-box {
	margin-top: 8px;
}
.form .sep-box small {
	display: block;
}
.form-submit {
	margin-top: 10px;
	padding: 25px;
}

.mwform-radio-field {
    display: inline-block;
    margin-top: 0.2em;
}
.mwform-radio-field-text {
	position: relative;
	top: -3px;
}
.mwform-radio-field span {
    cursor: pointer;
    padding-left: 20px;
    padding-right: 10px;
    position: relative;
}
.mwform-radio-field span::before {
    background-color: #FFF;
    border: 4px solid #DCD8E9;
    border-radius: 8px;
    content: "";
    display: inline-block;
    height: 8px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 5px;
    width: 8px;
}
.mwform-radio-field input[type="radio"] {
    display: none;
}
.mwform-radio-field input[type="radio"]:checked + span::before {
    border: 4px solid #FA6388;
}
.form-submit {
	text-align: center;
}
.image-field {
	background-color: #FFFCEE;
	border: 1px dashed #D9D9D9;
	overflow: hidden;
	padding: 10px;
}
.image-field img {
	height: auto;
	max-width: 100%;
}
.form_box .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}
.form_box .mwform-radio-field {
    margin-top: 0;
}
.form_box .mw_wp_form .error {
	color: #FA6388;
}

.mw_wp_form_confirm .form .sep-box {
    border: none;
    padding: 0;
}
.mw_wp_form_confirm .form dt small {
	display: none;
}



.follow-menu {
	bottom: 8px;
	display: block;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 8px;
	z-index: 10;
}
.gTelBtn {
	-webkit-align-items: center;
			align-items: center;
	color: #7464a9;
	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	font-size: 24px;
	width: 56px;
	height: 56px;
	background-image: linear-gradient(90deg, #c9f4ff 0%, #ffd7f7 100%);
	border-radius: 50px;
	line-height: 1;
	position: relative;
	-webkit-justify-content: center;
			justify-content: center;
	text-decoration: none;
	margin-bottom: 4px;
}
.gMailBtn {
	-webkit-align-items: center;
			align-items: center;
	color: #7464a9;
	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	font-size: 24px;
	width: 56px;
	height: 56px;
	background-image: linear-gradient(90deg, #c9f4ff 0%, #ffd7f7 100%);
	border-radius: 50px;
	line-height: 1;
	position: relative;
	-webkit-justify-content: center;
			justify-content: center;
	text-decoration: none;
}
.gTelBtn::before,
.gMailBtn::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 24px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.gTelBtn::after,
.gMailBtn::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 24px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	margin: auto;
	opacity: 0;
}
.gTelBtn i,
.gMailBtn i {
	position: relative;
	z-index: 2;
}

.pc-none-413{
	display: none;
}

@media screen and (min-width:1000px) {
	.insta_title > a:hover > b {
		text-decoration: underline;
	}
	.news_list > li > a:hover {
		background-color: rgba(139, 126, 183, 0.1);
	}
	.news_link > a:hover {
		text-decoration: underline;
	}
	button:hover .menu_btn_circle {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	.insta_image:hover {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
}
@media screen and (max-width:999px) {
	.access_areaText {
		position: static;
		-webkit-transform: none;
		transform: none;
		margin: 0;
		width: auto;
		-webkit-align-items: center;
		        align-items: center;
		padding: 25px 25px;
		text-align: center;
	}
	.areaMenu::before {
		width: 1000px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		height: 50px;
	}
	.areaMenu::after {
		width: 1000px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		height: 140px;
	}
	.vis::after {
		width: 1000px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		height: 140px;
	}
	.vis_title {
		width: 160px;
		margin-bottom: -126px;
		margin-left: 14px;
	}
	.vis_deco {
		width: 528px;
		margin-left: -16px;
		top: -15px;
	}
	.vis_image-no1 {
		width: 395px;
		margin-top: -75px;
	}
	.vis_image-no2 {
		width: 190px;
		margin-left: -310px;
	}
	.vis_image-no3 {
		width: 150px;
		margin-left: 280px;
	}
	.vis_image-no4 {
		width: 150px;
		margin-left: 280px;
	}
}
@media screen and (max-width:767px) {
	.intro {
		margin-top: 10px;
		margin-bottom: 34px;
	}
	.intro_title {
		margin-bottom: 20px;
	}
	.intro_text {
		text-align: left;
	}
	.insta {
		background-color: #ffe5eb;
		background-image: linear-gradient(90deg, #ffecf1 50%, rgba(255, 255, 255, 0) 50%);
		background-size: 40px auto;
		background-repeat: repeat;
		position: relative;
		padding: 21px 0 30px;
		margin-bottom: 30px;
	}
	.insta_title {
		margin-bottom: 17px;
	}
	.insta_list {
		-webkit-flex-wrap: wrap;
		        flex-wrap: wrap;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.insta_list > li {
		width: 49%;
		margin-left: 2%;
	}
	.insta_list > li:nth-child(2n + 1) {
		margin-left: 0;
	}
	.insta_list > li:nth-child(n + 3) {
		margin-top: 2%;
	}
	.insta_image > img {
		width: 100%;
	}
	.news_box {
		display: block;
	}
	.news_box::after {
		display: none;
	}
	.news_box::before {
		display: none;
	}
	.news_title {
		width: auto;
		line-height: 1.4;
		text-align: center;
		padding: 0;
		margin-bottom: 11px;
	}
	.news_list {
		width: auto;
	}
	.news_list > li > a {
		display: block;
		line-height: 1.5;
		padding: 13px 2px;
	}
	.news_list > li:last-child > a {
		background-image: linear-gradient(90deg, #8b7eb7 50%, #fff 50%);
		background-size: 2px 1px;
		background-repeat: repeat-x;
		background-position: left bottom;
	}
	.news_link {
		display: block;
		margin-top: 18px;
	}
	.news_link > a {
		background-image: linear-gradient(270deg, #c9f4ff 0%, #ffd7f7 100%);
		border-radius: 50px;
		height: 64px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		        align-items: center;
		-webkit-justify-content: center;
		        justify-content: center;
		letter-spacing: -.1em;
		position: relative;
		z-index: 1;
	}
	.news_link > a > b {
		font-weight: 500;
	}
	.news_link > a::before {
		display: block;
		position: absolute;
		z-index: 0;
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background-color: #fff;
		border-radius: 50px;
	}
	.news_link > a > b > .icon {
		font-size: 16px;
		margin-left: 4px;
	}
	.salon {
		margin-bottom: 31px;
	}
	.salon_text {
		margin-bottom: 1.5em;
	}
	.salon_box {
		margin-top: 29px;
	}
	.salon_cols {
		display: block;
	}
	.salon_col {
		width: auto;
	}
	.salon_image {
		max-width: 152px;
		margin: 0 auto;
	}
	.salon_dList > dd {
		width: 100%;
		margin: 0;
	}
	.access {
		padding: 0 10px;
	}
	.access_areaText {
		background-color: #fff3f6;
		padding: 10px 10px 25px;
	}
	.access_image {
		max-width: 130px;
		margin-bottom: 0;
	}
	.access_addr {
		text-align: left;
	}
	.contact {
		padding-top: 26px;
		padding-bottom: 31px;
	}
	.contact_title {
		margin-bottom: 25px;
	}
	.contact_text {
		text-align: left;
		margin-top: 0;
	}
	.contact_caution {
		text-align: left;
		font-size: 12px;
		margin-top: 7px;
	}
	.reserve {
		padding: 36px 15px;
		margin: 21px 0 20px;
		border-radius: 30px;
	}
	.tel {
		margin-top: 38px;
		padding: 29px 0;
		margin-bottom: 40px;
	}
	.form_box {
		border-radius: 10px;
		padding: 25px 15px;
	}
	.areaMenu {
		margin-top: 84px;
		padding-top: 37px;
		margin-bottom: 129px;
	}
	.areaMenu::before {
		width: 770px;
		height: 40px;
	}
	.areaMenu::after {
		width: 730px;
		height: 100px;
	}
	.areaMenu_caution {
		margin-bottom: 11px;
		font-size: 11px;
	}
	.areaMenu_box {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
		border-radius: 10px;
		margin-top: 113px;
	}
	.menuNav_cauList {
		text-align: left;
		margin-top: 17px;
		font-size: 13px;
	}
	.menuNav_list {
		display: block;
		margin-top: 10px;
	}
	.menuNav_list > li {
		width: auto;
		margin-top: 10px;
	}
	.menuNav_list > li:first-child {
		margin-top: 0;
	}
	.lesson_caution {
		font-size: 11px;
	}
	.lesson_table {
		margin-top: 21px;
	}
	.menuWrap {
		background: no-repeat;
		border: none;
		padding: 0;
		margin: 0;
	}
	.menu_btn {
		position: relative;
		margin: 0;
		-webkit-transform: none;
		transform: none;
		background-color: #fb82a0;
		height: 56px;
		width: 100%;
		color: #fff;
		border-bottom: 1px solid #fff;
		background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0) 0);
		background-size: 20px 20px;
		left: 0;
	}
	.menu_btn-no1 {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.menu_btn-no4 {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.menu_btn > b {
		position: relative;
		color: #fff;
		margin: 0;
		text-align: left;
		padding-left: 15px;
		width: auto;
		top: 0;
	}
	.menu_btn > b::after {
		content: "";
		width: 16px;
		height: 16px;
		background-color: #fff;
		display: block;
		position: absolute;
		z-index: 1;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 17px;
		border-radius: 50%;
	}
	.menu_btn > b::before {
		content: "";
		display: block;
		z-index: 2;
		position: absolute;
		border: 4px solid #fb82a0;
		right: 21px;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
		border-left-color: transparent;
		border-right-color: transparent;
		border-top-width: 0;
		border-bottom-width: 6px;
		margin-top: 1px;
		transition-duration: .3s;
		transition-property: margin-top, -webkit-transform;
		transition-property: transform, margin-top;
		transition-property: transform, margin-top, -webkit-transform;
	}
	.menu_btn.isCurrent > b::before {
		-webkit-transform: translateY(-50%) rotate(0deg);
		transform: translateY(-50%) rotate(0deg);
		margin-top: -1px;
	}
	.menu_btn.isCurrent > b {
		color: #fff;
	}
	.menu_btn_circle {
		display: none;
	}
	.isCurrent > .menu_btn_circle {
		display: -webkit-flex;
		display: flex;
		position: absolute;
		z-index: 1;
		top: 75px;
		left: 0;
		right: 0;
		margin: auto;
		width: 160px;
		padding: 4px;
		box-sizing: border-box;
	}
	.menu_contents {
		background-color: #fff;
		padding: 195px 10px 20px;
	}
	.menu_title {
		margin-bottom: 19px;
	}
	.off_in {
		padding: 15px 15px;
	}
	.off_title {
		display: block;
		text-align: center;
	}
	.off_title > b {
		margin: 5px auto 0;
		width: 140px;
	}
	.off_list {
		font-size: 12px;
		margin-top: 10px;
	}
	.vis {
		background-size: 40px auto;
		height: 615px;
		margin-bottom: 37px;
		overflow: hidden;
	}
	.vis::after {
		width: 770px;
		height: 100px;
	}
	.vis_title {
		margin-bottom: 0;
		bottom: 70px;
		width: 245px;
		margin-left: 16px;
	}
	.vis_bg {
		top: 314px;
		left: 50%;
		width: 1242px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-left: 334px;
		background-size: 1122px auto;
	}
	.vis_image-no1 {
		width: 320px;
		margin-top: -100px;
	}
	.vis_image-no2 {
		display: none;
	}
	.vis_image-no3 {
		display: none;
	}
	.vis_image-no4 {
		display: none;
	}
	.form dt small {
		display: block;
	}
	.follow-menu {
		opacity: 1;
		pointer-events: all;
	}
}





.salon_dList{
	font-size: 15px;
}

@media screen and (max-width:999px) {
.salon_dList{
	font-size: 14px;
}
}

.m-line img{
	z-index: 10;
	margin-right: 6px;
}

.m-line{
	color: #4CC764;
}

.contact-qr{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.contact-qr img{
	z-index: 10;
}

.line-btn img{
	filter: drop-shadow(3px 3px 3px #aaa);
}

.newsNav_list{
	text-align: center;
}

.newsNav_list li{
	margin: 0 auto;
}

@media screen and (max-width:413px) {
	.pc-none-413{
		display: block;
	}
}