@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300&display=swap');
body{
	font-family: 'Kiwi Maru', serif;
	font-weight: 100;
}
.html_title {
	position: absolute;
	top: -50px;
}
/* 画像共通 */
div > img,
div > a > img,
div > p > a > img,
div > h1 > img,
div > h2 > img,
li > img {
	width: 100%;
}
img {
	vertical-align: bottom;
}
/*--------------全体--------------*/
a {
	text-decoration: none;
	color: #515151;
}
.container_01 {
	max-width: 100%;
	margin: 0 auto;
}
.container_02 {
	max-width: 960px;
	margin: 0 auto;
}
.contentwrapper {
	margin: 70px auto;
	text-align: center;
}
/* logo */
.logo:hover {
	opacity: 0.3;
}
h2 {
	font-size: 36px;	
}
.icon_y3 {
	width: 15px;
	}
.icon_y3:hover {
	opacity:0.3;
	}
.icon_y3 img {
	vertical-align: middle;
}

/*-------------- 上部メニューエリア  h_area --------------*/
.web_res {
	display: none;
}
.h_area {
	display: flex;
	width: 100% - 10px;
	height: 80px;
	position: fixed;
	background-color: rgba(255,255,255,0.7);
	top: 0;
	left: 0;
	right: 0;/*safari用に記載*/
	z-index: 9999;
	margin: 0px auto;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	box-sizing: border-box;
	align-items: center;
}
.h_area > .h_logo {
	width: 10%;/* 14.84375% から変更 */
	text-align: center;
}
.h_area > .h_logo > div {
	width: 30%;
}
.h_area > .h_nav {
	width: 75%;/* 71.09375%から変更 */
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}
.h_area > .h_res {
	width: 15%;/* 14.0625% から変更 */
}
.h_area > .h_res > div {
	width: 100%;
}
/* 各ボタン -----*/
.h_home {
	width: 13%;/* 12.967032967032967% から変更 */
}
.h_home > div {
	width: 65%;/* 56.779661016949153% から変更 */
}
.h_about {
	width: 14%;/* 14.505494505494505% から変更 */
}
.h_about > div {
	width: 62%;/* 62.121212121212121% から変更 */
}
.h_menu {
	width: 13.186813186813187%;/* 13.186813186813187% から変更 */
}
.h_menu > div {
	width: 62%;/* 55% から変更 */
}
.h_style {
	width: 15%;/* 14.725274725274725% から変更 */
}
.h_style > div {
	width: 57%;/* 59.701492537313433% から変更 */
}
.h_topics {
	width: 17%;/* 16.483516483516484% から変更 */
}
.h_topics > div {
	width: 66%;/* 66.666666666666667% から変更 */
}
.h_q_a {
	width: 11%;/* 11.428571428571429% から変更 */
}
.h_q_a > div {
	width: 55%;/* 48.076923076923077% から変更 */
}
.h_access {
	width: 17%;/* 16.703296703296703% から変更 */
}
.h_access > div {
	width: 60%;/* 65.789473684210526% から変更 */
}
.h_logo,
.h_res,
.h_home,
.h_about,
.h_menu,
.h_style,
.h_topics,
.h_q_a,
.h_access	{	
	display: flex;
	justify-content: center;
	align-items: center;
}
/*-------------- 上部メニューエリア  h_area end --------------*/
h2 {
	font-size: 36px;	
}
.icon_y3 {
	width: 15px;
	vertical-align: center!import;
}
.h_area div .h_home {
	width: 10%;
}
.h_area div .h_home:hover {
	opacity: 0.3;
}
.h_area div .h_about {
	width: 12%;
}
	.h_area div .h_about:hover {
	opacity: 0.3;
}
.h_area div .h_menu {
	width: 10%;
}
.h_area div .h_menu:hover {
	opacity: 0.3;
}
.h_area div .h_style {
	width: 12%;
}
.h_area div .h_style:hover {
	opacity: 0.3;
}
.h_area div .h_topics {
	width: 13%;
}
.h_area div .h_topics:hover {
	opacity: 0.3;
}
.h_area div .h_q_a {
	width: 9%;
}
.h_area div .h_q_a:hover {
	opacity: 0.3;
}
.h_area div .h_access {
	width: 15%;
}
.h_area div .h_access:hover {
	opacity: 0.3;
}

