@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');

/* Font
*****************************************************************/

body {
	font-family:"游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	overflow-x: hidden;
}

html { font-size: 62.5%; }
body { font-size: 15px; font-size: 1.5rem; color: #5a3c1e;}

/* common */

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

::selection {
	background: #f26e3c;
	color: #fff;
}

::-moz-selection {
	background: #f26e3c;
	color: #fff;
}

.gf,
.midashi,
.midashi2  {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

a {
	color: #5a3c1e;
	text-decoration: none;
}

a:hover {
	color: #f26e3c;
}

a img {
	transition: .4s ;
}

a img:hover {
	opacity: .5 ;
}

/* element */

div.btn_01 {
	margin-top: 40px;
}

div.btn_01 a {
	font-size: 17px;
	font-size: 1.7rem;
	color: #5a3c1e;
	border: 1px solid #5a3c1e;
	padding: 11px 10px 11px 60px;
	transition: .3s;
}

div.btn_01 a:hover {
	background-color: #6a4f34;
	color: #fff;
}

div.btn_01 .arr-right {
	position: relative;
	right: -40px;
	display: inline-block;
	width: 50px;
	border-top: 1px solid #5a3c1e;
	vertical-align: middle;
	transition: .3s;
}

div.btn_01 .arr-right::before {
	content: "";
	position: absolute;
	top: -3px;
	right: 2px;
	bottom: 0;
	width: 10px;
	height: 12px;
	margin: auto;
	vertical-align: middle;
	border-top: 1px solid #5a3c1e;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}

div.btn_01 a:hover .arr-right {
	right: -50px;
}

div.btn_02 {
	position: relative;
	top: 50px;
	right: -55px;
}

div.btn_02 a {
	text-align: center;
	position: absolute;
	top: 50px;
	left: 0;
	display: inline-block;
	width: 100px;
	height: 100px;
	padding-top: 38px;
	padding-left: 4px;
	font-weight: 600;
	transition: .3s;
}

div.btn_02 a::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 4px dotted #5a3c1e;
	transition: transform 500ms ease;
	transform: .3s;
}

div.btn_02 a:hover::after {
	transform: rotate(180deg);
	border: 4px dotted #f26e3c;
}

/* Fadein */

body {
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

.fade-in {
	transition: opacity 1s;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
}

/* header
*****************************************************************/

header {
	background-color: #fff;
	height: 150px;
	position: fixed;
	top: 0;
	z-index: 20;
	width: 100%;
	margin: 0;
	transition: .3;
}

header h1 {
	position: fixed;
	top: 65px;
	left: 50px;
}

header h1 img {
	width: 140px;
	height: auto;
}

header .reserved {
	position: fixed;
	top: 0;
	right: 150px;
	width: 150px;
	height: 150px;
	transition: .3s;
}

header .reserved a {
	display: block;
	color: #fff;
	height: 70px;
	background: transparent url(../../images/icon_reserve@2x.png) no-repeat center 50px / contain;
	background-size: 23px;
	background-color: #f26e3c;
	text-align: center;
	padding-top: 80px;
}

header .reserved a:hover {
	background-color: #5a3c1e;
}

/* nav */

header button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	border: 0;
	background: transparent;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
	position: relative;
}

header button:hover {
	cursor: pointer;
}

header button span {
	display: block;
	position: absolute;
	height: 1px;
	width: 50px;
	background-color: #5a3c1e;
	left: 50px;
	transition: .3s;
}

header button span:nth-child(1) {
	top: 58px;
}

header button span:nth-child(2) {
	top: 72px;
}

header button span:nth-child(3) {
	width: 27px;
	top: 86px;
}

header button:hover span {
	background-color: #f26e3c;
}

header button:hover span:nth-child(1) {
	top: 62px;
}

header button:hover span:nth-child(3) {
	top: 82px;
	width: 50px;
}

.h-btn {
	position: fixed;
	top: 0;
	right: 0;
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	background-color: #fff;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* scrool  */

.isin header {
	height: 80px;
}

.isin header h1 {
	top: 25px;
}

.isin header .reserved {
	position: fixed;
	top: 0;
	right: 80px;
	width: 80px;
	height: 80px;
}

.isin header .reserved a {
	font-size: 12px;
	font-size: 1.2rem;
	height: 40px;
	background: transparent url(../../images/icon_reserve@2x.png) no-repeat center 20px / contain;
	background-size: 18px;
	background-color: #f26e3c;
	padding-top: 40px;
}

.isin header .reserved a:hover {
	background-color: #5a3c1e;
}

.isin header button span {
	display: block;
	position: absolute;
	height: 1px;
	width: 32px;
	background-color: #5a3c1e;
	left: 25px;
}

.isin header button span:nth-child(1) {
	top: 28px;
}

.isin header button span:nth-child(2) {
	top: 42px;
}

.isin header button span:nth-child(3) {
	width: 16px;
	top: 56px;
}

.isin header button:hover span {
	background-color: #f26e3c;
}

.isin header button:hover span:nth-child(1) {
	top: 32px;
}

.isin header button:hover span:nth-child(3) {
	top: 52px;
	width: 32px;
}

.isin .h-btn {
	position: fixed;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	background-color: #fff;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* menu */

.menu {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 1);
	transition: .3s ease-in;
	opacity: 0;
	pointer-events: none; /*重なり考慮*/
	clip-path: polygon(0 0, 100% 0%, 100% 50%, 0% 100%);
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.menu.open {
	height: 100%;
	background-color: rgba(242, 110, 60, 1);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	opacity: 1;
	transition: .3s ease-in;
	pointer-events: auto!important; /*重なり考慮*/
	padding-left: 60vw;
}

header nav .close_btn {
	width: 50px;
	height: 50px;
	position: fixed;
	z-index: 9999;
	top: 50px;
	right: 50px;
	cursor: pointer;
	display: inline-block;
}

header nav .close_btn::before {
	position: absolute;
	top: 20px;
	content: "";
	display: inline-block;
	width: 50px;
	border-top: 1px solid #fff;
	transform: rotate(30deg);
}

header nav .close_btn::after {
	position: absolute;
	top: 20px;
	content: "";
	display: inline-block;
	width: 50px;
	border-top: 1px solid #fff;
	transform: rotate(-30deg);
}

header nav ul.menu li {
	margin: auto;
	padding: 14px 0 14px 10px;
	opacity: 0;
}

header nav ul.menu li a {
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
}

header nav ul.menu li a.arr {
	background: transparent url(../../images/icon_menu@2x.png) no-repeat center left / contain;
	background-size: 14px;
	padding-left: 1.2em;
	padding-bottom: 3px;
	transition: .3s;
}

header nav ul.menu li a.arr:hover {
	margin-left: 0.8em;
	padding-left: 0.8em;
}

header nav ul.menu .s_logo img {
	width: 190px;
	height: auto;
}

header nav ul.menu.open li {
	opacity: 1;
}

header nav ul.menu li { width: 50%; }
header nav ul.menu.open li:first-child { width: 70%; transition: .6s ease-in; }
header nav ul.menu.open li:nth-child(2) { width: 70%; transition: .65s ease-in; }
header nav ul.menu.open li:nth-child(3) { width: 70%; transition: .7s ease-in; }
header nav ul.menu.open li:nth-child(4) { width: 70%; transition: .75s ease-in; }
header nav ul.menu.open li:nth-child(5) { width: 70%; transition: .8s ease-in; }
header nav ul.menu.open li:nth-child(6) { width: 70%; transition: .85s ease-in; }
header nav ul.menu.open li:nth-child(7) { width: 70%; transition: .90s ease-in; margin-top: 24px;}

header nav ul.menu.open li:nth-child(7) a { background: none; padding-left: 0}

/* side_nav
*****************************************************************/

.side_nav {
	background-color: #fff;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 300px;
}

.side_nav nav {
	margin-top: 150px;
	padding: 50px;
}

.side_nav nav ul li {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 3em;
}

.side_nav nav ul li a {
}

.side_nav .information {
	background-color: #fff;
	min-width: 310px;
	position: absolute;
	bottom: 0;
	padding: 50px;
}

.side_nav .information h2.midashi {
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 10px;
}

.side_nav .information ul {
	font-size: 13px;
	font-size: 1.3rem;
}

.side_nav .information ul li a span {
	margin-right: 2em;
}

/* topPage
*****************************************************************/

.fv {
	position: relative;
	margin: auto;
	width: 100vw;
	height: 100vh;
}

.fv div.fv_bg img {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}

/* Page Cont Common */

.main .inner {
	max-width: 1000px;
	margin: auto;
}

.main h2.midashi {
	margin: 80px auto 60px;
	text-align: center;
}

.main h2.midashi .gf {
	display: block;
	font-size: 30px;
	font-size: 3.0rem;
}

.main h2.midashi .jp {
	font-size: 13px;
	font-size: 1.3rem;
}

/* topPage Cont */

.top_01 .block_01 {
	max-width: 640px;
	margin: 180px auto 150px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top_01 .block_01 .block_01_title {
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: 600;
	letter-spacing: 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1.6em;
}

.top_01 .block_01 .block_01_cont {
	font-size: 13px;
	font-size: 1.3rem;
	max-width: 310px;
}

.top_01 .block_02 {
	max-width: 900px;
	margin: 0 auto 150px;
}

.top_01 .block_02 .shop_slide {

}

.top_02 {
	background-color: #f7f2ec;
	padding-bottom: 65px;
}

.top_02 .inner {
	max-width: 780px;
	padding-top: 1px;
}

/* menu-table */

.menu_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.menu_box div {
	width: 350px;
	margin-bottom: 75px;
}

.menu_box div ul li {
	font-size: 15px;
	font-size: 1.5rem;
}

.menu_box div ul li.tl {
	position: relative;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}

.menu_box div ul li.tl span {
	z-index: 5;
	background-color: #f7f2ec;
}

.menu_box div ul li.tl span:first-child {
	padding-right: 3px;
}

.menu_box div ul li.tl span:nth-child(2){
	padding-left: 6px;
}

.menu_box div ul li.tl::after {
	border-bottom: 2px dotted #b3a596;
	content: "";
	position: absolute;
	z-index: 4;
	bottom: .8em;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.menu_box div ul li:first-child {
	color: #f26e3c;
	font-size: 22px;
	font-size: 2.2rem;
	border-bottom: 1px solid #b3a596;
	padding-bottom: 10px;
}

.menu_box div ul li.exp {
	color: #aaa;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.6em;
	text-align: justify;
	padding-top: 8px;
}

.menu_box div ul li.hosoku {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
	margin-top: 100px;
}

.top_02 .btn_01 {
	margin: auto;
	text-align: center;
}

.top_03 .inner,
.top_04 .inner {
	max-width: 1200px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.top_03,
.top_04 {
	width: 100%;
	margin-top: 165px;
	margin-left: -100px;
	margin-bottom: 190px;
	position: relative;
}

.top_03 h2.midashi,
.top_04 h2.midashi {
	text-align: left;
	width: 220px;
	transform: rotate(90deg);
}

.top_03 .styling {
	max-width: 1040px;
}

.top_03 .styling li {
	position: relative;
}

.top_03 .styling li a img {
	width: 80%;
	height: 400px;
	object-fit: cover;
	transition: 0 ;
}

.top_03 .styling li a img:hover {
	opacity: 1 ;
}

.top_03 .styling li span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	position: absolute;
	top: 0;
	left: 10px;
	padding: 4px 20px;
	border-radius: 5px;
	color: #f26e3c;
	background-color: #fff;
	border: 2px solid #f26e3c;
}

.top_03 .styling li span::before,
.top_03 .styling li span::after{
	content: "";
	position: absolute;
	right: 0;
	left: 30px;
	width: 0;
	height: 0;
	margin: auto;
	transform: rotate(-180deg);
}

.top_03 .styling li span::before{
	bottom: -14px;
	border-style: solid;
	border-color: transparent transparent #f26e3c transparent;
	border-width: 0 14px 14px 0;
}

.top_03 .styling li span::after{
	bottom: -10px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	border-width: 0 10px 10px 0;
	z-index: 10;
}

/* top_04 */

.top_04 .inner {
	max-width: 1000px;
}

.top_04 {
	margin: 0 auto 155px;
}

.top_04 div.top_04_title {
	width: 120px;
}

.top_04 div.top_04_title h2.midashi {
	margin-left: -80px;
}

.top_04 div.top_04_title div.btn_02 {
	position: relative;
	left: -28px;
	right: auto;
}

ul.information {
	width: 820px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.information li p.thumb {
	width: 380px;
	height: 290px;
}

ul.information li p.thumb img {
	width: 380px;
	height: 290px;
	object-fit: cover;
}

ul.information li p.info_title {
	max-width: 380px;
	margin: 25px auto 55px;
	line-height: 1.6em;
}

ul.information li p.info_title span {
	display: block;
}

/* top_05 */

#access {
	display: block;
	padding-top: 70px;
	margin-top: -70px;
}

.top_05 {
	margin: auto;
}

.top_05 .big_banner {
	max-width: 1000px;
	margin-bottom: 50px;
}

.top_05 .big_banner a {
	display: block;
	color: #f26e3c;
	border: 1px solid #f26e3c;
	padding: 85px 65px;
	transition: .3s;
}

.top_05 .big_banner a span:first-child {
	display: inline-block;
	min-width: 365px;
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: 600;
}
.top_05 .big_banner a span:nth-child(2) {
	display: inline-block;
	min-width: 350px;
	font-size: 14.5px;
	font-size: 1.45rem;
	letter-spacing: 0;
}

.top_05 .big_banner a .arr-right {
	position: relative;
	right: 0;
	display: inline-block;
	width: 130px;
	border-top: 1px solid #f26e3c;
	vertical-align: middle;
	transition: .3s;
}

.top_05 .big_banner a .arr-right::before {
	content: "";
	position: absolute;
	top: -3px;
	right: 2px;
	bottom: 0;
	width: 10px;
	height: 12px;
	margin: auto;
	vertical-align: middle;
	border-top: 1px solid #f26e3c;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}

.top_05 .big_banner a:hover {
	color: #fff;
	background-color: #f26e3c;
}

.top_05 .big_banner a:hover .arr-right {
	right: -10px;
	border-top: 1px solid #fff;
}

.top_05 .big_banner a:hover .arr-right::before {
	border-top: 1px solid #fff;
}

.top_05 .gmap {
	margin: 142px auto 0;
}

.top_05 .salon_info {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 65px auto;
}

.top_05 .salon_info div:first-child {
	width: 40%;
}

.top_05 .salon_info div:first-child h2.midashi {
	text-align: left;
	margin: 0;
}

.top_05 .salon_info div:second-child {
	width: 60%;
}

.top_05 .salon_info div.info_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top_05 .salon_info div.info_block div {
	width: 50%;
	margin-bottom: 30px;
}

.top_05 .salon_info div.info_block div:nth-child(3) {
	width: 100%;
}

.top_05 .salon_info div.info_block div table th {
	font-weight: normal;
	text-align: left;
	padding-right: 1em;
}

.top_05 .voice {
	text-align: center;
}

.top_05 .voice div.btn_01 {
	margin-top: 60px;
}

.top_05 .voice div.btn_01 a {
	padding: 34px 50px 34px 96px;
}

.top_05 .voice div.btn_01 a .arr-right {
	right: -80px;
}

.top_05 .voice div.btn_01 a:hover .arr-right {
	right: -90px;
}

/* about
*****************************************************************/

.cont {
	padding-top: 100px;
}

.about_01 {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2.6em;
}

.about_01 .head_img {
	margin: 120px auto 100px;
	text-align: center;
}

.about_01 p.head_txt {
	text-align: center;
}

.about_01 div {
	max-width: 600px;
	margin: 120px auto 0;
}

.about_01 div h3 {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.6em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}

.about_01 div h3 span {
	color: #f26e3c;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 14px;
	text-align: center;
	display: block;
}

.about_01 .salon_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 125px;
}

.about_02 .arr_long {
	margin: 160px auto 120px;
	position: relative;
	display: block;
	width: 150px;
	border-top: 1px solid #5a3c1e;
	vertical-align: middle;
	-webkit-transform: rotate(90deg);
}

.about_02 .arr_long::before {
	content: "";
	position: absolute;
	top: -3px;
	right: 2px;
	bottom: 0;
	width: 10px;
	height: 12px;
	margin: auto;
	vertical-align: middle;
	border-top: 1px solid #5a3c1e;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}

.about_02 .stylist {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.about_02 .stylist div {
	width: 290px;
	margin: 50px auto;
}

.about_02 .stylist div p {
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0;
}

.about_02 .stylist div .pic img {
	width: 290px;
	height: 290px;
	border-radius: 50%;
}

.about_02 .stylist div h4.namae {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0;
	text-align: center;
	margin: 20px auto;
	line-height: 1.6em;
}

.about_02 .stylist div h4.namae span {
	font-size: 13px;
	font-size: 1.3rem;
	color: #f26e3c;
	display: block;
}

/* information
*****************************************************************/

.info_menu {
	display: flex;
	justify-content: flex-end
}

.info_menu div {
	margin: 80px 0 60px;
}

.info_menu div select {
	position: relative;
	min-width: 150px;
	text-align: center;
	color: #5a3c1e;
	background-color: white;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.6em;
	padding: 10px;
	letter-spacing: 0.1em;
	border: 1px solid #5a3c1e;
	margin-left: 40px;
	/* 矢印を消す */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.info_01 ul.information {
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.info_01 ul.information li {
	position: relative;
	margin-bottom: 40px;
}

.info_01 ul.information li p.thumb {
	width: 290px;
	height: 210px;
}

.info_01 ul.information li p.thumb img {
	width: 290px;
	height: 210px;
	object-fit: cover;
}

.info_01 ul.information li p.info_title {
	margin: 25px auto 55px;
	line-height: 1.6em;
}

.info_01 ul.information li p.info_title span {
	display: block;
}

.info_01 ul.information li span.ico {
	min-width: 50px;
	font-size: 10.5px;
	font-size: 1.05rem;
	font-weight: bold;
	text-align: center;
	position: absolute;
	z-index: 10;
	top: -10px;
	left: -10px;
	padding: 0 10px;
	border-radius: 5px;
	color: #5a3c1e;
	background-color: #fff;
	border: 1px solid #5a3c1e;
}

.info_01 ul.information li span.ico::before,
.info_01 ul.information li span.ico::after{
	content: "";
	position: absolute;
	right: 0;
	left: 30px;
	width: 0;
	height: 0;
	margin: auto;
	transform: rotate(-180deg);
}

.info_01 ul.information li span.ico::before{
	bottom: -10px;
	border-style: solid;
	border-color: transparent transparent #5a3c1e transparent;
	border-width: 0 10px 10px 0;
}

.info_01 ul.information li span.ico::after{
	bottom: -8px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	border-width: 0 8px 8px 0;
	z-index: 10;
}

.info_01 ul.information::after {
	content: "";
	display: block;
	width: 290px;
	height: 0;
}

.pagenation {
	text-align: center;
	margin: auto;
}

.pagenation ul {
	display: flex;
	justify-content: center;
	margin: auto;
}

.pagenation ul li {
	margin: 0 .7em;
}

.pagenation ul li .current {
	border-bottom: 1px solid #5a3c1e;
}


/* information - single
*****************************************************************/

.single {

}

.single .inner {
	max-width: 700px;
}

.single .head_img {
	margin: 120px auto 60px;
	text-align: center;
}

.single .head_img img {
	width: 700px;
	height: auto;
}

.single .head_area {
	margin: 60px auto;
	text-align: center;
}

.single .head_area h3.title {
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	padding-bottom: 12px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

.single .head_area p.cate {

}

.single .head_area p.cate span.date {
	margin-left: 6px;
	padding-left: 6px;
	border-left: 1px solid #ccc;
}

.single .txt_area {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e8e8e8;
}

.single .txt_area p {
	margin-bottom: 60px;
	line-height: 2.4em;
}

.single .txt_area p img {
	display: block;
	width: 520px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.single .txt_area h2 {
	margin-bottom: 20px;
}

.single .pagenav {
	display: flex;
	justify-content: space-between;
}

.single .pagenav a {
	letter-spacing: 0.1em;
}

/* hair styling */

.styling_page .head_img img {
	width: 356px;
	height: auto;
}

.styling_page .txt_area p img {
	display: block;
	width: 356px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.taglst {
	margin-bottom: 80px;
}

.taglst ul li {
	display: inline-block;
}

.taglst ul li a {
	color: #f26e3c;
	margin-right: 1em;
}

.taglst ul li a:hover {
	color: #5a3c1e;
}

/* footer
*****************************************************************/

body.menu_page {
	background-color: #f7f2ec;
}

.menu_01 .inner {
	max-width: 780px;
	padding-top: 1px;
}

/* footer
*****************************************************************/

footer {
	margin: 200px auto 80px;
	text-align: center;
}

footer p {
	font-size: 11px;
	font-size: 1.1rem;
}

.pageTop {
	position: fixed;
	z-index: 999;
	right: 0;
	bottom: 30px;
}

.pageTop .arr-top {
	position: relative;
	top: -48px;
	left: -38px;
	display: inline-block;
	width: 50px;
	border-top: 1px solid #5a3c1e;
	vertical-align: middle;
	-webkit-transform: rotate(-90deg);
	transition: .3s;
	background-color: #ccc;
}

.pageTop .arr-top::before {
	content: "";
	position: absolute;
	top: -3px;
	right: 2px;
	bottom: 0;
	width: 10px;
	height: 12px;
	margin: auto;
	vertical-align: middle;
	border-top: 1px solid #5a3c1e;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}

.pageTop a:hover .arr-top {
	top: -52px;
	border-top: 1px solid #f26e3c;
}

.pageTop a:hover .arr-top::before {
	border-top: 1px solid #f26e3c;
}

.sp { display: none; }

@media screen and (max-width: 1100px) {

.inner {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}

/* scrool  */

header {
	height: 64px!important;
}

header h1 {
	top: 20px!important;
	left: 3%!important;
}

header h1 img {
	width: 100px!important;
	height: auto!important;
}

header .reserved {
	position: fixed!important;
	top: 0!important;
	right: 64px!important;
	width: 64px!important;
	height: 64px!important;
}

header .reserved a {
	font-size: 12px!important;
	font-size: 1.2rem!important;
	height: 32px!important;
	background: transparent url(../../images/icon_reserve@2x.png) no-repeat center 16px / contain!important;
	background-size: 14px!important;
	background-color: #f26e3c!important;
	padding-top: 32px!important;
}

header button span {
	display: block!important;
	position: absolute!important;
	height: 1px!important;
	width: 25px!important;
	background-color: #5a3c1e!important;
	left: 20px!important;
}

header button span:nth-child(1) {
	top: 22px!important;
}

header button span:nth-child(2) {
	top: 33px!important;
}

header button span:nth-child(3) {
	width: 13px!important;
	top: 45px!important;
}

header button:hover span {
	background-color: #f26e3c!important;
}

header button:hover span:nth-child(1) {
	top: 25px!important;
}

header button:hover span:nth-child(3) {
	top: 41px!important;
	width: 25px!important;
}

.h-btn {
	position: fixed!important;
	top: 0!important;
	right: 0!important;
	width: 64px!important;
	height: 64px!important;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	z-index: 10!important;
}

/* menu */

.menu.open {
	padding-left: 0;
}

header nav .close_btn {
	top: 10px;
	right: 10px;
}

/* side_nav */

.side_nav {
	background-color: #fff;
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	width: 100%;
}

.side_nav nav {
	display: none;
}

.side_nav nav ul li {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 3em;
}

.side_nav nav ul li a {
}

.side_nav .information {
	min-width: auto;
	width: 90%;
	position: relative;
	bottom: 0;
	padding: 5%;
}

/* topPage */

.fv {
	margin-top: 64px;
	height: 60vh;
}

.fv div.fv_bg img {
	height: 60vh;
}

.top_03 .sp,
.top_04 .sp {
	display: block;
}

.top_03 .pc,
.top_04 .pc {
	display: none;
}

.top_03 .inner,
.top_04 .inner {
	max-width: 100%;
	width: 100%;
	display: block;
}

.top_03,
.top_04 {
	width: 100%;
	margin: 85px auto;
	position: relative;
}

.top_03 h2.midashi,
.top_04 h2.midashi {
	text-align: left;
	width: auto;
	transform: rotate(0deg);
	margin-left: 5%;
}

.top_03 .styling {
	width: 100%;
}

.top_03 .styling.slick-slide {
	padding: auto;
	margin: auto;
}

.top_03 .styling img {
	aspect-ratio: 3 / 4;
	width: 80%;
	height: auto;
	margin: 10%;
}


.top_03 .styling li span {
	top: 15px;
	left: 15px;
}

/* top_04 */

.top_04 .inner {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}

.top_04 {
	margin: 0 auto 60px;
}

.top_04 div.top_04_title {
	width: auto;
}

.top_04 div.top_04_title h2.midashi {
	display: block;
	margin-left: 0;
}

.top_04 div.top_04_title div.btn_02 {
	position: relative;
	left: 0;
	right: auto;
}

div.btn_02 {
	width: 100%;
	height: 120px;
	display: inline-block;
	position: relative;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

div.btn_02 a {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}

ul.information {
	width: 100%;
	justify-content: space-between;
}

ul.information li {
	width: 48%;
}

ul.information li p.thumb {
	width: 100%;
	height: auto;
	object-fit: cover;
}

ul.information li p.thumb img {
	aspect-ratio: 4 / 3;
	width: 100%;
	height: auto;
}

ul.information li p.info_title {
	margin: 0 auto 40px;
}

/* information */

.info_menu div {
	margin: 0 0 60px;
}

.info_01 ul.information {
	width: 100%;
	justify-content: space-between;
}

.info_01 ul.information li {
	width: 48%;
}

.info_01 ul.information li p.thumb {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.info_01 ul.information li p.thumb img {
	aspect-ratio: 4 / 3;
	width: 100%;
	height: auto;
}

.info_01 ul.information li p.info_title {
	margin: 0 auto 20px;
}

}

@media screen and (max-width: 736px) {

.pc { display: none!important; }
.sp { display: block!important; }

/* common */

.btn_01 {
	margin: auto;
	text-align: center;
}

/* scrool  */

header h1 {
	left: 5%;
}

/* topPage */

.fv {
	height: 30vh;
}

.fv div.fv_bg img {
	height: 30vh;
}

/* topPage Cont */

.top_01 .block_01 {
	max-width: 100%;
	margin: 0 auto 80px;
}

.top_01 .block_01 .block_01_title {
	font-size: 32px;
	font-size: 3.2rem;
	margin: 60px auto;
}

.top_01 .block_01 .block_01_cont {
	max-width: 80%;
	margin: auto;
	text-align: justify;
}

.top_01 .block_02 {
	max-width: 100%;
	margin: 0 auto 60px;
}

.top_01 .block_02 .shop_slide {
	width: 100%;
}

.top_01 .block_02 .shop_slide img {
	width: 100%;
	height: auto;
}

.top_02 .inner {
	width: 84%;
	margin-right: 8%;
	margin-left: 8%;
}

/* menu-table */

.menu_box {
	display: block;
}

.menu_box div {
	width: 100%;
	margin-bottom: 45px;
}

.top_03 .inner,
.top_04 .inner {
	max-width: 100%;
	width: 100%;
	display: block;
}

.top_03,
.top_04 {
	width: 100%;
	margin: 85px auto;
	position: relative;
}

.top_03 h2.midashi,
.top_04 h2.midashi {
	text-align: left;
	width: auto;
	transform: rotate(0deg);
	margin-left: 5%;
}

/* top_04 */

.top_04 .inner {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}

.top_04 {
	margin: 0 auto 60px;
}

.top_04 div.top_04_title {
	width: auto;
}

.top_04 div.top_04_title h2.midashi {
	display: block;
	margin-left: 0;
}

.top_04 div.top_04_title div.btn_02 {
	position: relative;
	left: 0;
	right: auto;
}

div.btn_02 {
	width: 100%;
	height: 120px;
	display: inline-block;
	position: relative;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

div.btn_02 a {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}

ul.information {
	width: 100%;
	justify-content: space-between;
}

ul.information li {
	width: 48%;
}

ul.information li p.thumb {
	width: 100%;
	height: auto;
	object-fit: cover;
}

ul.information li p.thumb img {
	aspect-ratio: 4 / 3;
	width: 100%;
	height: auto;
}

ul.information li p.info_title {
	margin: 0 auto 40px;
}

/* top_05 */

.top_05 .big_banner {
	margin-bottom: 30px;
}

.top_05 .big_banner a {
	padding: 54px 40px;
}

.top_05 .big_banner a {
	padding: 54px 40px;
}

.top_05 .big_banner a span:first-child {
	min-width: auto;
}

.top_05 .big_banner a span:nth-child(2) {
	min-width: auto;
	margin-top: 10px;
	line-height: 1.2em;
}

.top_05 .gmap {
	width: 100vw;
	margin: 60px calc(50% - 50vw);
}

.top_05 .salon_info {
	width: 100%;
	display: block;
	margin: 65px auto;
}

.top_05 .salon_info div {
	width: 100%!important;
}

.top_05 .salon_info div h2.midashi {
	text-align: left;
	margin: 0;
	padding-bottom: 30px;
}


.top_05 .salon_info div.info_block {
	display: block;
}

.top_05 .salon_info div.info_block div {
	width: 100%;
	margin-bottom: 15px;
}

.top_05 .salon_info div.info_block div:nth-child(3) {
	width: 100%;
}

.top_05 .voice div.btn_01 {
	margin-top: 30px;
}

.top_05 .voice div.btn_01 a {
	padding: 17px 25px 17px 48px;
}

.top_05 .voice div.btn_01 a .arr-right {
	right: -40px;
}

.top_05 .voice div.btn_01 a:hover .arr-right {
	right: -45px;
}

/* about */

.cont {
	padding-top: 60px;
}

.about_01 {
	line-height: 2.2em;
}

.about_01 .head_img {
	width: 100vw;
	margin: 60px calc(50% - 50vw);
}

.about_01 .head_img img {
	width: 100%;
	height: auto;
}

.about_01 div {
	/*max-width: 600px;*/
	margin: 60px auto 0;
}

.about_01 div h3 {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.6em;
}

.about_01 div h3 span {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 12px;
}

.about_01 .salon_img {
	display: block;
	margin-top: 60px;
}

.about_01 .salon_img li {
	margin-bottom: 20px;
}

.about_01 .salon_img img {
	width: 100%;
	height: auto;
}

.about_02 .stylist {
	width: 100%;
	display: block;
}

.about_02 .stylist div {
	width: 100%;
	margin: 50px auto;
}

.about_02 .stylist div p {
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0;
}

.about_02 .stylist div .pic img {
	width: 65%;
	height: auto;
	border-radius: 50%;
	margin: auto;
	text-align: center;
	display: block;
}

/* information */

.info_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.info_menu div select {
	position: relative;
	min-width: 100px;
	text-align: center;
	margin-left: auto;
}

/* information - single */

.single .inner {
	max-width: 100%;
}

.single .head_img {
	margin: 60px auto 30px;
}

.single .head_img img {
	width: 100%;
	height: auto;
}

.single .head_area {
	margin: 30px auto;
}

.single .head_area h3.title {
	font-size: 20px;
	font-size: 2.0rem;
}

.single .txt_area p {
	margin-bottom: 30px;
	line-height: 1.8em;
}

.single .txt_area p img {
	width: 100%;
	height: auto;
}

.single .txt_area h2 {
	margin-bottom: 10px;
}

/* hair styling */

.styling_page .head_img img {
	width: 60%;
	height: auto;
}

.styling_page .txt_area p img {
	width: 60%;
	height: auto;
}

.taglst {
	margin-bottom: 40px;
}

/* footer */

footer {
	margin: 80px auto 40px;
}

.pageTop {
	opacity: 0!important;
	display: none!important;
}

}

/*----- 231024追加 -----*/

/* arcive */

.archive p.info_title {
	max-width: 290px!important;

}
@media screen and (max-width: 1100px) {

	.archive p.info_title {
		max-width: 100%!important;
	}

}

/* hair-style-index */

ul.hair-index li p.thumb {
	height: 380px!important;
}

ul.hair-index li p.thumb img {
	height: 380px!important;
}

@media screen and (max-width: 1100px) {

	ul.hair-index li p.thumb {
		height: auto!important;
	}

	ul.hair-index li p.thumb img {
		height: auto!important;
		aspect-ratio: auto!important;
	}
}