@charset "utf-8";
/* *{
	outline: 1px #f00 solid;
} */
body{
	margin: 0;
	padding: 0;
	background-color: ivory;
	width: 100%;
}

/* ---------- ヘッダー ---------- */
header{
	position: fixed;
	display: flex;
	padding-top: 0;
	background-color: rgba(255, 255, 255, 0.6);
	justify-content: space-between;
	width: 100%;
}
header img{
	width: 100px;
}

#shop_name a{
	text-decoration: none;
	color: #8c746b;
	font-size: 30px;
	position: absolute;
	left: 120px;
	top: 5px;
	font-family: 'Imbue', serif;
	width: fit-content;
}

.navi ul {
	list-style: none;
	display: flex;
	margin-right: 5px;
}
.navi li{
	text-align: center;
	margin-left: 20px;
	padding: 7px 5px 0 5px;
	width: auto;
}
.navi ul li a{
	text-decoration: none;
	color: #666;
	display: block;
}

.navi_border a:hover{
	border-bottom: 4px solid #8c746b;
	transition: 0.2s;
}

#navientry li{
	background-color: #8c746b;
	padding: 5px;
	line-height: 50px;
	font-size: large;
}
#navientry li a{
	color: #fff;
}

#navientry li:hover{
	background-color: #b1a59a;
	transition: 0.7s;
}


/* ---------- ファーストビュー ---------- */
#firstview img{
	height: auto;
	width: 100%;
}


/* ---------- メイン ---------- */
h3{
	font-size: 32px;
	color: #666;
}
#main{
	clear: both;
	margin-bottom: 30px;
}
#main a{
	text-decoration: none;
}

.h_span{
	font-size: 20px;
	position: relative;
	top: -10px;
}

#permille_meaning h3{
	text-align: center;
	font-size: 24px;
	margin: 10px 0 10px 0;
}
#permille_meaning p{
	text-align: center;
	margin: 0;
}
#permille_meaning span{
	color: #82be84;
	font-family: 'Caveat', cursive;
	font-family: 'Dancing Script', cursive;
	font-size: 30px;
}
#permille_meaning{
	background-color: #fff;
	padding: 120px 0;
}
#permille_meaning p{
	font-size: 20px;
}

#permille_strengths{
	margin: 0 auto;
}
#permille_strengths h3{
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #b6b6b6;
}
#permille_strengths h4{
	margin-bottom: 10px;
	font-size: 50px;
	font-family: 'Caveat', cursive;
	font-family: 'Dancing Script', cursive;
}
#permille_strengths p{
	margin-top: 3px;
}
.teamwork_staff{
	margin-bottom: 50px;
	text-align: center;
	padding-top: 20px;
	line-height: 1.9;
}
.meating img{
	width: 750px;
	float: right;
	margin-left: 30px;
	margin-right: 30px;
}
.teamwork_meating{
	text-align: center;
	padding-top: 50px;
	line-height: 1.9;
}
#teamwork{
	padding-bottom: 150px;
}
.teamwork_text{
	padding-right: 500px;
	padding-top: 50px;
	margin: 0 auto;
	width: 740px;
}

#lesson img{
	width: 750px;
	float: left;
	margin-right: 60px;
	padding-bottom: 30px;
	padding-top: 100px;
	margin-left: 30px;
}
.education_text,.teamwork_text{
	text-align: center;
}
.education_text p{
	padding-top: 50px;
	line-height: 1.9;
}
.education_text{
	padding-bottom: 200px;
	width: 560px;
	overflow: hidden;
	padding-top: 130px;
	padding-left: 120px;
}
#education{
	padding-bottom: 140px;
}
.education_text h4{
	height: 70px;
}

#technology{
	clear: both;
}
#technology_img img{
	width: 750px;
	margin-left: 30px;
	float: right;
	padding-top: 100px;
	margin-bottom: 120px;
	margin-right: 30px;
}
.technology_text{
	text-align: center;
	width: 430px;
	padding-top: 230px;
	padding-left: 160px;
}
#technology p{
	padding-top: 30px;
}