/*--------------main--------------*/
#main {
	width: 100%;
	margin-top: 80px;
}
.main_img {
	display: block;
}
.sp {
	display: none;
}

/*--------------about--------------*/
#about p {
	font-size: 18px;
	line-height: 3.2rem;
}
#about h2 { 
	width: 20%;
	margin: 0 auto;
	margin-bottom: 30px;
}

/*--------------menu--------------*/
#menu .m_flex_left h2 { 
	width: 30%;
	margin: 0 auto 30px;
}
.m_flex {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin:0 auto;
}
#menu .m_flex_left{
	width: 50%;
}
#menu .m_flex_left p {
	font-size: 20px;
	line-height: 4rem;
}
@media screen and (max-width: 780px) {
	#menu .m_flex_left p {
	line-height: 2.5;
	}
}
@media screen and (max-width: 680px) {
	#menu .m_flex_left p {
	font-size: 18px;
	line-height: 2;
	}
}
#m_more {
	width: 20%;
	margin:40px auto 0 auto;
}
#m_more:hover {
	opacity: 0.3;
	}
#menu .m_flex_right {
	width: 50%;
}

/*--------------style--------------*/
#style h2 {
	width: 15%;
	margin: 0 auto 30px;
}
.s_txt {
	font-size: 18px;
	margin: 40px auto 40px auto;
	line-height: 1.8;
}
.s_flex {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
}
.s_flex ul {
	width: 100%;
}
.s_flex ul li {
	width: 3%;
	margin: auto 7px;
}
.s_more {
	width: 20%;
	margin: 40px auto 0 auto;
}
.s_more:hover {
	opacity: 0.3;
}

/*-- ------------question---------------- --*/
#ques .contentwrapper {
	width: 60%;
}
#ques h2 {
	width: 17%;
	margin: 0 auto 20px;
	}
.ques_comment {
	font-size: 14px;
	margin-top: 20px;
}
#ques .contentwrapper li {
	padding-left: 0;
	margin-bottom: 10px;
}
label {
	display: block;
	cursor: pointer;
	padding: 0.5em;
	background: #e5e5e5;
}
label p {
	margin: 0;
	text-align: left;
	padding-left: 70px;/* Qの左の余白 */
} 
label p:hover {
	opacity: 0.3;
}
input[type="checkbox"] {
	display: none;
}
#ques ul {
	list-style: none;
	margin: 0 0 0.5em 0;
	margin-top:10px;
	padding: 0;
	overflow: hidden;
	transition: height 0.6s;
}
#acm1:checked + a,
#acm2:checked + a,
#acm3:checked + a,
#acm4:checked + a,
#acm5:checked + a {
	height: auto;
	padding: 1em 0;
	display: block;
}
label:nth-child(2) {
	padding: 0px 20px 0px 0px;/* 三角の右の余白 */
}
#ques ul li {
	margin-bottom: 10px;
	padding: 0;
	line-height: 2.5;
}
#ques a {
	display: none;
	text-decoration: none;
	color: black;
	background: #f7f7f7;
	height: 0;
	line-height: 23px;
}
#ques .q_flex {
	display: flex;
	justify-content: space-between;
	background: #e5e5e5;
	align-items: center;
}

/*--------------access--------------*/
#access .contentwrapper {
	display: flex;
	margin-top: 30px;
	margin-bottom: 0;
}
#access .a_flex_left {
	width: 50%;
	font-size: 20px;
	padding: 40px;
	line-height: 2em;
}
#access .contentwrapper #name {
	font-size: 30px;
	line-height: 0.3;
}
#access .a_flex_left small {
	font-size: 12px;
}
#access .a_flex_left .open {
	font-size: 20px;
	line-height: 1.5em;
	margin-top: 20px;
}
#access .a_flex_left .open span {
	padding-left: 10px;
}
#tell{
	font-size: 26px;
	margin: 15px;
}
.comment {
	font-size: 14px;
	line-height: 1.8;
}
#access .a_flex_right {
	width: 50%;
}
@media screen and (max-width: 530px) ,
@media screen and (min-width: 480px) {
		#access .contentwrapper #name {
			font-size: 25px;
		}
}	

/*--------------re_top--------------*/
#re_top {
	display: none;
}

/*--------------footer--------------*/
footer {
	background-color: #f4f4f4;
	width: 100%;
	text-align: center;
}
footer li {
	padding: 0 45px;
}
#upperfooter {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 4%;
	padding-right: 100px;
	padding-left: 100px;
	margin-top: 70px;
}
#upperfooter > div:nth-child(1),
#upperfooter > div:nth-child(4),
#upperfooter > div:nth-child(3) {
	width: 5%;
}
#upperfooter > div:nth-child(2) {
	width: 6%;
}
#upperfooter > div:nth-child(5) {
	width: 6%;
}
#upperfooter > div:nth-child(6) {
	width: 4%;
}
#upperfooter > div:nth-child(7) {
	width: 7%;
}
/*hover*/
#upperfooter > div:nth-child(1):hover,
#upperfooter > div:nth-child(4):hover,
#upperfooter > div:nth-child(3):hover {
	opacity: 0.3;
}
#upperfooter > div:nth-child(2):hover {
	opacity: 0.3;
}
#upperfooter > div:nth-child(5):hover {
	opacity: 0.3;
}
#upperfooter > div:nth-child(6):hover {
	opacity: 0.3;
}
#upperfooter > div:nth-child(7):hover {
	opacity: 0.3;
}
#bottomfooter {
	width: 100%;
}
#bottomfooter p {
	font-size: 8px;
	margin: 0 auto;
	color: #515151;
}

/*-----------（個別）ここからstyleページ--------------*/
.style_all {
	margin: 0 auto;
	padding: 0 30px;
}
.style_all h2 {
	padding-left: 30px;
	margin-top: 30px;
}
#short h2 {
	width: 10%;	
	margin-bottom: 0px;
}
#bob h2 {
	width: 7%;	
}
#medium h2 {
	width: 14%;	
}
#long h2 {
	width: 8%;	
}
#mens h2 {
	width: 8%;
}
.contentwrpapper .flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.contentwrpapper .flex {
	width: 85%;
	margin:0px auto;
}
#index_style .flexcontent {
	margin: 5px;
}

/*-----------（個別）ここからmenuページ--------------*/
/*h2共通*/
#cut h2 {
	width: 10%;	
	padding-bottom: 15px;
}
#color h2 {
	width: 16%;	
}
#perm h2 {
	width: 14%;	
}
#str h2 {
	width: 25%;	
}
#treatment h2 {
	width: 25%;
	padding-bottom: 15px;	
}
#spa h2 {
	width: 25%;	
	padding-bottom: 15px;
	}
#other h2 {
	width: 15%;
	padding-bottom: 15px;
}
#cut .flex ,
#color .flex ,
#perm .flex ,
#str .flex ,
#treatment .flex ,
#spa .flex ,
#other .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#cut .contentwrapper ,
#color .contentwrapper ,
#perm .contentwrapper ,
#style .contentwrapper ,
#str .contentwrapper ,
#treatment .contentwrapper ,
#spa .contentwrapper ,
#other .contentwrapper {
	width: 80%;
	padding: 30px;
	}	
#style .contentwrapper {
	width: 100%;
	padding: 0px;
	}
#cut .contentwrapper p ,
#color .contentwrapper p ,
#perm .contentwrapper p ,
#str .contentwrapper p ,
#treatment .contentwrapper p ,
#spa .contentwrapper p ,
#other .contentwrapper p {
	font-size: 20px;
	text-align: left;
	padding-left: 50px;
	margin-top: 10px;
	line-height: 2.5;
}
#color .contentwrapper .small:first-child ,
#color .contentwrapper p:nth-child(2) {
	padding-left: 0px;
}