#philosophy{
	clear: both;
	background-color: #fff;
	padding: 120px 0;
}
.philosophy_content{
	width: 1040px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.philosophy_lets{
	background-color: rgba(206, 197, 188, 0.5);
	border: solid 1px #8c746b;
	border-radius: 8px;	
	width: 500px;
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-left: 10px;
}
.philosophy_content h4{
	font-size: 24px;
	padding-left: 1em;
}
.philosophy_content p{
	padding-left: 1em;
	margin: 0 0 20px 0;
}
#philosophy h3{
	text-align: center;
	margin: 0 auto;
}
#philosophy h4{
	margin: 10px 0 0 0;
}
.philosophy_content span{
	color: #f58861;
	font-size: 30px;
}
.lets{
	padding-top: 20px;
	color: #666;
	font-size: 48px;
	font-family: 'Caveat', cursive;
	font-family: 'Dancing Script', cursive;
}

/* ------ 社長メッセージ ------ */
#message{
	margin: 0 auto;
	background-color: rgba(140, 116, 107, 0.4);
	width: 1200px;
	margin-top: 140px;
}
#message_image{
	background-image: url(img/permille_president.jpg);
	background-repeat: no-repeat;
	background-size: 500px;
	height: 700px;
}
#message h3{
	padding-left: 765px;
	padding-top: 130px;
}
#message h4{
	font-size: 20px;
	padding-left: 640px;
	padding-top: 50px;
}
#message p{
	padding-top: 50px;
	padding-left: 675px;
	font-size: 18px;
	padding-bottom: 70px;
}
#message a{
	color: #666;
	background-color: #fff;
	border: #8c746b solid 1px;
	border-radius: 32px;
	padding: 20px;
	font-weight: bold;
	margin-left: 770px;
}
#message a span{
	padding-left: 1em;
}


#information{
	background-color: #fff;
	padding: 120px;
	margin-top: 120px;
}
#information h3{
	text-align: center;
}
#info_all ul{
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.info_wov{
	background-image: url(img/works_overview.jpg);
	background-repeat: no-repeat;
	background-size: 500px;
	width: 500px;
	height: 300px;
}
.info_wov:hover{
	transition: opacity 0.2s linear;
	opacity: 0.7;
}
.info_wov a{
	display: block;
	position: relative;
	top: 150px;
	left: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
.info_ov{
	background-image: url(img/permille_overview.jpg);
	background-repeat: no-repeat;
	background-size: 500px;
	width: 500px;
	height: 300px;
}
.info_ov:hover{
	transition: opacity 0.2s linear;
	opacity: 0.7;
}
.info_ov a{
	display: inline-block;
	position: relative;
	top: 150px;
	left: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}

/* ------ 社員紹介 ------ */
#member{
	text-align: center;
	margin-bottom: 250px;
	margin-top: 120px;
	width: 100%;
	margin: 0 auto;
}
.member_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#member h3{
	color: #666;
	margin-top: 120px;
}
#member a,#member img{
	width: 550px;
}
#member a,#member img:hover{
	transition: opacity 0.2s linear;
	opacity: 0.7;
}

.hidden_box {
    margin: 2em 0;
	padding: 0;
	width: 50%;
}
.hidden_box h5{
	font-size: 24px;
	margin: 0;
	color: #666666;
}
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border-radius: 5px;
    cursor :pointer;
    transition: 0.5s;
}
.hidden_box label:before {
    display: inline-block;
	content: '\f078';
	font-family: 'FontAwesome';
    padding-right: 5px;
    transition: 0.2s;
}
.hidden_box input:checked ~ label:before {
     content: '\f00d';
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
     color: #f58861;
}
.hidden_box input {
    display: none;
}
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.hidden_show p{
	width: 320px;
	margin: 0 auto;
}