#str .contentwrapper p:nth-child(6){ 
	line-height: 1;
	margin-top: -0.6rem;
}
#color .contentwrapper p:nth-child(6){ 
	line-height: 1;
	margin-top: -0.6rem;
}
#color .contentwrapper p:nth-child(8){ 
	line-height: 1;
	margin-top: -0.8rem;
}
#style .contentwrapper p {
	padding-left: 0px;
}
#index #style .contentwrapper .s_txt {
		text-align: center;/
}
#cut .contentwrapper span,
#perm .contentwrapper span {
	font-size: 14px;
}
#color .contentwrapper span	{
		font-size: 11px;
}
#color .contentwrapper .small ,
#perm .contentwrapper .small ,
#str .contentwrapper .small {
	font-size: 14px;
	margin-top: 0;
	line-height: 1.5;
}
#color .contentwrapper .small:first-child {
	text-align: left;
}
#perm .contentwrapper .small:first-child ,
#str .contentwrapper .small:first-child {
	padding: 5px 0 20px 0;
	text-align: left;
}
#color .contentwrapper .small:nth-child(2) {
	padding-bottom: 20px;
}

/*---------------------- cash ----------------------*/
#cash {
	width: 60%;
	border: solid #515151 1px;
	margin: 30px auto;
	padding: 30px;
}
#cash h2 {
	font-size: 24px;
	padding-left: 50px;
	margin-bottom:30px;
}
#cash p {
	font-size: 16px;
	padding-left: 70px;
	line-height: 30px;
}
#cash .c_flex {
	display: flex;
	justify-content: flex-left;
	align-items: flex-start;
	padding: 0 70px;
	margin-bottom:30px;
}
#cash .card {
	width: 10%;
	margin-right: 10px;
}

/* -------------（個別）ここからmenu/style共通ページ------------- */
#main_area {
	width: 100%;
	margin-top: 80px;
}
#main_area h1 {
	width: 10%;
	padding-top: 70px;
	margin: 0 auto;
}	
#index_style #main_area h1 {
	padding: 70px 0;
}	
@media screen and (max-width: 980px) {
	#main_area h1 {
	width: 12%;
	}
}
.main_img {
	width: 100%;
}
#upperfooter_menu {
	padding: 40px;
	background-color: #fff;
}
#index_menu #upperfooter ,
#index_style #upperfooter {
	margin: 0;
}
#upperfooter_menu small {
	font-size: 12px;
}
#upperfooter_menu p:first-child {
	font-size: 40px;
	margin-bottom: 0;
}
#upperfooter_menu p:nth-child(2) {
	margin-top: 0;
	margin-bottom: 30px;
}
#upperfooter_menu p:nth-child(4) {
	font-size: 30px;
	margin: 10px;
}
#upperfooter_menu p {
	line-height: 1.5;
	}
#upperfooter_menu p span {
	padding-left: 10px;
}
#bottomfooter {
	padding: 10px 0;
}

/* ---------↑ここから上PC、ここから下SP↓--------*/ 

@media screen and (max-width: 480px) {
	img {
		/*border: 0;*/
		max-width: 100%;
		height: auto;
	}
/*-----------------view more-------------------*/	
	#m_more,
	.s_more,
	.t_more {
		width: 60%;
	}
	.s_more {
		width: 75%;
	}
	
/*------------------全体の余白------------------*/
	.container_02 {
		width: 100%;
		margin: 0 auto;
	}
	#index_menu .container_02 {
		width: 100%;
	}
/*---------------------h2---------------------*/
	.m_flex h2 {
		width: 28%;	
	}	
	#style h2 {
		width: 30%;	
	}
	#topics h2 {
		width: 30%;	
	}
	#ques h2 {
		width: 30%;	
	}

/*-------------- 上部メニューエリア  h_area --------------*/
	.reserved {
		display: none;
	}
	.web_res {
		display: block;
		margin-right: 0;
	}
	.h_area {
		width: 100%;
		height: 60px;
		justify-content: space-between;
	}
	.h_area > .h_logo {
		width: 10%;
		margin: 0px 0px 0px 10px;
	}
	.h_area > .h_logo > div {
		width: 75%;
	}
	.h_area > .h_nav {
		display: none;
	}
	.h_area > .h_res {
		width: 40%;
		margin-right: 20px;
	}
	.h_area > .h_res > div {
		width: 40%;
	}
	
/*----------------------main----------------------*/
	.main_img {
		display: none;
	}
	.sp {
		display: block;
		height: 510px;
	}
	#main {
	margin-top: 60px;
	}

/*--------------------about----------------------*/
	#about h2 {
		width: 35%;
	}
	#about p {
		font-size: 14px;
		line-height: 2rem;
	}
	
/* ---------------------menu--------------------- */
	.m_flex {
		display: block;
	}
	#menu .contentwrapper {
		margin: 0;
	}
	#menu p {
		text-align: center;
		padding-left: ;
	}
	
	#menu .m_flex_left {
		width: 100%;
		padding: 0;
	}
	#menu .m_flex_left p {
		font-size: 16px;
		line-height: 2;
	}
	#menu .m_flex_right {
		display: none;
	}

/* --------------------style-------------------- */
	#style p {
		font-size: 10px;
		line-height: 15px;
	}
	.s_flex ul {
		width: 65%;
		margin: 0 40px;
	}
	.s_flex ul li {
	width: 10%;
	}
	#index #style .contentwrapper p {
		font-size: 14px;
		line-height: 1.8;
		margin: 0 30px;
	}
	#index #style .contentwrapper p br {
		display: none;
	}

/* --------------------topics------------------- */	
	.t_flex {
		display: block;
	}
	.t_flex .txt_01 a {
		font-size: 17px;
	}
	.t_flex .txt_02 {
		padding: 10px 25px;
	}
	.t_flex .txt_02 a {
		font-size: 14px;
		line-height: 20px;
	}

/* ------------------question------------------ */	
	#ques .contentwrapper {
		width: 90%;
	}
	#ques p {
		font-size: 14px;
		padding: 0 0 0 10px;
	}
	#ques .icon_y3 {
		padding: 0 ;
	}
	#ques a {
		font-size: 14px;
	}

/* ------------------access------------------ */
	#access .contentwrapper {
		display: block;
	}
	#access .contentwrapper #name {
		font-size: 30px;
	}
	#access .a_flex_left {
		width: 100%;
		padding: 0;
		margin-bottom: 50px;
		font-size: 16px;
	}
	#access .a_flex_left .open {
		font-size: 15px;
		text-align: center;
		padding: 0;
	}
	#tell{
		font-size: 30px;
		margin: 15px 15px 0;
	}
	.comment {
		font-size: 11px;
		line-height: 1.5em;
	}		
	#access .a_flex_right {
		width: 100%;
		height: 300px;
		margin-bottom: 20px;
	}
	
/*--------------re_top--------------*/
	#re_top {
		display: block;
	}
	#re_top > div {
		position: fixed;
		bottom: 10px;
		right: -20px;
		z-index: 10000;
		width: 30%;
	}
	html {
    scroll-behavior: smooth;
	}
	
/* ------------------footer------------------ */
	footer {
	margin-top: 30px;
	}
	#upperfooter {
		display: block;
		margin: 0 auto;
		padding: 10px 50px;
	}
	#upperfooter > div:nth-child(1),
	#upperfooter > div:nth-child(2),
	#upperfooter > div:nth-child(3),
	#upperfooter > div:nth-child(4),
	#upperfooter > div:nth-child(5),
	#upperfooter > div:nth-child(6),
	#upperfooter > div:nth-child(7) {
		width: 100%;
		flex-grow: 1;
		padding: 10px 0px;
		border-bottom:1px solid #c0c0c0;
	}
	#upperfooter> div:nth-child(1) > div ,
	#upperfooter> div:nth-child(4) > div ,
	#upperfooter> div:nth-child(3) > div {
		width: 17%;
		margin: 0 auto;
	}
	#upperfooter > div:nth-child(2) > div {
		width: 20%;
		margin: 0 auto;
	}
	#upperfooter > div:nth-child(5) > div {
		width: 22%;
		margin: 0 auto;
	}
	#upperfooter > div:nth-child(6) > div {
		width: 12%;
		margin: 0 auto;
	}
	#upperfooter > div:nth-child(7) > div {
		width: 25%;
		margin: 0 auto;
	}
	#upperfooter a {
		margin: 0 auto;
	}
	#bottomfooter {
		padding: 0 0 30px 0;
	}