/* ---------- フッター ---------- */
footer{
	clear: both;
	background-color: #8c746b;
	height: 400px;
}
footer ul{
	list-style: none;
}
footer a{
	text-decoration: none;
	color: #fff;
}
footer img{
	width: 100px;
}

#footer_image{
	text-align: center;
}
#footer_navi{
	border-bottom: 1px solid ivory;
}
#footer_navi ul{
	display: flex;
	padding-bottom: 0;
	margin-bottom: 0;
	justify-content: center;
	padding-left: 0;
}
#footer_navi ul li{
	padding-left: 10px;
}

#button ul{
	margin-top: 120px;
	display: flex;
	justify-content: center;
	padding-left: 0;
}
#button ul li{
	margin-left: 20px;
}
#button ul li a{
	background-color:#b1a59a;
	color: #fff;
	padding: 40px;
	font-size: 24px;
	border: solid 3px #d8cbbf;
	border-radius: 8px;
}
#button a:hover{
	transition: 0.7s;
	background-color: ivory;
	color: #8c746b;
}
footer p{
	color: #8c746b;
	text-align: center;
	margin: 0 auto;
	margin-top: 90px;
	background-color: ivory;
}

.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
}

/* ------ 代表メッセージのページ ------ */
.president_message{
	margin-top: 0;
	padding-top: 120px;
	font-size: 32px;
	margin-left: 60px;
	color: #5c4d48;
	border-bottom: 1px solid #666;
	width: 1800px;
}

#president img{
	float: left;
	padding-left: 60px;
	width: 1100px;
}

#president_name_before img{
	position: relative;
	top: 170px;
	right: 500px;
	background-color: rgba(255, 255, 255, 0.6);
	width: 460px;
}
#president_name_before h4{
	position: relative;
	display: inline;
	top: 20px;
	right: 940px;
	color: #3a1f04;
	font-size: 24px;
	font-family: serif;
	border-bottom: 1px solid #8c746b;
}

#comment_title{
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	color: #5c4d48;
}
#comment{
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
}

.president_goal{
	margin-top: 70px;
}
.human_resources{
	margin-top: 100px;
}
.lesson_balance{
	clear: both;
}
.lesson_balance img{
	float: right;
	width: 950px;
	padding-top: 150px;
	padding-right: 30px;
	padding-bottom: 100px;
}
.balance{
	margin-top: 260px;
}
.now_staff{
	margin-top: 70px;
}
.future{
	margin-top: 100px;
}
#president_name_after{
	visibility: hidden;
}

/* ------ 採用情報のページ ------ */
.info_h{
	margin-top: 0;
	padding-top: 120px;
	padding-left: 120px;	
}
#joblist h4{
	font-size: 24px;
	padding-top: 120px;
	border-top: 1px solid #666;
	text-align: center;
	width: 1700px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	width: 1200px;
	margin: 0 auto;
}

.tab_item {
	width: calc(100%/4);
	height: 50px;
	border-bottom: 3px solid #8c746b;
	background-color: #d9d9d9;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
  }
.tab_item:hover {
	opacity: 0.75;
}

input[name="tab_item"] {
	display: none;
}

.tab_content {
	display: none;
	padding: 40px 40px 0;
	clear: both;
	overflow: hidden;
}

#sty_employee:checked ~ #stylist_emp_content,
#sty_entrust:checked ~ #sty_ent_content,
#employee:checked ~ #employee_content,
#entrust:checked ~ #entrust_content,
#stylist:checked ~ #stylist_content,
#eye_nailist:checked ~ #eye_nailist_content {
  display: block;
}

.tabs input:checked + .tab_item {
  background-color: #8c746b;
  color: #fff;
}
.tab_sp input:checked + .tab_item {
	background-color: #8c746b;
	color: #fff;
  }

.tab_content_description{
	text-align: left;
}
.tab_content_description th{
	border-bottom: 1px solid #666;
	padding-right: 20px;
}
.tab_content_description tr{
	line-height: 3.2;
}
.tab_content_description td{
	border-bottom: 1px solid #666;
}