/* -------------(個別)ここからmenu/style共通ページ------------- */	
	#main_area {
		margin-top: 60px;
	}
	#main_area h1 {
		width: 30%;
		margin: 0px auto;
	}
	#upperfooter_menu {
		padding-top: 0px;
	}
	#upperfooter_menu p {
			font-size: 15px;
			line-height: 1.8;
		}
	#upperfooter_menu p:first-child {
		font-size: 25px;
		margin-bottom: 0;
	}
	#upperfooter_menu p:nth-child(2) {
		margin: -10px 0 20px 0;
	}
	#upperfooter_menu p:nth-child(4) {
		font-size: 25px;
	}
	#bottomfooter {
		padding: 10px 0;
		font-size: 8px;
	}

/* ------------------（個別）ここからmenuページ------------------ */
	#cut h2 {
		width: 23%;	
		margin-bottom: 15px;
	}
	#color h2 {
		width: 35%;
	}
	#perm h2 {
		width: 27%;	
		}
	#str h2 {
		width:50%;	
		}
	#treatment h2 {
		width: 55%;	
		margin-bottom: 15px;
	}
	#spa h2 {
		width: 50%;	
			margin-bottom: 15px;
		}
	#other h2 {
		width: 30%;	
		margin-bottom: 15px;
	}
	#cut .contentwrapper ,
	#color .contentwrapper ,
	#perm .contentwrapper ,
	#style .contentwrapper ,
	#str .contentwrapper ,
	#treatment .contentwrapper ,
	#spa .contentwrapper ,
	#other .contentwrapper {
		padding: 0;
	}	
	
	#cut .contentwrapper p ,
	#color .contentwrapper p ,
	#perm .contentwrapper p ,
	#style .contentwrapper p ,
	#str .contentwrapper p ,
	#treatment .contentwrapper p ,
	#spa .contentwrapper p ,
	#other .contentwrapper p {
		font-size: 17px;
		text-align: left;
		padding-left: 0;
		line-height: 3;
	}
	#index #style .contentwrapper .s_txt {
		padding-bottom: 15px;
	}
	#cut .contentwrapper .price ,
	#color .contentwrapper .price ,
	#perm .contentwrapper .price ,
	#style .contentwrapper .price ,
	#str .contentwrapper .price ,
	#treatment .contentwrapper .price ,
	#spa .contentwrapper .price ,
	#other .contentwrapper .price {
		padding-right: 0px;
	}
	#cut .contentwrapper span,
	#perm .contentwrapper span,
	#color .contentwrapper span	{
		font-size: 13px;
	}
	#color .contentwrapper .small ,
	#perm .contentwrapper .small ,
	#str .contentwrapper .small {
		font-size: 13px;
		padding: 0;
	}
	#cash {
		width: 65%;
		padding: 20px;
	}
	#cash h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#cash p {
		font-size: 12px;
		padding-left: 0px;
		line-height: 1.8;
		text-align: center;
	}	
	#cash .c_flex {
		padding: 0 50px;
		margin: 5px auto 15px;
		justify-content: space-between;
		
	}	
	#cash .card {
		width: 20%;
	}

/*-----------------（個別）ここからstyleページ------------------*/
.contentwrpapper .flex {
		width: 70%;
	}
	.style_all {
		width: 92%;
		padding: 0px;
	}
	/*.style_all .flexcontent img {
		height: 250px;
	}*/
	.style_all h2 {
		padding-left: 0px;
	}
	#short h2 {
		width: 30%;	
	}
	#bob h2 {
		width: 20%;	
	}
	#medium h2 {
		width: 35%;	
	}
	#long h2 {
		width: 28%;	
	}
	#mens h2 {
		width: 30%;	
	}
}