.tab_sp{
	display: none !important;
}

#overview h4{
	font-size: 24px;
	border-top: 1px solid #666;
	text-align: center;
	width: 1700px;
	margin: 0 auto;
	margin-top: 120px;
	padding-top: 120px;
	padding-bottom: 50px;
}
#overview table{
	text-align: left;
	margin: 0 auto;
	padding-bottom: 120px;
	width: 900px;
}
#overview table tr{
	line-height: 3.2;
}
#overview table td,#overview table th{
	border-bottom: 1px solid #666;
	padding: 20px 0;
	padding-left: 10px;
}
#overview table th{
	background-color: #b1a59a;
	color: #fff;
}
#overview table td{
	background-color: #fff;
}

.entry_abs{
	position: fixed;
	bottom: 60px;
	right: 40px;
}
.entry_abs a{
	text-decoration: none;
	font-weight: bold;
	background-color: #82be84;
	color: #fff;
	padding: 30px;
	border-radius: 8px;
	font-size: 24px;
	line-height: 2em;
}
.entry_abs a:hover{
	transition: 0.7s;
	opacity: 0.6;
}
.entry_abs span{
	padding-left: 1em;
}

/* -------お問い合わせのページ ------ */
#contact_message{
	margin-top: 0;
	padding-top: 120px;
	padding-left: 60px;
}
#mail_form{
	margin: 0 auto;
	text-align: center;
	padding-top: 240px;
	padding-bottom: 80px;
}
section form p{
	margin: 0 auto;
	border-bottom: 1px solid #666;
	width: 900px;
	padding: 40px 0;
	font-size: 18px;
}
section form p label{
	font-weight: bold;
	width: 170px;
	float: left;
	margin-right: 20px;
}
.must{
	color: #f00;
	border: solid 1px #f00;
	border-radius: 8px;
	font-weight: normal;
	font-size: 14px;
}
section p input{
	border: none;
	background-color: #b1a59a;
	width: 25em;
	height: 3em;
	border-radius: 8px;
}
section p input::placeholder{
	color: #fff;
}
section p textarea{
	border: none;
	background-color: #b1a59a;
	width: 45em;
	height: 15em;
	border-radius: 8px;
}
section p textarea::placeholder{
	color: #fff;
	position: relative;
	top: 10px;
}
.any{
	color: #666;
	border: solid 1px #666;
	border-radius: 8px;	
	font-size: 14px;
}
.submit{
	text-align: center;
	margin-bottom: 120px;
	border-bottom: none;
}
.submit input{
	color: #fff;
	padding: 20px;
	border-radius: 8px;
	width: 200px;
	font-size: 24px;
}
.submit input:hover{
	background-color: #e4d7cb;
	color: #666;
	transition: 0.7s;
}
.telephone{
	text-align: center;
}

/* レスポンシブ */
@media screen and (max-width : 1200px){
	#permille_strengths img{
		width: 600px;
	}
	.teamwork_text{
		width: 430px;
	}
	.education_text{
		width: 350px;
		padding-bottom: 100px;
		padding-left: 0;
	}
	.technology_text{
		padding-left: 30px;
	}
}



@media screen and (max-width : 480px){
	body{
		width: fit-content;
	}
	header{
		width: 100%;
		flex: none;
	}
	header #shop_name a{
		font-size: 14px;
		width: 100%;
		display: block;
		position: unset;
		text-align: center;
		padding-top: 1em;
	}
	header img{
		display: none;
	}
	.navi_border{
		display: none;
	}
	#navientry{
		display: none;
	}
	
	#firstview img{
		width: 100%;
		height: 100%;
		margin: 0 auto;
		position: relative;
		top: 110px;
	}
	#permille_meaning p{
		width: 80%;
		margin: 0 auto;
	}
	#permille_strengths{
		width: 100%;
		text-align: center;
		margin: 0;
	}
	#permille_strengths h3,.teamwork,.education_text{
		border: none;
	}
	#main p{
		margin: 0 auto;
	}
	#teamwork{
		width: 100%;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	.teamwork_text{
		text-align: center;
		width: 100%;
		padding-top: 10px;
	}
	#lesson{
		padding-top: 10px;
	}
	#education{
		padding-bottom: 30px;
	}
	.education_text{
		text-align: center;
		width: 100%;
		padding: 0;
		padding-top: 10px;
	}
	#permille_strengths img{
		float: none;
		width: 100%;
		margin: 0 auto;
		border-bottom: none;
	}
	#technology{
		padding-bottom: 30px;
	}
	.technology_text{
		text-align: center;
		width: 100%;
		padding: 0;
		padding-top: 10px;		
	}
	#permille_strengths h4{
		margin-top: 20px;
	}

	#philosophy{
		width: 100%;
	}
	.philosophy_content p{
		padding: 1em;
	}

	#message{
		width: 100%;
		text-align: center;
	}

	#message_image h3{
		padding: 10px;
		text-align: left;
	}
	#message_image h4{
		padding: 0;
		padding-top: 590px;
		text-align: center;
	}
	#message_image p{
		width: 100%;
		padding: 0;
		text-align: center;
		padding-bottom: 20px;
	}
	#message_image a{
		width: fit-content;
		margin-left: 0;
		margin: 0 auto;
		text-align: center;
		display: inline-block;
	}

	#information{
		width: 100%;
		margin-top: 300px;
		padding: 0;
		padding-top: 20px;
	}
	#information ul{
		flex: none;
		padding: 0;
	}
	#info_all p{
		font-size: 18px;
	}
	#member{
		width: 100%;
	}
	.hidden_box label::before,.hidden_box input:checked ~ label:before{
		content: none;
	}
	.hidden_box{
		width: 100%;
	}
	.hidden_box h5{
		font-size: 20px;
		width: 100%;
		margin: 0 auto;
	}
	.member_list{
		display: block;
		flex-wrap: nowrap;
	}
	#member img{
		width: 100%;
	}
	.hidden_show p{
		width: 90%;
	}
	.hidden_box label {
		padding: 0;
	}
	footer{
		width: 100%;
	}
	footer #button li a{
		width: 40%;
		padding: 10px;
		font-size: 20px;
	}

	.president_message{
		width: 100%;
		text-align: center;
		margin: 0 auto;
		border: none;
	}
	#president img{
		width: 100%;
		padding: 0;
		margin-bottom: 50px;
	}
	#president_name_before img,#president_name_before h4{
		display: none;
	}
	#comment_title{
		width: 80%;
	}
	#comment p{
		width: 75%;
		margin: 0 auto;
	}
	.lesson_balance img{
		width: 100%;
		padding: 0;
		padding-top: 50px;
		padding-bottom: 50px;
	}


	.info_h{
		width: 100%;
		margin: 0 auto;
		padding-left: 0;text-align: center;
	}
	#joblist h4{
		width: 100%;
		border-top: none;
		margin: 0 auto;
		padding-bottom: 0;
		margin-bottom: 40px;
	}
	.tabs{
		display: none !important;
	}
	.tab_sp{
		display: block !important;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		border-radius: 8px;
		width: 90%;
		margin: 0 auto;
	}
	.tab_item {
		width: calc(100%/2);
	}
	.tab_sp p{
		font-weight: bold;
		font-size: 20px;
	}
	.tab_sp input:checked + .tab_item {
		background-color: #8c746b;
		color: #fff;
	}
	#overview h4{
		width: 100%;
		text-align: center;
		margin: 0 auto;
		border: none;
	}
	#overview table{
		width: 90%;
	}

	.entry_abs a{
		font-size: 18px;
		padding: 10px;
	}

	.contact_cover{
		width: 80%;
		margin: 0 auto;
	}
	#contact_message{
		width: 100%;
		margin: 0 auto;
		padding-left: 0;
		text-align: center;
	}
	section form p{
		width: 100%;
	}
	section p textarea{
		width: 100%;
	}
}